1 { lib, fetchFromGitHub, buildDunePackage
6 pname = "ocaml-protoc";
11 minimumOCamlVersion = "4.02";
13 src = fetchFromGitHub {
15 repo = "ocaml-protoc";
17 sha256 = "1vlnjqqpypmjhlyrxfzla79y4ilmc9ggz311giy6vmh4cyzl29h3";
20 buildInputs = [ stdlib-shims ];
25 homepage = "https://github.com/mransan/ocaml-protoc";
26 description = "A Protobuf Compiler for OCaml";
27 license = licenses.mit;
28 maintainers = [ maintainers.vyorkin ];