gnu: Remove ocaml4.07-ppx-variants-conv.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-variants-conv): Remove variable. (ocaml-ppx-variants-conv)[properties]: Remove variant. Change-Id: Ib386d87c5b1cdd031155da7c8cfdcbc763624470
This commit is contained in:
parent
43d528a532
commit
dee924ac26
1 changed files with 1 additions and 20 deletions
|
@ -6629,8 +6629,7 @@ definitions.")
|
||||||
(list ocaml-base ocaml-variantslib ocaml-migrate-parsetree
|
(list ocaml-base ocaml-variantslib ocaml-migrate-parsetree
|
||||||
ocaml-ppxlib))
|
ocaml-ppxlib))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ppx_variants_conv")
|
`((upstream-name . "ppx_variants_conv")))
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-variants-conv))))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/janestreet/ppx_variants_conv")
|
"https://github.com/janestreet/ppx_variants_conv")
|
||||||
(synopsis "Generation of accessor and iteration functions for OCaml variant types")
|
(synopsis "Generation of accessor and iteration functions for OCaml variant types")
|
||||||
|
@ -6639,24 +6638,6 @@ definitions.")
|
||||||
variant types.")
|
variant types.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public ocaml4.07-ppx-variants-conv
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-ppx-variants-conv)
|
|
||||||
(name "ocaml-ppx-variants-conv")
|
|
||||||
(version "0.11.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/janestreet/ppx_variants_conv")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1yc0gsds5m2nv39zga8nnrca2n75rkqy5dz4xj1635ybz20hhbjd"))))
|
|
||||||
(properties `((upstream-name . "ppx_variants_conv"))))))
|
|
||||||
|
|
||||||
(define-public ocaml-ppx-custom-printf
|
(define-public ocaml-ppx-custom-printf
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-custom-printf")
|
(name "ocaml-ppx-custom-printf")
|
||||||
|
|
Reference in a new issue