From 50522ef9a389f9e1413858025a21075100b4cbfe Mon Sep 17 00:00:00 2001 From: Stefan Wold Date: Sun, 3 Feb 2013 17:12:21 +0100 Subject: [PATCH] ocaml-fileutils: OCaml functions to manipulate real file (POSIX like) and filename --- libs/ocaml-fileutils/BUILD | 2 ++ libs/ocaml-fileutils/DEPENDS | 3 +++ libs/ocaml-fileutils/DETAILS | 14 ++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 libs/ocaml-fileutils/BUILD create mode 100644 libs/ocaml-fileutils/DEPENDS create mode 100644 libs/ocaml-fileutils/DETAILS diff --git a/libs/ocaml-fileutils/BUILD b/libs/ocaml-fileutils/BUILD new file mode 100644 index 00000000000..428894eaa11 --- /dev/null +++ b/libs/ocaml-fileutils/BUILD @@ -0,0 +1,2 @@ +./configure --prefix=/usr && +default_make diff --git a/libs/ocaml-fileutils/DEPENDS b/libs/ocaml-fileutils/DEPENDS new file mode 100644 index 00000000000..5c9729f7f1a --- /dev/null +++ b/libs/ocaml-fileutils/DEPENDS @@ -0,0 +1,3 @@ +depends ocaml +depends findlib +depends ounit diff --git a/libs/ocaml-fileutils/DETAILS b/libs/ocaml-fileutils/DETAILS new file mode 100644 index 00000000000..4df0ac73529 --- /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 <