bin_prot: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
This commit is contained in:
17
pkgs/development/ocaml-modules/janestreet/bin_prot.nix
Normal file
17
pkgs/development/ocaml-modules/janestreet/bin_prot.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{stdenv, buildOcamlJane, type_conv}:
|
||||
|
||||
buildOcamlJane rec {
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user