mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Remove ocaml4.07-sexplib.
* gnu/packages/ocaml.scm (ocaml4.07-sexplib): Remove variable. (ocaml-sexplib)[properties]: Remove variant. Change-Id: I5d682457888b57d7d68c2e3e2b28d6cd4f4f3a85
This commit is contained in:
parent
1667e151ba
commit
952963aba8
1 changed files with 0 additions and 11 deletions
|
@ -6070,7 +6070,6 @@ (define-public ocaml-sexplib
|
|||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-base ocaml-num ocaml-parsexp ocaml-sexplib0))
|
||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-sexplib))))
|
||||
(synopsis
|
||||
"Library for serializing OCaml values to and from S-expressions")
|
||||
(description
|
||||
|
@ -6078,16 +6077,6 @@ (define-public ocaml-sexplib
|
|||
functionality for parsing and pretty-printing s-expressions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ocaml4.07-sexplib
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-sexplib)
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(janestreet-origin "sexplib" version
|
||||
"0ksx62zsxhz8xmdrsn41n2hbc2qbyh3bxxc6946xisvgwh42h3q3"))
|
||||
(properties '()))))
|
||||
|
||||
(define-public ocaml-sexp-pretty
|
||||
(package
|
||||
(name "ocaml-sexp-pretty")
|
||||
|
|
Loading…
Reference in a new issue