lol

ppx_fields_conv: init at 113.33.03

+16
+14
pkgs/development/ocaml-modules/janestreet/ppx-fields-conv.nix
···
··· 1 + {stdenv, buildOcamlJane, 2 + ppx_core, ppx_tools, ppx_type_conv}: 3 + 4 + buildOcamlJane rec { 5 + name = "ppx_fields_conv"; 6 + hash = "11w9wfjgkv7yxv3rwlwi6m193zan6rhmi45q7n3ddi2s8ls3gra7"; 7 + propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv ]; 8 + 9 + meta = with stdenv.lib; { 10 + description = "Generation of accessor and iteration functions for ocaml records."; 11 + maintainers = [ maintainers.maurer ]; 12 + license = licenses.asl20; 13 + }; 14 + }
+2
pkgs/top-level/all-packages.nix
··· 5539 ppx_enumerate = callPackage ../development/ocaml-modules/janestreet/ppx-enumerate.nix {}; 5540 5541 ppx_fail = callPackage ../development/ocaml-modules/janestreet/ppx-fail.nix {}; 5542 }; 5543 5544 ocamlPackages = recurseIntoAttrs ocamlPackages_4_01_0;
··· 5539 ppx_enumerate = callPackage ../development/ocaml-modules/janestreet/ppx-enumerate.nix {}; 5540 5541 ppx_fail = callPackage ../development/ocaml-modules/janestreet/ppx-fail.nix {}; 5542 + 5543 + ppx_fields_conv = callPackage ../development/ocaml-modules/janestreet/ppx-fields-conv.nix {}; 5544 }; 5545 5546 ocamlPackages = recurseIntoAttrs ocamlPackages_4_01_0;