me
/
guix
Archived
1
0
Fork 0

gnu: Remove ocaml4.07-ppx-assert.

* gnu/packages/ocaml.scm (ocaml4.07-ppx-assert): Remove variable.
(ocaml-ppx-assert)[properties]: Remove variant.

Change-Id: Iba0b987323b8ee3feb2330b1e5eed199856466ee
master
Julien Lepiller 2023-12-25 11:09:35 +01:00
parent 2cd18578e7
commit 1667e151ba
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 19 deletions

View File

@ -7232,31 +7232,13 @@ https://github.com/ocaml/ocaml/issues/8563.")
ocaml-ppx-sexp-conv
ocaml-migrate-parsetree
ocaml-ppxlib))
(properties `((upstream-name . "ppx_assert")
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-assert))))
(properties `((upstream-name . "ppx_assert")))
(home-page "https://github.com/janestreet/ppx_assert")
(synopsis "Assert-like extension nodes that raise useful errors on failure")
(description "This package contains assert-like extension nodes that raise
useful errors on failure.")
(license license:asl2.0)))
(define-public ocaml4.07-ppx-assert
(package-with-ocaml4.07
(package
(inherit ocaml-ppx-assert)
(version "0.11.0")
(source
(janestreet-origin "ppx_assert" version
"17kd311n0l9f72gblf9kv8i5rghr106w37x4f0m5qwh6nlgl0j9k"))
(propagated-inputs
`(("ocaml-base" ,ocaml-base)
("ocaml-ppx-compare" ,ocaml-ppx-compare)
("ocaml-ppx-here" ,ocaml-ppx-here)
("ocaml-ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
("ocaml-ppxlib" ,ocaml-ppxlib)))
(properties `((upstream-name . "ppx_assert"))))))
(define-public ocaml-ppx-expect
(package
(name "ocaml-ppx-expect")