2016-09-14 01:42:40 +01:00
|
|
|
{stdenv, buildOcamlJane, type_conv}:
|
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
buildOcamlJane {
|
2016-09-14 01:42:40 +01:00
|
|
|
name = "bin_prot";
|
|
|
|
version = "113.33.03";
|
|
|
|
minimumSupportedOcamlVersion = "4.02";
|
|
|
|
hash = "0jlarpfby755j0kikz6vnl1l6q0ga09b9zrlw6i84r22zchnqdsh";
|
|
|
|
|
|
|
|
propagatedBuildInputs = [ type_conv ];
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
2020-04-01 02:11:51 +01:00
|
|
|
homepage = "https://github.com/janestreet/bin_prot";
|
2016-09-14 01:42:40 +01:00
|
|
|
description = "Binary protocol generator ";
|
|
|
|
license = licenses.asl20;
|
|
|
|
maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
|
|
|
|
};
|
|
|
|
}
|