mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ size, the version of the compiler, ...")
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib ocaml-ppx-here))
|
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib ocaml-ppx-here))
|
||||||
(properties `((upstream-name . "ppx_let")
|
(properties `((upstream-name . "ppx_let")))
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-let))))
|
|
||||||
(home-page "https://github.com/janestreet/ppx_let")
|
(home-page "https://github.com/janestreet/ppx_let")
|
||||||
(synopsis "Monadic let-bindings")
|
(synopsis "Monadic let-bindings")
|
||||||
(description "A ppx rewriter for monadic and applicative let bindings,
|
(description "A ppx rewriter for monadic and applicative let bindings,
|
||||||
match expressions, and if expressions.")
|
match expressions, and if expressions.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public ocaml-ppx-fail
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-fail")
|
(name "ocaml-ppx-fail")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue