mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Remove ocaml4.07-ppx-jane.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-jane): Remove variable. (ocaml-ppx-jane)[properties]: Remove variant. Change-Id: Ia40acb52457f5c70221d424ec7015877b70ce614
This commit is contained in:
parent
da9771c0f2
commit
954108bd30
1 changed files with 1 additions and 39 deletions
|
@ -7907,51 +7907,13 @@ (define-public ocaml-ppx-jane
|
||||||
ocaml-ppx-typerep-conv
|
ocaml-ppx-typerep-conv
|
||||||
ocaml-ppx-variants-conv
|
ocaml-ppx-variants-conv
|
||||||
ocaml-ppxlib))
|
ocaml-ppxlib))
|
||||||
(properties `((upstream-name . "ppx_jane")
|
(properties `((upstream-name . "ppx_jane")))
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-jane))))
|
|
||||||
(home-page "https://github.com/janestreet/ppx_jane")
|
(home-page "https://github.com/janestreet/ppx_jane")
|
||||||
(synopsis "Standard Jane Street ppx rewriters")
|
(synopsis "Standard Jane Street ppx rewriters")
|
||||||
(description "This package installs a ppx-jane executable, which is a ppx
|
(description "This package installs a ppx-jane executable, which is a ppx
|
||||||
driver including all standard Jane Street ppx rewriters.")
|
driver including all standard Jane Street ppx rewriters.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ocaml4.07-ppx-jane
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-ppx-jane)
|
|
||||||
(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_jane-v" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0lgppkw3aixrfnixihrsz2ipafv8fpvkdpy3pw8n0r615gg8x8la"))))
|
|
||||||
(propagated-inputs
|
|
||||||
(list ocaml-ppx-assert
|
|
||||||
ocaml-ppx-base
|
|
||||||
ocaml-ppx-bench
|
|
||||||
ocaml-ppx-bin-prot
|
|
||||||
ocaml-ppx-custom-printf
|
|
||||||
ocaml-ppx-expect
|
|
||||||
ocaml-ppx-fail
|
|
||||||
ocaml-ppx-fields-conv
|
|
||||||
ocaml-ppx-here
|
|
||||||
ocaml-ppx-inline-test
|
|
||||||
ocaml-ppx-let
|
|
||||||
ocaml-ppx-optcomp
|
|
||||||
ocaml-ppx-optional
|
|
||||||
ocaml-ppx-pipebang
|
|
||||||
ocaml-ppx-sexp-message
|
|
||||||
ocaml-ppx-sexp-value
|
|
||||||
ocaml-ppx-typerep-conv
|
|
||||||
ocaml-ppx-variants-conv
|
|
||||||
ocaml-migrate-parsetree
|
|
||||||
ocaml-ppxlib))
|
|
||||||
(properties '())
|
|
||||||
(license license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public ocaml-base-bigstring
|
(define-public ocaml-base-bigstring
|
||||||
(package
|
(package
|
||||||
(name "ocaml-base-bigstring")
|
(name "ocaml-base-bigstring")
|
||||||
|
|
Loading…
Reference in a new issue