repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
ordering
/
default.nix
blob
7776c0462d05f042e73ca787dc0fcf8dfad9c65f
1
{ buildDunePackage, dune_3 }:
2
3
buildDunePackage {
4
pname = "ordering";
5
inherit (dune_3) version src;
6
duneVersion = "3";
7
minimalOCamlVersion = "4.08";
8
9
dontAddPrefix = true;
10
11
meta = dune_3.meta // {
12
description = "Element ordering";
13
};
14
}