gnu: Remove ocaml4.07-ppx-optional.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-optional): Remove variable. (ocaml-ppx-optional)[properties]: Remove variant. Change-Id: Ie6aad28146cea0f5b48be78c68e7341307234e4amaster
parent
47532ebc1e
commit
d2ea723f8e
|
@ -7257,8 +7257,7 @@ literal of the form 1.0v to conversion functions currently in scope.")
|
||||||
(arguments `(#:tests? #f)) ; No tests
|
(arguments `(#:tests? #f)) ; No tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
|
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
|
||||||
(properties `((upstream-name . "ppx_optional")
|
(properties `((upstream-name . "ppx_optional")))
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-optional))))
|
|
||||||
(home-page "https://github.com/janestreet/ppx_optional")
|
(home-page "https://github.com/janestreet/ppx_optional")
|
||||||
(synopsis "Pattern matching on flat options")
|
(synopsis "Pattern matching on flat options")
|
||||||
(description
|
(description
|
||||||
|
@ -7266,17 +7265,6 @@ literal of the form 1.0v to conversion functions currently in scope.")
|
||||||
else expression.")
|
else expression.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public ocaml4.07-ppx-optional
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-ppx-optional)
|
|
||||||
(version "0.11.0")
|
|
||||||
(source
|
|
||||||
(janestreet-origin
|
|
||||||
"ppx_optional" version
|
|
||||||
"1z8z2bga95k2vksljljfglg10vygkjd24kn1b37sk4z3nmp47x0h"))
|
|
||||||
(properties `((upstream-name . "ppx_optional"))))))
|
|
||||||
|
|
||||||
(define-public ocaml-ppx-optcomp
|
(define-public ocaml-ppx-optcomp
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-optcomp")
|
(name "ocaml-ppx-optcomp")
|
||||||
|
|
Reference in New Issue