{"id":50591,"library":"google-cel-go","title":"Common Expression Language (CEL) Go","description":"Implements the Common Expression Language (CEL) for evaluating expressions in Go applications.","status":"active","version":"0.28.1","language":"go","source_language":null,"source_url":"https://github.com/google/cel-go","tags":["cel","expression","evaluation","google","language"],"install":[{"cmd":"go get github.com/google/cel-go","lang":"bash","label":"Install github.com/google/cel-go"}],"dependencies":[],"imports":[{"symbol":"cel","correct":"github.com/google/cel-go/cel"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/google/cel-go/cel\"\n)\n\nfunc main() {\n\tenv, _ := cel.NewEnv()\n\tast, _ := env.Compile(\"1 + 2\")\n\tprg, _ := env.Program(ast)\n\tout, _, _ := prg.Eval(map[string]interface{}{})\n\tfmt.Println(out)\n}","lang":"go","description":"Evaluates a simple CEL expression."},"warnings":[],"env_vars":null,"search_vec":"'applic':17 'cel':4,11,18 'common':1,8 'evalu':13,20 'express':2,9,14,19 'go':5,16 'googl':21 'implement':6 'languag':3,10,22","created_at":"2026-06-15T05:00:15.542658+00:00","updated_at":"2026-06-15T05:00:15.542658+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/google/cel-go","github":"https://github.com/google/cel-go","docs":"https://pkg.go.dev/github.com/google/cel-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}