Skip to content

Commit

Permalink
ocaml-fileutils: OCaml functions to manipulate real file (POSIX like)…
Browse files Browse the repository at this point in the history
… and filename
  • Loading branch information
Ratler committed Feb 3, 2013
1 parent 85d7212 commit 50522ef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/ocaml-fileutils/BUILD
@@ -0,0 +1,2 @@
./configure --prefix=/usr &&
default_make
3 changes: 3 additions & 0 deletions libs/ocaml-fileutils/DEPENDS
@@ -0,0 +1,3 @@
depends ocaml
depends findlib
depends ounit
14 changes: 14 additions & 0 deletions 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

0 comments on commit 50522ef

Please sign in to comment.