gnu: Remove ocaml4.07-qcheck.
* gnu/packages/ocaml.scm (ocaml4.07-qcheck): Remove variable. (ocaml-qcheck)[properties]: Remove variant. Change-Id: I5d658a105d626315742428a68638222da212bea6
This commit is contained in:
parent
bbd0a46127
commit
17101812a8
@ -1665,7 +1665,6 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.")
|
|||||||
(list ocaml-alcotest ocaml-ounit ocaml-ppxlib))
|
(list ocaml-alcotest ocaml-ounit ocaml-ppxlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ocamlbuild))
|
(list ocamlbuild))
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-qcheck))))
|
|
||||||
(home-page "https://github.com/c-cube/qcheck")
|
(home-page "https://github.com/c-cube/qcheck")
|
||||||
(synopsis "QuickCheck inspired property-based testing for OCaml")
|
(synopsis "QuickCheck inspired property-based testing for OCaml")
|
||||||
(description "QuickCheck inspired property-based testing for OCaml. This
|
(description "QuickCheck inspired property-based testing for OCaml. This
|
||||||
@ -1674,22 +1673,6 @@ generated instances of the type. It provides combinators for generating
|
|||||||
instances and printing them.")
|
instances and printing them.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public ocaml4.07-qcheck
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-qcheck)
|
|
||||||
(version "0.12")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/c-cube/qcheck")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name "ocaml-qcheck" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1llnfynhlndwyjig7wrayjnds2b3mggp5lw20dwxhn2i2lkkb22m"))))
|
|
||||||
(properties '()))))
|
|
||||||
|
|
||||||
(define-public ocaml-qtest
|
(define-public ocaml-qtest
|
||||||
(package
|
(package
|
||||||
(name "ocaml-qtest")
|
(name "ocaml-qtest")
|
||||||
|
Loading…
Reference in New Issue
Block a user