gnu: Remove ocaml4.07-odoc.
* gnu/packages/ocaml.scm (ocaml4.07-odoc): Remove variable. (ocaml-odoc)[properties]: Remove variant. Change-Id: I903ba64cfb460064531a502ca0c97e81ed4bbb82
This commit is contained in:
parent
b9dcefa570
commit
71b29cfac9
1 changed files with 0 additions and 36 deletions
|
@ -8674,7 +8674,6 @@ then run the Bisect_ppx report tool on the generated visitation files.")
|
||||||
ocaml-version
|
ocaml-version
|
||||||
ocaml-yojson
|
ocaml-yojson
|
||||||
jq))
|
jq))
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-odoc))))
|
|
||||||
(home-page "https://github.com/ocaml/odoc")
|
(home-page "https://github.com/ocaml/odoc")
|
||||||
(synopsis "OCaml documentation generator")
|
(synopsis "OCaml documentation generator")
|
||||||
(description "Odoc is a documentation generator for OCaml. It reads
|
(description "Odoc is a documentation generator for OCaml. It reads
|
||||||
|
@ -8713,41 +8712,6 @@ documentation comments, formatted using Odoc syntax, an extension of the
|
||||||
language understood by ocamldoc.")
|
language understood by ocamldoc.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
;; version 1.5.2 requires ocaml-markdown 1.0.0 which does not compile
|
|
||||||
;; with old version of dune used in package-with-ocaml4.07
|
|
||||||
(define-public ocaml4.07-odoc
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-odoc)
|
|
||||||
(name "ocaml-odoc")
|
|
||||||
(version "1.5.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/ocaml/odoc")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0z2nisg1vb5xlk41hqw8drvj90v52wli7zvnih6a844cg6xsvvj2"))))
|
|
||||||
(arguments '())
|
|
||||||
(inputs
|
|
||||||
`(("ocaml-alcotest" ,ocaml-alcotest)
|
|
||||||
("ocaml-markup" ,ocaml-markup)
|
|
||||||
("ocaml-sexplib" ,ocaml-sexplib)
|
|
||||||
("ocaml-re" ,ocaml-re)
|
|
||||||
("ocaml-uutf" ,ocaml-uutf)))
|
|
||||||
(native-inputs
|
|
||||||
`(("ocaml-astring" ,ocaml-astring)
|
|
||||||
("ocaml-cmdliner" ,ocaml-cmdliner)
|
|
||||||
("ocaml-cppo" ,ocaml-cppo)
|
|
||||||
("ocaml-fpath" ,ocaml-fpath)
|
|
||||||
("ocaml-result" ,ocaml-result)
|
|
||||||
("ocaml-tyxml" ,ocaml-tyxml)
|
|
||||||
("ocaml-bisect-ppx" ,ocaml-bisect-ppx)
|
|
||||||
("tidy-html" ,tidy-html)))
|
|
||||||
(properties '()))))
|
|
||||||
|
|
||||||
(define-public ocaml-fftw3
|
(define-public ocaml-fftw3
|
||||||
(package
|
(package
|
||||||
(name "ocaml-fftw3")
|
(name "ocaml-fftw3")
|
||||||
|
|
Reference in a new issue