about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/janestreet/bin_prot.nix
blob: 1eb6b6a95f86f2026ebeb107d45fc9d44b897a3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{stdenv, buildOcamlJane, type_conv}:

buildOcamlJane {
  name = "bin_prot";
  version = "113.33.03";
  minimumSupportedOcamlVersion = "4.02";
  hash = "0jlarpfby755j0kikz6vnl1l6q0ga09b9zrlw6i84r22zchnqdsh";

  propagatedBuildInputs = [ type_conv ];

  meta = with stdenv.lib; {
    homepage = "https://github.com/janestreet/bin_prot";
    description = "Binary protocol generator ";
    license = licenses.asl20;
    maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
  };
}