mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Remove ocaml4.07-ppx-let.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-let): Remove variable. (ocaml-ppx-let)[properties]: Remove variant. Change-Id: Ia173d6bd784b6c1347c3ec2e3cc4e10b9537b092
This commit is contained in:
parent
7c44828fab
commit
c56a00a90f
1 changed files with 1 additions and 13 deletions
|
@ -7213,25 +7213,13 @@ (define-public ocaml-ppx-let
|
|||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib ocaml-ppx-here))
|
||||
(properties `((upstream-name . "ppx_let")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-let))))
|
||||
(properties `((upstream-name . "ppx_let")))
|
||||
(home-page "https://github.com/janestreet/ppx_let")
|
||||
(synopsis "Monadic let-bindings")
|
||||
(description "A ppx rewriter for monadic and applicative let bindings,
|
||||
match expressions, and if expressions.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public ocaml4.07-ppx-let
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-ppx-let)
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(janestreet-origin "ppx_let" version
|
||||
"1wdfw6w4xbg97a35yg6bif9gggxniy9ddnrjfw1a0inkl2yamxkj"))
|
||||
|
||||
(properties `((upstream-name . "ppx_let"))))))
|
||||
|
||||
(define-public ocaml-ppx-fail
|
||||
(package
|
||||
(name "ocaml-ppx-fail")
|
||||
|
|
Loading…
Reference in a new issue