[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/67: gnu: Remove ocaml4.07-ppx-fields-conv.
From: |
guix-commits |
Subject: |
49/67: gnu: Remove ocaml4.07-ppx-fields-conv. |
Date: |
Sat, 30 Dec 2023 16:17:44 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit f6cda7691f8dd221647ac4898510918c522d97f0
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:39:17 2023 +0100
gnu: Remove ocaml4.07-ppx-fields-conv.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-fields-conv): Remove variable.
(ocaml-ppx-fields-conv)[properties]: Remove variant.
Change-Id: Ie109e8ac78166e2df6cfece2fd80961a4d5cb6db
---
gnu/packages/ocaml.scm | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d36edf73e8..157d9d34bb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6530,8 +6530,7 @@ standard library.")
(propagated-inputs
(list ocaml-base ocaml-fieldslib ocaml-migrate-parsetree
ocaml-ppxlib))
- (properties `((upstream-name . "ppx_fields_conv")
- (ocaml4.07-variant . ,(delay ocaml4.07-ppx-fields-conv))))
+ (properties `((upstream-name . "ppx_fields_conv")))
(synopsis "Generation of accessor and iteration functions for ocaml
records")
(description "Ppx_fields_conv is a ppx rewriter that can be used to define
first class values representing record fields, and additional routines, to get
@@ -6539,16 +6538,6 @@ and set record fields, iterate and fold over all fields
of a record and create
new record values.")
(license license:asl2.0)))
-(define-public ocaml4.07-ppx-fields-conv
- (package-with-ocaml4.07
- (package
- (inherit ocaml-ppx-fields-conv)
- (version "0.11.0")
- (source (janestreet-origin
- "ppx_fields_conv" version
- "07zrd3qky2ppbfl55gpm90rvqa5860xgwcsvihrjmkrw6d0jirkc"))
- (properties `((upstream-name . "ppx_fields_conv"))))))
-
(define-public ocaml-ppx-sexp-conv
(package
(name "ocaml-ppx-sexp-conv")
- 21/67: gnu: Remove ocaml4.07-tyxml., (continued)
- 21/67: gnu: Remove ocaml4.07-tyxml., guix-commits, 2023/12/30
- 24/67: gnu: Remove ocaml4.07-ppx-fail., guix-commits, 2023/12/30
- 26/67: gnu: Remove ocaml4.07-ppx-sexp-message., guix-commits, 2023/12/30
- 18/67: gnu: Remove ocaml4.07-odoc., guix-commits, 2023/12/30
- 22/67: gnu: Remove ocaml4.07-ppx-typerep-conv., guix-commits, 2023/12/30
- 23/67: gnu: Remove ocaml4.07-ppx-pipebang., guix-commits, 2023/12/30
- 28/67: gnu: Remove ocaml4.07-ppx-bin-prot., guix-commits, 2023/12/30
- 31/67: gnu: Remove ocaml4.07-ppx-optcomp., guix-commits, 2023/12/30
- 34/67: gnu: Remove ocaml4.07-ppx-js-style., guix-commits, 2023/12/30
- 36/67: gnu: Remove ocaml4.07-ppx-let., guix-commits, 2023/12/30
- 49/67: gnu: Remove ocaml4.07-ppx-fields-conv.,
guix-commits <=
- 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