2021-01-11 07:54:33 +00:00
|
|
|
{ lib, stdenv, type_conv, buildOcamlJane }:
|
2016-09-14 00:58:42 +01:00
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
buildOcamlJane {
|
2016-09-14 00:58:42 +01:00
|
|
|
name = "fieldslib";
|
|
|
|
version = "113.33.03";
|
|
|
|
|
|
|
|
minimumSupportedOcamlVersion = "4.02";
|
|
|
|
|
|
|
|
hash = "0mkbix32f8sq32q81hb10z2q31bw5f431jxv0jafbdrif0vr6xqd";
|
|
|
|
|
|
|
|
propagatedBuildInputs = [ type_conv ];
|
|
|
|
|
2021-01-11 07:54:33 +00:00
|
|
|
meta = with lib; {
|
2020-04-01 02:11:51 +01:00
|
|
|
homepage = "https://ocaml.janestreet.com/";
|
2016-09-14 00:58:42 +01:00
|
|
|
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 ];
|
|
|
|
};
|
|
|
|
}
|