diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 23:33:11 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 23:35:24 +0200 |
commit | cf338cc3051c113229ce7519a56446f29b9a24a2 (patch) | |
tree | 3774c5f5f7cfcaf48282c2e83fea5cc8ff41ca12 | |
parent | b7ebcb043c43226e3550487cd0f22bf12f83a6de (diff) | |
download | patches-cf338cc3051c113229ce7519a56446f29b9a24a2.tar patches-cf338cc3051c113229ce7519a56446f29b9a24a2.tar.gz |
gnu: ocaml-migrate-parsetree: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[properties]: New
field.
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 47b001cd44..9171a017a6 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1370,6 +1370,7 @@ following a very simple s-expression syntax.") `(("ocaml-ppx-derivers" ,ocaml-ppx-derivers) ("ocamlbuild" ,ocamlbuild) ("ocaml-result" ,ocaml-result))) + (properties `((upstream-name . "ocaml-migrate-parsetree"))) (synopsis "OCaml parsetree convertor") (description "This library converts between parsetrees of different OCaml versions. For each version, there is a snapshot of the parsetree and conversion |