* [Caml-list] ANN: LocalCaml 0.1.0
@ 2004-05-16 20:18 Benjamin Geer
0 siblings, 0 replies; only message in thread
From: Benjamin Geer @ 2004-05-16 20:18 UTC (permalink / raw)
To: ocaml-i18n, caml-list
This is to announce a very preliminary implementation of a message
catalog system for localising text in OCaml programs; it's called
LocalCaml. The approach I've taken is partly inspired by Perl's
Locale::Maketext module[1]. In an attempt to provide the flexibility
needed to adapt sentence structure and morphology to numeric parameters
in messages, the library uses a general-purpose template engine,
CamlTemplate[2] as a language for writing message templates.
This isn't a proper release yet; I'm posting this message in order to
ask for feedback from the OCaml community. If you're interested in i18n
in OCaml, please have a look and let me know what you think.
You can get the tarball from here:
http://saucecode.org/localcaml/releases/localcaml-0.1.0.tar.gz
Anonymous CVS access is also available:
touch ~/.cvspass
cvs -d :pserver:anonymous@cvs.saucecode.org:/cvsroot login
cvs -z3 -d :pserver:anonymous@cvs.saucecode.org:/cvsroot co localcaml
Apologies for cross-posting. Please post followups to the ocaml-i18n
mailing list[3].
Ben
[1]
http://search.cpan.org/~sburke/Locale-Maketext-1.09/lib/Locale/Maketext/TPJ13.pod
[2] http://saucecode.org/camltemplate/
[3] http://www.orcaware.com/mailman/listinfo/ocaml-i18n
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-16 20:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-16 20:18 [Caml-list] ANN: LocalCaml 0.1.0 Benjamin Geer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox