[Lunar-commits] <moonbase-other> camlp4: got split from the ocaml distribution
v4hn
me at v4hn.de
Wed Oct 29 22:30:47 CET 2014
commit 005d8676a5fb204711d11e36a67f2db92235fa69
Author: v4hn <me at v4hn.de>
Date: Wed, 29 Oct 2014 20:59:41 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/005d8676a5fb204711d11e36a67f2db92235fa69
camlp4: got split from the ocaml distribution
---
compilers/camlp4/BUILD | +2/-0
compilers/camlp4/DEPENDS | +1/-0
compilers/camlp4/DETAILS | +15/-0
3 files changed, 18 insertions(+)
--- /dev/null
+++ b/compilers/camlp4/BUILD
@@ -0,0 +1,2 @@
+ ./configure $OPTS &&
+ default_make
--- /dev/null
+++ b/compilers/camlp4/DEPENDS
@@ -0,0 +1 @@
+depends ocaml
--- /dev/null
+++ b/compilers/camlp4/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=camlp4
+ VERSION=4.02.0+1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL_FULL=https://github.com/ocaml/camlp4/archive/$VERSION.tar.gz
+ SOURCE_VFY=sha256:f626486ad4b6872e22baf55edcdbc3023f4c721d18f6808a7d59a01f2571a500
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION/+/-}
+ WEB_SITE=https://github.com/ocaml/camlp4
+ ENTERED=20141029
+ UPDATED=20141029
+ SHORT="Camlp4 is a preprocessor-pretty-printer of OCaml."
+cat << EOF
+Camlp4 is a preprocessor-pretty-printer of OCaml that lives
+independently from (and is incompatible with) the Camlp5 project.
+EOF
+
More information about the Lunar-commits
mailing list