mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
ocamlPackages.ocamlgraph: 2.1.0 → 2.2.0
This commit is contained in:
parent
873672a3ac
commit
d886930519
2 changed files with 3 additions and 11 deletions
|
@ -2,28 +2,23 @@
|
||||||
lib,
|
lib,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
buildDunePackage,
|
buildDunePackage,
|
||||||
stdlib-shims,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ocamlgraph";
|
pname = "ocamlgraph";
|
||||||
version = "2.1.0";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/backtracking/ocamlgraph/releases/download/${version}/ocamlgraph-${version}.tbz";
|
url = "https://github.com/backtracking/ocamlgraph/releases/download/${version}/ocamlgraph-${version}.tbz";
|
||||||
hash = "sha256-D5YsNvklPfI5OVWvQbB0tqQmsvkqne95WyAFtX0wLWU=";
|
hash = "sha256-sJViEIY8wk9IAgO6PC7wbfrlV5U2oFdENk595YgisjA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
minimalOCamlVersion = "4.08";
|
minimalOCamlVersion = "4.08";
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
|
||||||
stdlib-shims
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/backtracking/ocamlgraph";
|
homepage = "https://github.com/backtracking/ocamlgraph";
|
||||||
description = "Graph library for OCaml";
|
description = "Graph library for OCaml";
|
||||||
license = licenses.gpl2Oss;
|
license = licenses.lgpl21Only;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
buildDunePackage,
|
buildDunePackage,
|
||||||
lablgtk,
|
lablgtk,
|
||||||
ocamlgraph,
|
ocamlgraph,
|
||||||
stdlib-shims,
|
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage {
|
buildDunePackage {
|
||||||
|
@ -13,6 +11,5 @@ buildDunePackage {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
lablgtk
|
lablgtk
|
||||||
ocamlgraph
|
ocamlgraph
|
||||||
stdlib-shims
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue