[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/67: gnu: Remove ocaml4.07-zed.
From: |
guix-commits |
Subject: |
12/67: gnu: Remove ocaml4.07-zed. |
Date: |
Sat, 30 Dec 2023 16:17:39 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 1ff5aef15c855588deac2b3e834ee1479cc26083
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 24 14:17:16 2023 +0100
gnu: Remove ocaml4.07-zed.
* gnu/packages/ocaml.scm (ocaml4.07-zed): Remove variable.
(ocaml-zed)[properties]: Remove variant.
Change-Id: I13b2f5b0a3f38ca9a2f57e207487889adaad2d03
---
gnu/packages/ocaml.scm | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 30a5b102d6..5058201eb0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5262,7 +5262,6 @@ function that follows the prototype of POSIX's wcwidth.")
ocaml-uucp
ocaml-uuseg
ocaml-odoc))
- (properties `((ocaml4.07-variant . ,(delay ocaml4.07-zed))))
(synopsis "Abstract engine for text edition in OCaml")
(description
"This module provides an abstract engine for text edition. It can be
@@ -5274,26 +5273,6 @@ regular expression search on ropes. To support
efficient text edition
capabilities, Zed provides macro recording and cursor management facilities.")
(license license:bsd-3)))
-(define-public ocaml4.07-zed
- (package-with-ocaml4.07
- (package
- (inherit ocaml-zed)
- (version "2.0.3")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ocaml-community/zed")
- (commit version)))
- (file-name (git-file-name "ocaml4.07-zed" version))
- (sha256
- (base32
- "0pa9awinqr0plp4b2az78dwpvh01pwaljnn5ydg8mc6hi7rmir55"))))
- (propagated-inputs
- `(("ocaml-charInfo-width" ,ocaml-charinfo-width)
- ("ocaml-camomile" ,ocaml-camomile)
- ("ocaml-react" ,ocaml-react)))
- (properties '()))))
-
(define-public ocaml-lambda-term
(package
(name "ocaml-lambda-term")
- branch master updated (f24b14767d -> b8aea26c4f), guix-commits, 2023/12/30
- 01/67: gnu: Remove ocaml4.07-gsl-1., guix-commits, 2023/12/30
- 02/67: gnu: Remove ocaml4.07-bitstring., guix-commits, 2023/12/30
- 03/67: gnu: Remove ocaml4.07-base64., guix-commits, 2023/12/30
- 06/67: gnu: Remove ocaml4.07-batteries., guix-commits, 2023/12/30
- 05/67: gnu: Remove ocaml4.07-cstruct., guix-commits, 2023/12/30
- 04/67: gnu: Remove ocaml4.07-utop., guix-commits, 2023/12/30
- 08/67: gnu: Remove ocaml4.07-lambda-term., guix-commits, 2023/12/30
- 12/67: gnu: Remove ocaml4.07-zed.,
guix-commits <=
- 15/67: gnu: Remove ocaml4.07-frontc., guix-commits, 2023/12/30
- 09/67: gnu: Remove ocaml4.07-splittable-random., guix-commits, 2023/12/30
- 10/67: gnu: Remove ocaml4.07-sedlex., guix-commits, 2023/12/30
- 19/67: gnu: Remove ocaml4.07-spawn., guix-commits, 2023/12/30
- 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