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:
Julien Lepiller 2023-12-25 11:10:37 +01:00
parent 1667e151ba
commit 952963aba8
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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")