[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/67: gnu: Remove ocaml4.07-sexplib0.
From: |
guix-commits |
Subject: |
66/67: gnu: Remove ocaml4.07-sexplib0. |
Date: |
Sat, 30 Dec 2023 16:17:47 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 4a7b5889237cf785efc6b1feb0acf1fe7622c776
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:52:55 2023 +0100
gnu: Remove ocaml4.07-sexplib0.
* gnu/packages/ocaml.scm (ocaml4.07-sexplib0): Remove variable.
(ocaml-sexplib0)[properties]: Remove variant.
Change-Id: Ie370668adc446fc4c2b04206a6657380e5e09790
---
gnu/packages/ocaml.scm | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ed868ea1f9..f636ce0085 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5849,7 +5849,6 @@ exclusion algorithms are typical examples of such
systems.")
"05m93g4m4jhj1v8pazg3s2ydcfymr3h4476yjhdca5fm4sn35bg8"))))
(build-system dune-build-system)
(arguments `(#:tests? #f)) ;no tests
- (properties `((ocaml4.07-variant . ,(delay ocaml4.07-sexplib0))))
(synopsis "Library containing the definition of S-expressions and some
base converters")
(description "Part of Jane Street's Core library The Core suite of
@@ -5857,18 +5856,6 @@ libraries is an industrial strength alternative to
OCaml's standard library
that was developed by Jane Street, the largest industrial user of OCaml.")
(license license:expat)))
-(define-public ocaml4.07-sexplib0
- (package-with-ocaml4.07
- (package
- (inherit ocaml-sexplib0)
- (name "ocaml-sexplib0")
- (version "0.11.0")
- (source
- (janestreet-origin "sexplib0" version
-
"1p06p2s7p9xsjn0z9qicniv1ai54d8sj11k8j633di2mm7jzxpin"))
- (arguments `(#:tests? #f)) ; no tests
- (properties '()))))
-
(define-public ocaml-parsexp
(package
(name "ocaml-parsexp")
- 45/67: gnu: Remove ocaml4.07-alcotest., (continued)
- 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
- 53/67: gnu: Remove ocaml4.07-parsexp., guix-commits, 2023/12/30
- 55/67: gnu: Remove ocaml4.07-migrate-parsetree., guix-commits, 2023/12/30
- 57/67: gnu: Remove ocaml4.07-ppxlib., guix-commits, 2023/12/30
- 61/67: gnu: Remove ocaml4.07-compiler-libs., guix-commits, 2023/12/30
- 63/67: gnu: Remove ocaml4.07-stdio., guix-commits, 2023/12/30
- 64/67: gnu: Remove ocaml4.07-base., guix-commits, 2023/12/30
- 66/67: gnu: Remove ocaml4.07-sexplib0.,
guix-commits <=
- 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, 2023/12/30
- 43/67: gnu: Remove ocaml4.07-bin-prot., guix-commits, 2023/12/30