ocamlPackages.ordering: init at 3.0.3
This commit is contained in:
committed by
Vincent Laporte
parent
bb559f92af
commit
ac07d2fa3e
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user