[Lunar-commits] <moonbase-other> ocaml-fileutils: OCaml functions to manipulate real file (POSIX like) and filename

Stefan Wold ratler at lunar-linux.org
Sun Feb 3 17:12:21 CET 2013


commit 50522ef9a389f9e1413858025a21075100b4cbfe
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 03 Feb 2013 08:12:21 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/50522ef9a389f9e1413858025a21075100b4cbfe

ocaml-fileutils: OCaml functions to manipulate real file (POSIX like) and filename
---
  libs/ocaml-fileutils/BUILD   | +2/-0     
  libs/ocaml-fileutils/DEPENDS | +3/-0     
  libs/ocaml-fileutils/DETAILS | +14/-0    
  3 files changed, 19 insertions(+)

--- /dev/null
+++ b/libs/ocaml-fileutils/BUILD
@@ -0,0 +1,2 @@
+./configure --prefix=/usr &&
+default_make
--- /dev/null
+++ b/libs/ocaml-fileutils/DEPENDS
@@ -0,0 +1,3 @@
+depends ocaml
+depends findlib
+depends ounit
--- /dev/null
+++ b/libs/ocaml-fileutils/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=ocaml-fileutils
+         VERSION=0.4.4
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=https://forge.ocamlcore.org/frs/download.php/892/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha256:f18982110572eeb8f69662863202c01b88d69637efff3f9f160e92672b75c15c
+        WEB_SITE="https://forge.ocamlcore.org/projects/ocaml-fileutils/"
+         ENTERED=20130203
+         UPDATED=20130203
+           SHORT="OCaml functions to manipulate real file (POSIX like) and filename"
+cat <<EOF
+Library to provide pure OCaml functions to manipulate real file
+(POSIX like) and filename.
+EOF




More information about the Lunar-commits mailing list