gnu: ocaml-migrate-parsetree: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[properties]: New field.master
parent
b7ebcb043c
commit
cf338cc305
|
@ -1370,6 +1370,7 @@ following a very simple s-expression syntax.")
|
||||||
`(("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
|
||||||
|
|
Reference in New Issue