ocamlPackages.doc-ock: remove at 1.2.1

This is now part of ocamlPackages.odoc
This commit is contained in:
Vincent Laporte 2019-10-15 06:03:53 +00:00
parent e33563438e
commit 7c6026019e
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F
2 changed files with 0 additions and 26 deletions

View file

@ -1,24 +0,0 @@
{ stdenv, fetchFromGitHub, buildDunePackage, octavius, cppo }:
buildDunePackage rec {
pname = "doc-ock";
version = "1.2.1";
src = fetchFromGitHub {
owner = "ocaml-doc";
repo = pname;
rev = "v${version}";
sha256 = "090vprm12jrl55yllk1hdzbsqyr107yjs2qnc49yahdhvnr4h5b7";
};
buildInputs = [ cppo ];
propagatedBuildInputs = [ octavius ];
meta = {
description = "Extract documentation from OCaml files";
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.vbgl ];
inherit (src.meta) homepage;
};
}

View file

@ -211,8 +211,6 @@ let
digestif = callPackage ../development/ocaml-modules/digestif { };
doc-ock = callPackage ../development/ocaml-modules/doc-ock { };
dolmen = callPackage ../development/ocaml-modules/dolmen { };
dolog = callPackage ../development/ocaml-modules/dolog { };