fieldslib: 109.20.03 -> 109.20.03/113.33.03

PPX/P4 legacy split
This commit is contained in:
Matthew Maurer
2016-09-14 02:35:32 -04:00
parent b0c76ca173
commit 3eb02d9f38
10 changed files with 40 additions and 17 deletions
@@ -0,0 +1,19 @@
{ stdenv, type_conv, buildOcamlJane }:
buildOcamlJane rec {
name = "fieldslib";
version = "113.33.03";
minimumSupportedOcamlVersion = "4.02";
hash = "0mkbix32f8sq32q81hb10z2q31bw5f431jxv0jafbdrif0vr6xqd";
propagatedBuildInputs = [ type_conv ];
meta = with stdenv.lib; {
homepage = https://ocaml.janestreet.com/;
description = "OCaml syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values";
license = licenses.asl20;
maintainers = [ maintainers.maurer maintainers.vbgl ];
};
}