mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Remove ocaml4.07-ppx-bench.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-bench): Remove variable. (ocaml-ppx-bench)[properties]: Remove variant. Change-Id: I407067f56a2e8a73ab9c311dafb2fd6dd5b583f8
This commit is contained in:
parent
9c52f8b867
commit
711f2b10dc
1 changed files with 1 additions and 20 deletions
|
@ -6943,31 +6943,12 @@ (define-public ocaml-ppx-bench
|
|||
;; No tests
|
||||
`(#:tests? #f))
|
||||
(propagated-inputs (list ocaml-ppx-inline-test ocaml-ppxlib))
|
||||
(properties `((upstream-name . "ppx_bench")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-bench))))
|
||||
(properties `((upstream-name . "ppx_bench")))
|
||||
(home-page "https://github.com/janestreet/ppx_bench")
|
||||
(synopsis "Syntax extension for writing in-line benchmarks in ocaml code")
|
||||
(description "Syntax extension for writing in-line benchmarks in ocaml code.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ocaml4.07-ppx-bench
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-ppx-bench)
|
||||
(version "0.11.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ocaml.janestreet.com/ocaml-core/v"
|
||||
(version-major+minor version)
|
||||
"/files/ppx_bench-v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ys4pblbcjbk9dn073rqiwm7r6rc7fah03j7riklkwnb5n44andl"))))
|
||||
(propagated-inputs
|
||||
(list ocaml-ppx-inline-test ocaml-migrate-parsetree ocaml-ppxlib))
|
||||
(properties '())
|
||||
(license license:asl2.0))))
|
||||
|
||||
(define-public ocaml-ppx-here
|
||||
(package
|
||||
(name "ocaml-ppx-here")
|
||||
|
|
Loading…
Reference in a new issue