ocamlPackages.dyn: init at 3.0.3

main
Vincent Laporte 2 years ago committed by Vincent Laporte
parent ac07d2fa3e
commit ab97541807
  1. 16
      pkgs/development/ocaml-modules/dyn/default.nix
  2. 2
      pkgs/top-level/ocaml-packages.nix

@ -0,0 +1,16 @@
{ lib, buildDunePackage, dune_3, ordering }:
buildDunePackage {
pname = "dyn";
inherit (dune_3) version src;
duneVersion = "3";
dontAddPrefix = true;
propagatedBuildInputs = [ ordering ];
meta = dune_3.meta // {
description = "Dynamic type";
};
}

@ -330,6 +330,8 @@ let
duration = callPackage ../development/ocaml-modules/duration { };
dyn = callPackage ../development/ocaml-modules/dyn { };
earley = callPackage ../development/ocaml-modules/earley { };
earlybird = callPackage ../development/ocaml-modules/earlybird { };

Loading…
Cancel
Save