[Lunar-commits] <moonbase-other> ocaml-gettext: Provides support for internationalization of OCaml program

Stefan Wold ratler at lunar-linux.org
Sun Feb 3 17:13:36 CET 2013


commit c63be0c99b41e463f7cf8e585d6449d0db873601
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 03 Feb 2013 08:13:36 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/c63be0c99b41e463f7cf8e585d6449d0db873601

ocaml-gettext: Provides support for internationalization of OCaml program
---
  libs/ocaml-gettext/BUILD   | +4/-0     
  libs/ocaml-gettext/DEPENDS | +5/-0     
  libs/ocaml-gettext/DETAILS | +17/-0    
  3 files changed, 26 insertions(+)

--- /dev/null
+++ b/libs/ocaml-gettext/BUILD
@@ -0,0 +1,4 @@
+
+OPTS+=" --disable-doc"
+
+default_build
--- /dev/null
+++ b/libs/ocaml-gettext/DEPENDS
@@ -0,0 +1,5 @@
+depends ocaml
+depends findlib
+depends gettext
+depends ocaml-fileutils
+depends camomile
--- /dev/null
+++ b/libs/ocaml-gettext/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=ocaml-gettext
+         VERSION=0.3.4
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://forge.ocamlcore.org/frs/download.php/676/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha256:e19214638e8cf078aabda82e7bc4d49a65a557d9c54648a7fd8db6ef84c83302
+        WEB_SITE="http://forge.ocamlcore.org/projects/ocaml-gettext/"
+         ENTERED=20130203
+         UPDATED=20130203
+           SHORT="Provides support for internationalization of OCaml program"
+PSAFE=no
+
+cat <<EOF
+Provides support for internationalization of OCaml program. It uses the
+gettext convention and file format through a pure OCaml implementation
+or gettext C library binding.
+EOF




More information about the Lunar-commits mailing list