me
/
guix
Archived
1
0
Fork 0

gnu: Remove ocaml4.07-core-kernel.

* gnu/packages/ocaml.scm (ocaml4.07-core-kernel): Remove variable.
(ocaml-core-kernel)[properties]: Remove variant.

Change-Id: Ia3c7b3fd2f5b3712c46e091f707961bc18123296
master
Julien Lepiller 2023-12-24 14:18:52 +01:00
parent dc0a6dc61b
commit 560a6c4962
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 42 deletions

View File

@ -8313,8 +8313,7 @@ standard library that was developed by Jane Street.")
`(#:tests? #f)) `(#:tests? #f))
(propagated-inputs (propagated-inputs
(list ocaml-base ocaml-core ocaml-int-repr ocaml-ppx-jane)) (list ocaml-base ocaml-core ocaml-int-repr ocaml-ppx-jane))
(properties `((upstream-name . "core_kernel") (properties `((upstream-name . "core_kernel")))
(ocaml4.07-variant . ,(delay ocaml4.07-core-kernel))))
(home-page "https://github.com/janestreet/core_kernel") (home-page "https://github.com/janestreet/core_kernel")
(synopsis "Portable standard library for OCaml") (synopsis "Portable standard library for OCaml")
(description "Core is an alternative to the OCaml standard library. (description "Core is an alternative to the OCaml standard library.
@ -8323,46 +8322,6 @@ Core_kernel is the system-independent part of Core. It is aimed for cases when
the full Core is not available, such as in Javascript.") the full Core is not available, such as in Javascript.")
(license license:expat))) (license license:expat)))
(define-public ocaml4.07-core-kernel
(package-with-ocaml4.07
(package
(inherit ocaml-core-kernel)
(version "0.11.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/janestreet/core_kernel")
(commit (string-append "v" version))))
(file-name (git-file-name "ocaml4.07-core-kernel" version))
(sha256
(base32
"1dg7ygy7i64c5gaakb1cp1b26p9ks81vbxmb8fd7jff2q60j2z2g"))))
(propagated-inputs
(list ocaml-base
ocaml-bin-prot
ocaml4.07-configurator
ocaml-fieldslib
ocaml-jane-street-headers
ocaml-ppx-assert
ocaml-ppx-base
ocaml-ppx-hash
ocaml-ppx-inline-test
ocaml-ppx-jane
ocaml-ppx-sexp-conv
ocaml-ppx-sexp-message
ocaml-sexplib
ocaml-splittable-random
ocaml-stdio
ocaml-typerep
ocaml-variantslib
ocaml-migrate-parsetree))
(properties '())
(license (list
;; this package and parts of OCaml, relicensed by janestreet
license:asl2.0
;; MLton and sjs
license:expat)))))
(define-public ocaml-core-unix (define-public ocaml-core-unix
(package (package
(name "ocaml-core-unix") (name "ocaml-core-unix")