gnu: Remove ocaml4.07-sexplib.
* gnu/packages/ocaml.scm (ocaml4.07-sexplib): Remove variable. (ocaml-sexplib)[properties]: Remove variant. Change-Id: I5d682457888b57d7d68c2e3e2b28d6cd4f4f3a85master
parent
1667e151ba
commit
952963aba8
|
@ -6070,7 +6070,6 @@ parsexp_io.")
|
|||
(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 @@ parsexp_io.")
|
|||
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")
|
||||
|
|
Reference in New Issue