mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Remove ocaml4.07-ppx-optcomp.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-optcomp): Remove variable. (ocaml-ppx-optcomp)[properties]: Remove variant. Change-Id: I030cadf5a90d8386b892d2318244f997fc55283c
This commit is contained in:
parent
5d1809a08a
commit
bccd84ba0d
1 changed files with 1 additions and 13 deletions
|
@ -7260,25 +7260,13 @@ (define-public ocaml-ppx-optcomp
|
|||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-base ocaml-stdio ocaml-ppxlib))
|
||||
(properties `((upstream-name . "ppx_optcomp")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-optcomp))))
|
||||
(properties `((upstream-name . "ppx_optcomp")))
|
||||
(synopsis "Optional compilation for OCaml")
|
||||
(description "Ppx_optcomp stands for Optional Compilation. It is a tool
|
||||
used to handle optional compilations of pieces of code depending of the word
|
||||
size, the version of the compiler, ...")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public ocaml4.07-ppx-optcomp
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-ppx-optcomp)
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(janestreet-origin
|
||||
"ppx_optcomp" version
|
||||
"1bb52p2j2h4s9f06vrcpla80rj93jinnzq6jzilapyx9q068929i"))
|
||||
(properties `((upstream-name . "ppx_optcomp"))))))
|
||||
|
||||
(define-public ocaml-ppx-let
|
||||
(package
|
||||
(name "ocaml-ppx-let")
|
||||
|
|
Loading…
Reference in a new issue