gnu: Remove ocaml4.07-ppx-jane.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-jane): Remove variable. (ocaml-ppx-jane)[properties]: Remove variant. Change-Id: Ia40acb52457f5c70221d424ec7015877b70ce614master
parent
da9771c0f2
commit
954108bd30
|
@ -7907,51 +7907,13 @@ nodes for lazily rendering log messages.")
|
|||
ocaml-ppx-typerep-conv
|
||||
ocaml-ppx-variants-conv
|
||||
ocaml-ppxlib))
|
||||
(properties `((upstream-name . "ppx_jane")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-jane))))
|
||||
(properties `((upstream-name . "ppx_jane")))
|
||||
(home-page "https://github.com/janestreet/ppx_jane")
|
||||
(synopsis "Standard Jane Street ppx rewriters")
|
||||
(description "This package installs a ppx-jane executable, which is a ppx
|
||||
driver including all standard Jane Street ppx rewriters.")
|
||||
(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
|
||||
(package
|
||||
(name "ocaml-base-bigstring")
|
||||
|
|
Reference in New Issue