[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/10] gnu: Add ocaml-fileutils.
From: |
Julien Lepiller |
Subject: |
[PATCH 07/10] gnu: Add ocaml-fileutils. |
Date: |
Wed, 18 Jan 2017 21:27:59 +0100 |
* gnu/packages/ocaml.scm (ocaml-fileutils): New variable.
---
gnu/packages/ocaml.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b70c10dea..6d033ebfe 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1879,3 +1879,21 @@ language.")
(description "Help building unitary testing of interactive program. You
can match the question using a regular expression or a timeout.")
(license license:lgpl2.0))) ; with an exception
+
+(define-public ocaml-fileutils
+ (package
+ (name "ocaml-fileutils")
+ (version "0.5.1")
+ (source (origin
+ (method url-fetch)
+ (uri (ocaml-forge-uri name version 1651))
+ (sha256
+ (base32
+ "0g6zx2rcvacklxyli19ixcf6ich9ipxsps4k3jz98f5zlaab0a7g"))))
+ (build-system ocaml-build-system)
+ (native-inputs `(("ounit" ,ocaml-ounit)))
+ (home-page "http://ocaml-fileutils.forge.ocamlcore.org")
+ (synopsis "Pure OCaml functions to manipulate real file and filename")
+ (description "Library to provide pure OCaml functions to manipulate real
+file (POSIX like) and filename.")
+ (license license:lgpl2.1)))
--
2.11.0
- [PATCH 00/10] ocaml patches, Julien Lepiller, 2017/01/18
- [PATCH 01/10] gnu: Add ocaml-base64., Julien Lepiller, 2017/01/18
- [PATCH 02/10] gnu: Add ocamlify., Julien Lepiller, 2017/01/18
- [PATCH 04/10] gnu: Add ocaml-batteries., Julien Lepiller, 2017/01/18
- [PATCH 03/10] gnu: Add omake., Julien Lepiller, 2017/01/18
- [PATCH 06/10] gnu: Add ocaml-expect., Julien Lepiller, 2017/01/18
- [PATCH 05/10] gnu: Add ocaml-pcre., Julien Lepiller, 2017/01/18
- [PATCH 08/10] gnu: Add ocaml-oasis., Julien Lepiller, 2017/01/18
- [PATCH 07/10] gnu: Add ocaml-fileutils.,
Julien Lepiller <=
- [PATCH 10/10] gnu: Add ocaml-bin-prot., Julien Lepiller, 2017/01/18
- [PATCH 09/10] gnu: Add ocaml-js-build-tools., Julien Lepiller, 2017/01/18
- Re: [PATCH 00/10] ocaml patches, Marius Bakke, 2017/01/18