mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
Merge pull request #114434 from marsam/update-ocp-index
ocamlPackages.ocp-index: 1.2.1 -> 1.2.2
This commit is contained in:
commit
95679c8e42
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ocp-index";
|
pname = "ocp-index";
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
|
|
||||||
useDune2 = true;
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/OCamlPro/ocp-index/archive/${version}.tar.gz";
|
url = "https://github.com/OCamlPro/ocp-index/archive/${version}.tar.gz";
|
||||||
sha256 = "08r7mxdnxmhff37fw4hmrpjgckgi5kaiiiirwp4rmdl594z0h9c8";
|
sha256 = "0k4i0aabyn750f4wqbnk0yv10kdjd6nhjw2pbmpc4cz639qcsm40";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cppo cmdliner re ];
|
buildInputs = [ cppo cmdliner re ];
|
||||||
@ -16,7 +16,7 @@ buildDunePackage rec {
|
|||||||
propagatedBuildInputs = [ ocp-indent ];
|
propagatedBuildInputs = [ ocp-indent ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://typerex.ocamlpro.com/ocp-index.html";
|
homepage = "https://www.typerex.org/ocp-index.html";
|
||||||
description = "A simple and light-weight documentation extractor for OCaml";
|
description = "A simple and light-weight documentation extractor for OCaml";
|
||||||
license = lib.licenses.lgpl3;
|
license = lib.licenses.lgpl3;
|
||||||
maintainers = with lib.maintainers; [ vbgl ];
|
maintainers = with lib.maintainers; [ vbgl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user