mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Remove ocaml4.07-variantslib.
* gnu/packages/ocaml.scm (ocaml4.07-variantslib): Remove variable. (ocaml-variantslib)[properties]: Remove variant. Change-Id: Ie05207ed1bb675c91e68058cd2a1ff0e63ccf532
This commit is contained in:
parent
c02058bef6
commit
dc86d672c9
1 changed files with 1 additions and 18 deletions
|
@ -6476,30 +6476,13 @@ (define-public ocaml-variantslib
|
|||
`(#:tests? #f))
|
||||
(propagated-inputs
|
||||
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
|
||||
(properties `((upstream-name . "variantslib")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-variantslib))))
|
||||
(properties `((upstream-name . "variantslib")))
|
||||
(home-page "https://github.com/janestreet/variantslib")
|
||||
(synopsis "OCaml variants as first class values")
|
||||
(description "The Core suite of libraries is an alternative to OCaml's
|
||||
standard library.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public ocaml4.07-variantslib
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-variantslib)
|
||||
(name "ocaml-variantslib")
|
||||
(version "0.11.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ocaml.janestreet.com/ocaml-core/v"
|
||||
(version-major+minor version)
|
||||
"/files/variantslib-v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hsdwmkslvk4cznqr4lyyiy7vvk5spil226k0z2in26fxq6y0hf3"))))
|
||||
(properties `((upstream-name . "variantslib"))))))
|
||||
|
||||
(define-public ocaml-ppx-fields-conv
|
||||
(package
|
||||
(name "ocaml-ppx-fields-conv")
|
||||
|
|
Loading…
Reference in a new issue