{"id":52741,"library":"jhump-protocompile","title":"Protocompile","description":"A high-performance native Go protobuf compiler that parses, validates, and generates fully-linked descriptors from protobuf source files.","status":"active","version":"0.0.0-20221021153901-4f6f732835e8","language":"go","source_language":null,"source_url":"https://github.com/jhump/protocompile","tags":["protobuf","compiler","descriptors","serialization","code-generation"],"install":[{"cmd":"go get github.com/jhump/protocompile","lang":"bash","label":"Install github.com/jhump/protocompile"}],"dependencies":[],"imports":[{"symbol":"protocompile","correct":"github.com/jhump/protocompile"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jhump/protocompile\"\n)\n\nfunc main() {\n\tcompiler := protocompile.Compiler{\n\t\tResolver: protocompile.WithStandardImports(&protocompile.SourceResolver{}),\n\t}\n\tdescs, err := compiler.Compile(\"example.proto\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Printf(\"Compiled %d files\\n\", len(descs))\n}","lang":"go","description":"Minimal example compiling a single .proto file using default resolver."},"warnings":[],"env_vars":null,"search_vec":"'code':28 'code-gener':27 'compil':9,24 'descriptor':18,25 'file':22 'fulli':16 'fully-link':15 'generat':14,29 'go':7 'high':4 'high-perform':3 'link':17 'nativ':6 'pars':11 'perform':5 'protobuf':8,20,23 'protocompil':1 'serial':26 'sourc':21 'valid':12","created_at":"2026-06-15T07:10:01.512627+00:00","updated_at":"2026-06-15T07:10:01.512627+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/jhump/protocompile","github":"https://github.com/jhump/protocompile","docs":"https://pkg.go.dev/github.com/jhump/protocompile#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","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}}