gnu: Remove ocaml4.07-ppx-pipebang.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-pipebang): Remove variable. (ocaml-ppx-pipebang)[properties]: Remove variant. Change-Id: I3c74444122e43571c9922bf703701e20b7baf58f
This commit is contained in:
parent
553c25da82
commit
76968f549d
1 changed files with 1 additions and 19 deletions
|
@ -7211,31 +7211,13 @@ context such as function arguments.")
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments `(#:tests? #f)); no tests
|
(arguments `(#:tests? #f)); no tests
|
||||||
(propagated-inputs (list ocaml-ppxlib))
|
(propagated-inputs (list ocaml-ppxlib))
|
||||||
(properties `((upstream-name . "ppx_pipebang")
|
(properties `((upstream-name . "ppx_pipebang")))
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-pipebang))))
|
|
||||||
(home-page "https://github.com/janestreet/ppx_pipebang")
|
(home-page "https://github.com/janestreet/ppx_pipebang")
|
||||||
(synopsis "Inline reverse application operators `|>` and `|!`")
|
(synopsis "Inline reverse application operators `|>` and `|!`")
|
||||||
(description "A ppx rewriter that inlines reverse application operators
|
(description "A ppx rewriter that inlines reverse application operators
|
||||||
@code{|>} and @code{|!}.")
|
@code{|>} and @code{|!}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ocaml4.07-ppx-pipebang
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-ppx-pipebang)
|
|
||||||
(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_pipebang-v" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1wrrzlb4kdvkkcmzi01fw25jar38r2jlnyn0i6pn4z0lq4gpm9m0"))))
|
|
||||||
(propagated-inputs (list ocaml-migrate-parsetree ocaml-ppxlib))
|
|
||||||
(properties '())
|
|
||||||
(license license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public ocaml-ppx-module-timer
|
(define-public ocaml-ppx-module-timer
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-module-timer")
|
(name "ocaml-ppx-module-timer")
|
||||||
|
|
Reference in a new issue