mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Remove ocaml4.07-ppx-inline-test.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-inline-test): Remove variable. (ocaml-ppx-inline-test)[properties]: Remove variant. Change-Id: Ia7a74c7872b200d22fe56ec62de144534fc9e1ae
This commit is contained in:
parent
711f2b10dc
commit
2cd18578e7
1 changed files with 1 additions and 28 deletions
|
@ -5594,40 +5594,13 @@ (define-public ocaml-ppx-inline-test
|
||||||
ocaml-stdio
|
ocaml-stdio
|
||||||
ocaml-ppxlib
|
ocaml-ppxlib
|
||||||
ocaml-time-now))
|
ocaml-time-now))
|
||||||
(properties `((upstream-name . "ppx_inline_test")
|
(properties `((upstream-name . "ppx_inline_test")))
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-inline-test))))
|
|
||||||
(synopsis "Syntax extension for writing in-line tests in ocaml code")
|
(synopsis "Syntax extension for writing in-line tests in ocaml code")
|
||||||
(description "This package contains a syntax extension for writing
|
(description "This package contains a syntax extension for writing
|
||||||
in-line tests in ocaml code. It is part of Jane Street's PPX rewriters
|
in-line tests in ocaml code. It is part of Jane Street's PPX rewriters
|
||||||
collection.")
|
collection.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ocaml4.07-ppx-inline-test
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-ppx-inline-test)
|
|
||||||
(name "ocaml-ppx-inline-test")
|
|
||||||
(version "0.12.0")
|
|
||||||
(home-page "https://github.com/janestreet/ppx_inline_test")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url (string-append home-page ".git"))
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0nyz411zim94pzbxm2l2v2l9jishcxwvxhh142792g2s18r4vn50"))))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("ocaml-base" ,ocaml-base)
|
|
||||||
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
|
||||||
("ocaml-compiler-libs" ,ocaml-compiler-libs)
|
|
||||||
("ocaml-sexplib0" ,ocaml-sexplib0)
|
|
||||||
("ocaml-stdio" ,ocaml-stdio)
|
|
||||||
("ocaml-ppxlib" ,ocaml-ppxlib)))
|
|
||||||
(properties `((upstream-name . "ppx_inline_test"))))))
|
|
||||||
|
|
||||||
(define-public ocaml-bindlib
|
(define-public ocaml-bindlib
|
||||||
(package
|
(package
|
||||||
(name "ocaml-bindlib")
|
(name "ocaml-bindlib")
|
||||||
|
|
Loading…
Reference in a new issue