guix-devel
[Top][All Lists]
Advanced

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

[PATCH 45/96] gnu: Add ocaml-oasis


From: Julien Lepiller
Subject: [PATCH 45/96] gnu: Add ocaml-oasis
Date: Tue, 3 Jan 2017 20:11:26 +0100

* gnu/packages/ocaml.scm (ocaml-oasis): New variable.
---
 gnu/packages/ocaml.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a45a745cc..158b99ea2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1760,3 +1760,28 @@ can match the question using a regular expression or a 
timeout.")
     (description "Library to provide pure OCaml functions to manipulate real
 file (POSIX like) and filename.")
     (license license:lgpl2.1)))
+
+(define-public ocaml-oasis
+  (package
+    (name "ocaml-oasis")
+    (version "0.4.8")
+    (home-page "https://oasis.forge.ocamlcore.org/";)
+    (source (ocaml-forge-origin "oasis" version 1669
+               "1ln7vc7ip6s5xbi20mhnn087xi4a2m5vqawx0703qqnfkzhmslqy"))
+    (build-system ocaml-build-system)
+    (native-inputs `(("ocamlify" ,ocamlify)
+                     ("ocamlmod" ,ocamlmod)
+                     ("ounit" ,ocaml-ounit)
+                     ("omake" ,omake)
+                     ("ocaml-expect" ,ocaml-expect)
+                     ("ocaml-pcre" ,ocaml-pcre)
+                     ("ocaml-fileutils" ,ocaml-fileutils)
+                     ("camlp4" ,camlp4)
+                     ("texlive" ,texlive)
+                     ("pkg-config" ,pkg-config)))
+    (arguments `(#:tests? #f)) ; 33.33% test failures... ld cannot find crti.o
+    (synopsis "Integrates a configure, build, install system in OCaml 
projects")
+    (description "OASIS is a tool to integrate a configure, build and install
+system in your OCaml projects.  It helps to create standard entry points in 
your
+build system and allows external tools to analyse your project easily.")
+    (license license:lgpl2.1))); with an exception
-- 
2.11.0




reply via email to

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