gnu: ocaml-migrate-parsetree: Add upstream-name.

* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[properties]: New
field.
This commit is contained in:
Julien Lepiller 2019-04-26 23:33:11 +02:00
parent b7ebcb043c
commit cf338cc305
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -1370,6 +1370,7 @@ (define-public ocaml-migrate-parsetree
`(("ocaml-ppx-derivers" ,ocaml-ppx-derivers) `(("ocaml-ppx-derivers" ,ocaml-ppx-derivers)
("ocamlbuild" ,ocamlbuild) ("ocamlbuild" ,ocamlbuild)
("ocaml-result" ,ocaml-result))) ("ocaml-result" ,ocaml-result)))
(properties `((upstream-name . "ocaml-migrate-parsetree")))
(synopsis "OCaml parsetree convertor") (synopsis "OCaml parsetree convertor")
(description "This library converts between parsetrees of different OCaml (description "This library converts between parsetrees of different OCaml
versions. For each version, there is a snapshot of the parsetree and conversion versions. For each version, there is a snapshot of the parsetree and conversion