guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: Add ocaml4.01-xmlm.


From: Ben Woodcroft
Subject: 12/15: gnu: Add ocaml4.01-xmlm.
Date: Wed, 10 May 2017 16:15:06 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6
Author: Ben Woodcroft <address@hidden>
Date:   Sat Feb 4 12:15:39 2017 +1000

    gnu: Add ocaml4.01-xmlm.
    
    * gnu/packages/ocaml.scm (ocaml4.01-xmlm): 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 9ac8975..a876504 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1764,6 +1764,9 @@ format.  It can process XML documents without a complete 
in-memory
 representation of the data.")
     (license license:isc)))
 
+(define-public ocaml4.01-xmlm
+  (package-with-ocaml4.01 ocaml-xmlm))
+
 (define-public ocaml-ulex
   (package
     (name "ocaml-ulex")



reply via email to

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