[Lunar-commits] <moonbase-other> findlib: introduction to moonbase
v4hn
me at v4hn.de
Sat Oct 13 02:51:57 CEST 2012
commit 75295cf0891624206fdb2b0fd8b04c43da6341e8
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Oct 2012 17:51:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/75295cf0891624206fdb2b0fd8b04c43da6341e8
findlib: introduction to moonbase
---
libs/findlib/BUILD | +10/-0
libs/findlib/DEPENDS | +1/-0
libs/findlib/DETAILS | +19/-0
3 files changed, 30 insertions(+)
--- /dev/null
+++ b/libs/findlib/BUILD
@@ -0,0 +1,10 @@
+(
+
+ ./configure -bindir /usr/bin -mandir /usr/share/man/man1 -config /etc/findlib.conf &&
+
+ make all &&
+ make opt &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/findlib/DEPENDS
@@ -0,0 +1 @@
+depends ocaml
--- /dev/null
+++ b/libs/findlib/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=findlib
+ VERSION=1.3.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://download.camlcity.org/download/
+ SOURCE_VFY=sha1:5d1a52b77145348ded29fefe13736694aabb1868
+ WEB_SITE=http://projects.camlcity.org/projects/findlib.html
+ ENTERED=20121013
+ UPDATED=20121013
+ SHORT="Objective Caml library manager"
+#PSAFE=no
+
+cat << EOF
+Findlib is a library manager for Objective Caml.
+It provides a convention how to store libraries,
+and a file format ("META") to describe the properties
+of libraries. There is also a tool (ocamlfind) for
+interpreting the META files, so that it is very easy
+to use libraries in programs and scripts.
+EOF
More information about the Lunar-commits
mailing list