me
/
guix
Archived
1
0
Fork 0

gnu: Remove ocaml4.07-ppx-expect.

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

Change-Id: Iad2ab78be171d8e0c7526c27fd0c7f77e62c6c68
master
Julien Lepiller 2023-12-25 11:07:07 +01:00
parent c56a00a90f
commit 9c52f8b867
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 0 additions and 25 deletions

View File

@ -7330,7 +7330,6 @@ useful errors on failure.")
ocaml-migrate-parsetree ocaml-migrate-parsetree
ocaml-re)) ocaml-re))
(properties `((upstream-name . "ppx_expect") (properties `((upstream-name . "ppx_expect")
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-expect))
(ocaml5.0-variant . ,(delay ocaml5.0-ppx-expect)))) (ocaml5.0-variant . ,(delay ocaml5.0-ppx-expect))))
(home-page "https://github.com/janestreet/ppx_expect") (home-page "https://github.com/janestreet/ppx_expect")
(synopsis "Cram like framework for OCaml") (synopsis "Cram like framework for OCaml")
@ -7363,30 +7362,6 @@ to denote the expected output.")
"05r7wlmrhb5biwyw6bjcpmr77srglijcbf7nm7h2hiil0d0i7bkz")))) "05r7wlmrhb5biwyw6bjcpmr77srglijcbf7nm7h2hiil0d0i7bkz"))))
(properties '()))))) (properties '())))))
(define-public ocaml4.07-ppx-expect
(package-with-ocaml4.07
(package
(inherit ocaml-ppx-expect)
(version "0.12.0")
(source
(janestreet-origin "ppx_expect" version
"1zpci8c49yn2ixchmwjx1kf9pwybv3dnn4l2dgnd6m36qnkralfk"))
(propagated-inputs
`(("ocaml-base" ,ocaml-base)
("ocaml-ppx-assert" ,ocaml-ppx-assert)
("ocaml-ppx-compare" ,ocaml-ppx-compare)
("ocaml-ppx-custom-printf" ,ocaml-ppx-custom-printf)
("ocaml-ppx-fields-conv" ,ocaml-ppx-fields-conv)
("ocaml-ppx-here" ,ocaml-ppx-here)
("ocaml-ppx-inline-test" ,ocaml-ppx-inline-test)
("ocaml-ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
("ocaml-ppx-variants-conv" ,ocaml-ppx-variants-conv)
("ocaml-stdio" ,ocaml-stdio)
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
("ocaml-ppxlib" ,ocaml-ppxlib)
("ocaml-re" ,ocaml-re)))
(properties `((upstream-name . "ppx_expect"))))))
(define-public ocaml-ppx-js-style (define-public ocaml-ppx-js-style
(package (package
(name "ocaml-ppx-js-style") (name "ocaml-ppx-js-style")