ocamlPackages.hxd: 0.3.2 -> 0.3.3 (#364231)
[NixPkgs.git] / pkgs / development / ocaml-modules / ocaml-protoc / default.nix
blob1342aa079a1188f18faf6a1a70b95e9c116ee657
2   buildDunePackage,
3   pbrt,
4   stdlib-shims,
5 }:
7 buildDunePackage rec {
8   pname = "ocaml-protoc";
10   inherit (pbrt) version src;
12   buildInputs = [ stdlib-shims ];
13   propagatedBuildInputs = [ pbrt ];
15   doCheck = true;
17   meta = pbrt.meta // {
18     description = "Protobuf Compiler for OCaml";
19   };