guix-commits
[Top][All Lists]
Advanced

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

04/67: gnu: Remove ocaml4.07-utop.


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

roptat pushed a commit to branch master
in repository guix.

commit 1915c363744fbfc90c6eddcf70de89addaf62644
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 24 14:09:01 2023 +0100

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index dd52189811..f320e7f760 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5523,7 +5523,6 @@ instead of bindings to a C library.")
            ocaml-lwt-react
            ocaml-react
            ocaml-zed))
-    (properties `((ocaml4.07-variant . ,(delay ocaml4.07-utop))))
     (home-page "https://github.com/ocaml-community/utop";)
     (synopsis "Improved interface to the OCaml toplevel")
     (description "UTop is an improved toplevel for OCaml.  It can run in a
@@ -5531,28 +5530,6 @@ terminal or in Emacs.  It supports line editing, 
history, real-time and context
 sensitive completion, colors, and more.")
     (license license:bsd-3)))
 
-(define-public ocaml4.07-utop
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-utop)
-     (version "2.4.3")
-     (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-              (url "https://github.com/ocaml-community/utop";)
-              (commit version)))
-        (file-name (git-file-name "ocaml4.07-utop" version))
-        (sha256
-         (base32 "1bl4943qpi3qy152dbdm5glhx19zsiylmn4rcxi8l66g58hikyjp"))))
-     (propagated-inputs
-      `(("ocaml-lambda-term" ,ocaml-lambda-term)
-        ("ocaml-lwt" ,ocaml-lwt)
-        ("ocaml-react" ,ocaml-react)
-        ("ocaml-camomile" ,ocaml-camomile)
-        ("ocaml-zed" ,ocaml-zed)))
-     (properties '()))))
-
 (define-public ocaml-ansiterminal
   (package
     (name "ocaml-ansiterminal")



reply via email to

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