mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove ocaml4.07-base64.
* gnu/packages/ocaml.scm (ocaml4.07-base64): Remove variable. (ocaml-base64)[properties]: Remove variant. Change-Id: Ibf92682e0d322e9d294c99f5532da2fe68a92f4a
This commit is contained in:
parent
3e16291043
commit
76997a0ddb
1 changed files with 0 additions and 20 deletions
|
@ -4284,7 +4284,6 @@ multitude of other network protocols (FTP/SMTP/RTSP/etc).")
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ocaml-alcotest ocaml-bos ocaml-rresult))
|
(list ocaml-alcotest ocaml-bos ocaml-rresult))
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-base64))))
|
|
||||||
(home-page "https://github.com/mirage/ocaml-base64")
|
(home-page "https://github.com/mirage/ocaml-base64")
|
||||||
(synopsis "Base64 encoding for OCaml")
|
(synopsis "Base64 encoding for OCaml")
|
||||||
(description "Base64 is a group of similar binary-to-text encoding schemes
|
(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.")
|
radix-64 representation. It is specified in RFC 4648.")
|
||||||
(license license:isc)))
|
(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
|
(define-public ocamlify
|
||||||
(package
|
(package
|
||||||
(name "ocamlify")
|
(name "ocamlify")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue