Remove merged ocaml package
more/packages/ocaml.scm
| 76 | 76 | "/lib/ocaml/site-lib")) | |
| 77 | 77 | #:phases (modify-phases %standard-phases (delete 'configure)))) | |
| 78 | 78 | ||
| 79 | - | (define-public ocaml-qcheck | |
| 80 | - | (package | |
| 81 | - | (name "ocaml-qcheck") | |
| 82 | - | (version "0.5.3.1") | |
| 83 | - | (source (origin | |
| 84 | - | (method url-fetch) | |
| 85 | - | (uri (string-append "https://github.com/c-cube/qcheck/archive/" | |
| 86 | - | version ".tar.gz")) | |
| 87 | - | (file-name (string-append name "-" version ".tar.gz")) | |
| 88 | - | (sha256 | |
| 89 | - | (base32 | |
| 90 | - | "1zs1pg5cb1iry554v3cdmmiglsrwmsqa9x8zxmzb118fnk5d3ha6")))) | |
| 91 | - | (build-system ocaml-build-system) | |
| 92 | - | (native-inputs | |
| 93 | - | `(("ounit" ,ocaml-ounit))) | |
| 94 | - | (home-page "https://github.com/c-cube/qcheck") | |
| 95 | - | (synopsis "QuickCheck inspired property-based testing for OCaml") | |
| 96 | - | (description "QuickCheck inspired property-based testing for OCaml. This | |
| 97 | - | module allows to check invariants (properties of some types) over randomly | |
| 98 | - | generated instances of the type. It provides combinators for generating | |
| 99 | - | instances and printing them.") | |
| 100 | - | (license license:lgpl3+))) | |
| 101 | - | ||
| 102 | 79 | (define-public ocaml-ppx-sexp-value | |
| 103 | 80 | (package | |
| 104 | 81 | (name "ocaml-ppx-sexp-value") |