guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/67: gnu: Remove ocaml4.07-parsexp.


From: guix-commits
Subject: 53/67: gnu: Remove ocaml4.07-parsexp.
Date: Sat, 30 Dec 2023 16:17:45 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 571878854c90f3a0546dbaf1dd69223200ac5001
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:42:56 2023 +0100

    gnu: Remove ocaml4.07-parsexp.
    
    * gnu/packages/ocaml.scm (ocaml4.07-parsexp): Remove variable.
    (ocaml-parsexp)[properties]: Remove variant.
    
    Change-Id: I8f4ba60895845ba8a45d87107c5b0f7ce0674f99
---
 gnu/packages/ocaml.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9682f5be8a..33340e95af 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5994,7 +5994,6 @@ that was developed by Jane Street, the largest industrial 
user of OCaml.")
     (build-system dune-build-system)
     (inputs
      (list ocaml-sexplib0 ocaml-base))
-    (properties `((ocaml4.07-variant . ,(delay ocaml4.07-parsexp))))
     (synopsis "S-expression parsing library")
     (description
      "This library provides generic parsers for parsing S-expressions from
@@ -6023,17 +6022,6 @@ s-expressions from files or other external sources, you 
should use
 parsexp_io.")
     (license license:expat)))
 
-(define-public ocaml4.07-parsexp
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-parsexp)
-     (name "ocaml-parsexp")
-     (version "0.11.0")
-     (source
-      (janestreet-origin "parsexp" version
-                         
"11a30zkfgbi6pb4whq22k1zc8ghdp9bwxl5s5cdlmx1z8s4yxsf0"))
-     (properties '()))))
-
 (define-public ocaml-sexplib
   (package
     (name "ocaml-sexplib")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]