[Lunar-commits] <moonbase-other> ocaml-curses: ncurses bindings for the Objective Caml language
Stefan Wold
ratler at lunar-linux.org
Sun Feb 3 17:11:38 CET 2013
commit 85d72120c6d49c51510676d9716be6b135151158
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 03 Feb 2013 08:11:38 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/85d72120c6d49c51510676d9716be6b135151158
ocaml-curses: ncurses bindings for the Objective Caml language
---
libs/ocaml-curses/BUILD | +3/-0
libs/ocaml-curses/DEPENDS | +4/-0
libs/ocaml-curses/DETAILS | +14/-0
3 files changed, 21 insertions(+)
--- /dev/null
+++ b/libs/ocaml-curses/BUILD
@@ -0,0 +1,3 @@
+
+autoreconf &&
+default_build
--- /dev/null
+++ b/libs/ocaml-curses/DEPENDS
@@ -0,0 +1,4 @@
+depends ocaml
+depends findlib
+depends ncurses
+depends autoconf
--- /dev/null
+++ b/libs/ocaml-curses/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=ocaml-curses
+ VERSION=1.0.3
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://download.savannah.gnu.org/releases/ocaml-tmk
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha256:990a55ff99223edaa04387802907b00c475b46dd921dc5f8c5ede15ac673656f
+ WEB_SITE="http://www.nongnu.org/ocaml-tmk/"
+ ENTERED=20130203
+ UPDATED=20130203
+ SHORT="ncurses bindings for the Objective Caml language"
+cat <<EOF
+OCaml Curses is a project to provide curses / ncurses bindings for
+the Objective Caml language.
+EOF
More information about the Lunar-commits
mailing list