[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/67: gnu: Remove ocaml4.07-ppx-bench.
From: |
guix-commits |
Subject: |
38/67: gnu: Remove ocaml4.07-ppx-bench. |
Date: |
Sat, 30 Dec 2023 16:17:43 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 711f2b10dccc0a8b95781753014a703e1c31b6b6
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:07:44 2023 +0100
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
---
gnu/packages/ocaml.scm | 21 +--------------------
1 file changed, 1 insertion(+), 20 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 8f811a28fc..83d1cb8777 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6943,31 +6943,12 @@ many values).")
;; 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")
- 64/67: gnu: Remove ocaml4.07-base., (continued)
- 64/67: gnu: Remove ocaml4.07-base., guix-commits, 2023/12/30
- 66/67: gnu: Remove ocaml4.07-sexplib0., guix-commits, 2023/12/30
- 67/67: gnu: Remove ocaml-markup0.8.0., guix-commits, 2023/12/30
- 48/67: gnu: Remove ocaml4.07-ppx-compare., guix-commits, 2023/12/30
- 51/67: gnu: Remove ocaml4.07-fieldslib., guix-commits, 2023/12/30
- 59/67: gnu: Remove ocaml4.07-lablgtk., guix-commits, 2023/12/30
- 60/67: gnu: Remove ocaml4.07-cmdliner., guix-commits, 2023/12/30
- 62/67: gnu: Remove ocaml4.07-re., guix-commits, 2023/12/30
- 27/67: gnu: Remove ocaml4.07-ppx-base., guix-commits, 2023/12/30
- 32/67: gnu: Remove ocaml4.07-ppx-tools-versioned., guix-commits, 2023/12/30
- 38/67: gnu: Remove ocaml4.07-ppx-bench.,
guix-commits <=
- 43/67: gnu: Remove ocaml4.07-bin-prot., guix-commits, 2023/12/30
- 44/67: gnu: Remove ocaml4.07-typerep., guix-commits, 2023/12/30
- 47/67: gnu: Remove ocaml4.07-ppx-variants-conv., guix-commits, 2023/12/30
- 54/67: gnu: Remove ocaml4.07-fmt., guix-commits, 2023/12/30
- 56/67: gnu: Remove ocaml4.07-configurator., guix-commits, 2023/12/30
- 58/67: gnu: Remove ocaml4.07-uuidm., guix-commits, 2023/12/30
- 65/67: gnu: Remove ocaml4.07-lwt., guix-commits, 2023/12/30