mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove ocaml4.07-ppx-sexp-value.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-value): Remove variable. (ocaml-ppx-sexp-value)[properties]: Remove variant. Change-Id: Ib5b777b78c63d9cbc4812affba6f861c89ff3cce
This commit is contained in:
parent
d2ea723f8e
commit
5d1809a08a
1 changed files with 1 additions and 24 deletions
|
@ -7117,36 +7117,13 @@ many values).")
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-base ocaml-ppx-here ocaml-ppx-sexp-conv ocaml-ppxlib))
|
(list ocaml-base ocaml-ppx-here ocaml-ppx-sexp-conv ocaml-ppxlib))
|
||||||
(properties `((upstream-name . "ppx_sexp_value")
|
(properties `((upstream-name . "ppx_sexp_value")))
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-sexp-value))))
|
|
||||||
(home-page "https://github.com/janestreet/ppx_sexp_value")
|
(home-page "https://github.com/janestreet/ppx_sexp_value")
|
||||||
(synopsis "Simplify building s-expressions from ocaml values")
|
(synopsis "Simplify building s-expressions from ocaml values")
|
||||||
(description "@samp{ppx-sexp-value} is a ppx rewriter that simplifies
|
(description "@samp{ppx-sexp-value} is a ppx rewriter that simplifies
|
||||||
building s-expressions from ocaml values.")
|
building s-expressions from ocaml values.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ocaml4.07-ppx-sexp-value
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-ppx-sexp-value)
|
|
||||||
(version "0.11.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://ocaml.janestreet.com/ocaml-core/v"
|
|
||||||
(version-major+minor version)
|
|
||||||
"/files/ppx_sexp_value-v" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1xnalfrln6k5khsyxvxkg6v32q8fpr4cqamsjqfih29jdv486xrs"))))
|
|
||||||
(propagated-inputs
|
|
||||||
(list ocaml-base
|
|
||||||
ocaml-ppx-here
|
|
||||||
ocaml-ppx-sexp-conv
|
|
||||||
ocaml-migrate-parsetree
|
|
||||||
ocaml-ppxlib))
|
|
||||||
(properties '())
|
|
||||||
(license license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public ocaml-ppx-sexp-message
|
(define-public ocaml-ppx-sexp-message
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-sexp-message")
|
(name "ocaml-ppx-sexp-message")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue