[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/67: gnu: Remove ocaml4.07-ppx-sexp-value.
From: |
guix-commits |
Subject: |
30/67: gnu: Remove ocaml4.07-ppx-sexp-value. |
Date: |
Sat, 30 Dec 2023 16:17:42 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 5d1809a08a0bf048341aff3d6a6e4234bd607dca
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:02:03 2023 +0100
gnu: Remove ocaml4.07-ppx-sexp-value.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-value): Remove variable.
(ocaml-ppx-sexp-value)[properties]: Remove variant.
Change-Id: Ib5b777b78c63d9cbc4812affba6f861c89ff3cce
---
gnu/packages/ocaml.scm | 25 +------------------------
1 file changed, 1 insertion(+), 24 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0c0a1d1765..d961bb7ec7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7117,36 +7117,13 @@ many values).")
(build-system dune-build-system)
(propagated-inputs
(list ocaml-base ocaml-ppx-here ocaml-ppx-sexp-conv ocaml-ppxlib))
- (properties `((upstream-name . "ppx_sexp_value")
- (ocaml4.07-variant . ,(delay ocaml4.07-ppx-sexp-value))))
+ (properties `((upstream-name . "ppx_sexp_value")))
(home-page "https://github.com/janestreet/ppx_sexp_value")
(synopsis "Simplify building s-expressions from ocaml values")
(description "@samp{ppx-sexp-value} is a ppx rewriter that simplifies
building s-expressions from ocaml values.")
(license license:expat)))
-(define-public ocaml4.07-ppx-sexp-value
- (package-with-ocaml4.07
- (package
- (inherit ocaml-ppx-sexp-value)
- (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_sexp_value-v" version
".tar.gz"))
- (sha256
- (base32
- "1xnalfrln6k5khsyxvxkg6v32q8fpr4cqamsjqfih29jdv486xrs"))))
- (propagated-inputs
- (list ocaml-base
- ocaml-ppx-here
- ocaml-ppx-sexp-conv
- ocaml-migrate-parsetree
- ocaml-ppxlib))
- (properties '())
- (license license:asl2.0))))
-
(define-public ocaml-ppx-sexp-message
(package
(name "ocaml-ppx-sexp-message")
- 35/67: gnu: Remove ocaml4.07-ppx-enumerate., (continued)
- 35/67: gnu: Remove ocaml4.07-ppx-enumerate., guix-commits, 2023/12/30
- 07/67: gnu: Remove ocaml4.07-uri., guix-commits, 2023/12/30
- 11/67: gnu: Remove ocaml4.07-sqlite3., guix-commits, 2023/12/30
- 14/67: gnu: Remove ocaml4.07-core-kernel., guix-commits, 2023/12/30
- 13/67: gnu: Remove ocaml4.07-core., guix-commits, 2023/12/30
- 17/67: gnu: Remove ocaml4.07-jane-street-headers., guix-commits, 2023/12/30
- 20/67: gnu: Remove ocaml4.07-ppx-jane., guix-commits, 2023/12/30
- 16/67: gnu: Remove ocaml4.07-qcheck., guix-commits, 2023/12/30
- 25/67: gnu: Remove ocaml4.07-bisect-ppx., guix-commits, 2023/12/30
- 29/67: gnu: Remove ocaml4.07-ppx-optional., guix-commits, 2023/12/30
- 30/67: gnu: Remove ocaml4.07-ppx-sexp-value.,
guix-commits <=
- 33/67: gnu: Remove ocaml4.07-ppx-hash., guix-commits, 2023/12/30
- 37/67: gnu: Remove ocaml4.07-ppx-expect., guix-commits, 2023/12/30
- 39/67: gnu: Remove ocaml4.07-ppx-inline-test., guix-commits, 2023/12/30
- 40/67: gnu: Remove ocaml4.07-ppx-assert., guix-commits, 2023/12/30
- 41/67: gnu: Remove ocaml4.07-sexplib., guix-commits, 2023/12/30
- 42/67: gnu: Remove ocaml4.07-ppx-here., guix-commits, 2023/12/30
- 45/67: gnu: Remove ocaml4.07-alcotest., guix-commits, 2023/12/30
- 46/67: gnu: Remove ocaml4.07-ppx-custom-printf., guix-commits, 2023/12/30
- 50/67: gnu: Remove ocaml4.07-ppx-sexp-conv., guix-commits, 2023/12/30
- 52/67: gnu: Remove ocaml4.07-variantslib., guix-commits, 2023/12/30