guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add ocaml4.07-dune.


From: guix-commits
Subject: 03/05: gnu: Add ocaml4.07-dune.
Date: Sun, 26 Jan 2020 21:56:32 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 0ccd9463ec0be3bb225373575355e987664555d5
Author: Julien Lepiller <address@hidden>
AuthorDate: Thu Jan 23 03:23:38 2020 +0100

    gnu: Add ocaml4.07-dune.
    
    * gnu/packages/ocaml.scm (ocaml4.07-dune): New variable.
---
 gnu/packages/ocaml.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ebe2618..f56658e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1271,6 +1271,9 @@ release of Jane Street packages.  It reads metadata from 
@file{dune} files
 following a very simple s-expression syntax.")
     (license license:expat)))
 
+(define-public ocaml4.07-dune
+  (package-with-ocaml4.07 dune))
+
 (define-public ocaml-migrate-parsetree
   (package
     (name "ocaml-migrate-parsetree")



reply via email to

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