gnu: ocaml-ppx-tools: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-ppx-tools)[properties]: New field.
This commit is contained in:
parent
f08b235dab
commit
d4857001a1
|
@ -1751,6 +1751,7 @@ simple (yet expressive) query language to select the tests to run.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases (delete 'configure))
|
`(#:phases (modify-phases %standard-phases (delete 'configure))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
(properties `((upstream-name . "ppx_tools")))
|
||||||
(home-page "https://github.com/alainfrisch/ppx_tools")
|
(home-page "https://github.com/alainfrisch/ppx_tools")
|
||||||
(synopsis "Tools for authors of ppx rewriters and other syntactic tools")
|
(synopsis "Tools for authors of ppx rewriters and other syntactic tools")
|
||||||
(description "Tools for authors of ppx rewriters and other syntactic tools.")
|
(description "Tools for authors of ppx rewriters and other syntactic tools.")
|
||||||
|
|
Loading…
Reference in New Issue