guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 14/14: gnu: ocaml-migrate-parsetree: Add upstream-name.
Date: Fri, 26 Apr 2019 17:35:59 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit cf338cc3051c113229ce7519a56446f29b9a24a2
Author: Julien Lepiller <address@hidden>
Date:   Fri Apr 26 23:33:11 2019 +0200

    gnu: ocaml-migrate-parsetree: Add upstream-name.
    
    * gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[properties]: New
    field.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 47b001c..9171a01 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]