ocamlPackages.ordering: init at 3.0.3

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

@ -0,0 +1,13 @@
{ lib, buildDunePackage, dune_3 }:
buildDunePackage {
pname = "ordering";
inherit (dune_3) version src;
duneVersion = "3";
dontAddPrefix = true;
meta = dune_3.meta // {
description = "Element ordering";
};
}

@ -1022,6 +1022,8 @@ let
opus = callPackage ../development/ocaml-modules/opus { };
ordering = callPackage ../development/ocaml-modules/ordering { };
otfm = callPackage ../development/ocaml-modules/otfm { };
otoml = callPackage ../development/ocaml-modules/otoml { };

Loading…
Cancel
Save