mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Remove ocaml4.07-ppx-typerep-conv.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-typerep-conv): Remove variable. (ocaml-ppx-typerep-conv)[properties]: Remove variant. Change-Id: Iacd645286f2b1819d94c44fb6545382d755906bd
This commit is contained in:
parent
44e4726a5e
commit
553c25da82
1 changed files with 1 additions and 21 deletions
|
@ -7622,33 +7622,13 @@ (define-public ocaml-ppx-typerep-conv
|
|||
(base32 "1q1lzykpm83ra4l5jh4rfddhd3c96kx4s4rvx0w4b51z1qk56zam"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs (list ocaml-base ocaml-typerep ocaml-ppxlib))
|
||||
(properties `((upstream-name . "ppx_typerep_conv")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-typerep-conv))))
|
||||
(properties `((upstream-name . "ppx_typerep_conv")))
|
||||
(home-page "https://github.com/janestreet/ppx_typerep_conv")
|
||||
(synopsis "Generation of runtime types from type declarations")
|
||||
(description "This package can automatically generate runtime types
|
||||
from type definitions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ocaml4.07-ppx-typerep-conv
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-ppx-typerep-conv)
|
||||
(version "0.11.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/janestreet/ppx_typerep_conv")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "ocaml4.07-ppx-typerep-conv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a13dpfrrg0rsm8qni1bh7pqcda30l70z8r6yzi5a64bmwk7g5ah"))))
|
||||
(properties '())
|
||||
(propagated-inputs
|
||||
(list ocaml-base ocaml-typerep ocaml-migrate-parsetree ocaml-ppxlib))
|
||||
(license license:asl2.0))))
|
||||
|
||||
(define-public ocaml-ppx-string
|
||||
(package
|
||||
(name "ocaml-ppx-string")
|
||||
|
|
Loading…
Reference in a new issue