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 <