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
|
||||
`(#:phases (modify-phases %standard-phases (delete 'configure))
|
||||
#:tests? #f))
|
||||
(properties `((upstream-name . "ppx_tools")))
|
||||
(home-page "https://github.com/alainfrisch/ppx_tools")
|
||||
(synopsis "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