ocamlPackages.ordering: init at 3.0.3

This commit is contained in:
Vincent Laporte 2022-03-16 17:30:46 +01:00 committed by Vincent Laporte
parent bb559f92af
commit ac07d2fa3e
2 changed files with 15 additions and 0 deletions

View file

@ -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";
};
}

View file

@ -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 { };