mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Remove ocaml4.07-parsexp.
* gnu/packages/ocaml.scm (ocaml4.07-parsexp): Remove variable. (ocaml-parsexp)[properties]: Remove variant. Change-Id: I8f4ba60895845ba8a45d87107c5b0f7ce0674f99
This commit is contained in:
parent
dc86d672c9
commit
571878854c
1 changed files with 0 additions and 12 deletions
|
@ -5994,7 +5994,6 @@ (define-public ocaml-parsexp
|
|||
(build-system dune-build-system)
|
||||
(inputs
|
||||
(list ocaml-sexplib0 ocaml-base))
|
||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-parsexp))))
|
||||
(synopsis "S-expression parsing library")
|
||||
(description
|
||||
"This library provides generic parsers for parsing S-expressions from
|
||||
|
@ -6023,17 +6022,6 @@ (define-public ocaml-parsexp
|
|||
parsexp_io.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ocaml4.07-parsexp
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-parsexp)
|
||||
(name "ocaml-parsexp")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(janestreet-origin "parsexp" version
|
||||
"11a30zkfgbi6pb4whq22k1zc8ghdp9bwxl5s5cdlmx1z8s4yxsf0"))
|
||||
(properties '()))))
|
||||
|
||||
(define-public ocaml-sexplib
|
||||
(package
|
||||
(name "ocaml-sexplib")
|
||||
|
|
Loading…
Reference in a new issue