mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add ocaml-ppx-here.
* gnu/packages/ocaml.scm (ocaml-ppx-here): New variable.
This commit is contained in:
parent
14af90cfbd
commit
651563bd71
1 changed files with 19 additions and 0 deletions
|
@ -2375,3 +2375,22 @@ (define-public ocaml-ppx-variants-conv
|
||||||
(description "Generation of accessor and iteration functions for ocaml
|
(description "Generation of accessor and iteration functions for ocaml
|
||||||
variant types.")
|
variant types.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public ocaml-ppx-here
|
||||||
|
(package
|
||||||
|
(name "ocaml-ppx-here")
|
||||||
|
(version "113.33.03")
|
||||||
|
(source (janestreet-origin "ppx_here" version
|
||||||
|
"1ay8lfxi0qg3ib2zkwh4h0vqk3gjmxaz572gzab0bbxyqn3z86v7"))
|
||||||
|
(build-system ocaml-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("js-build-tools" ,ocaml-js-build-tools)
|
||||||
|
("opam" ,opam)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("ppx-driver" ,ocaml-ppx-driver)
|
||||||
|
("ppx-core" ,ocaml-ppx-core)))
|
||||||
|
(arguments janestreet-arguments)
|
||||||
|
(home-page "https://github.com/janestreet/ppx_here")
|
||||||
|
(synopsis "Expands [%here] into its location")
|
||||||
|
(description "Expands [%here] into its location.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Reference in a new issue