[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/67: gnu: Remove ocaml4.07-base64.
From: |
guix-commits |
Subject: |
03/67: gnu: Remove ocaml4.07-base64. |
Date: |
Sat, 30 Dec 2023 16:17:36 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 76997a0ddb2d7dde8d390470f8d28f2ea3b7d6d1
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 24 14:07:12 2023 +0100
gnu: Remove ocaml4.07-base64.
* gnu/packages/ocaml.scm (ocaml4.07-base64): Remove variable.
(ocaml-base64)[properties]: Remove variant.
Change-Id: Ibf92682e0d322e9d294c99f5532da2fe68a92f4a
---
gnu/packages/ocaml.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f47ccd8494..dd52189811 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4284,7 +4284,6 @@ multitude of other network protocols
(FTP/SMTP/RTSP/etc).")
(build-system dune-build-system)
(native-inputs
(list ocaml-alcotest ocaml-bos ocaml-rresult))
- (properties `((ocaml4.07-variant . ,(delay ocaml4.07-base64))))
(home-page "https://github.com/mirage/ocaml-base64")
(synopsis "Base64 encoding for OCaml")
(description "Base64 is a group of similar binary-to-text encoding schemes
@@ -4292,25 +4291,6 @@ that represent binary data in an ASCII string format by
translating it into a
radix-64 representation. It is specified in RFC 4648.")
(license license:isc)))
-(define-public ocaml4.07-base64
- (package-with-ocaml4.07
- (package
- (inherit ocaml-base64)
- (version "3.2.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/mirage/ocaml-base64")
- (commit (string-append "v" version))))
- (file-name (git-file-name "ocaml-base64" version))
- (sha256
- (base32
- "1ilw3zj0w6cq7i4pvr8m2kv5l5f2y9aldmv72drlwwns013b1gwy"))))
- (arguments
- ;; Tests are likely incompatible with our recent alcotest
- `(#:tests? #f))
- (properties '()))))
-
(define-public ocamlify
(package
(name "ocamlify")
- 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 <=
- 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, 2023/12/30
- 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