caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Paolo Donadeo <p.donadeo@gmail.com>
To: OCaml mailing list <caml-list@inria.fr>,
	 OCaml-Lua devel ML <ocaml-lua-devel@lists.forge.ocamlcore.org>
Subject: [Caml-list] [ANN] ocaml-lua v1.1: OCaml binding of Lua library
Date: Sat, 27 Jul 2013 18:09:20 +0200	[thread overview]
Message-ID: <CAPzAKVAFM+st+j+p6rFAgL4FV+m9L7yoHFCUf-R7FGjjFxK-HQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1195 bytes --]

I'm happy to announce a fix release of ocaml-lua, the OCaml binding of the
Lua library. With ocaml-lua you can embed a Lua interpreter in an OCaml
program in a few lines of code, and use Lua for configuration or
customization purposes.

Few changes from previous v1.0:

   1. bug fixes;
   2. support for LuaJIT (2.0.0 for Lua 5.1);
   3. compiles on OSX (not much tested, I don't have a Mac at home);
   4. support OPAM (package available soon in the official repository, pull
   request already sent);
   5. now you can specify a memory limit allocable for the Lua state:
   http://ocaml-lua.forge.ocamlcore.org/api-lua/Lua_aux_lib.html#VALnewstate

Here are some references:

The homepage of the project is hosted on OCaml Forge:
http://ocaml-lua.forge.ocamlcore.org/

The complete library reference (ocamldoc generated) is here:
http://ocaml-lua.forge.ocamlcore.org/api-lua/

Source tarballs are on the download page on OCaml Forge:
http://forge.ocamlcore.org/frs/?group_id=167

The official GIT repository is here:
http://forge.ocamlcore.org/scm/browser.php?group_id=167

Bug reports and feature requests are on my page on GitHub:
https://github.com/pdonadeo/ocaml-lua/issues


-- 
*Paolo*

[-- Attachment #2: Type: text/html, Size: 1834 bytes --]

                 reply	other threads:[~2013-07-27 16:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPzAKVAFM+st+j+p6rFAgL4FV+m9L7yoHFCUf-R7FGjjFxK-HQ@mail.gmail.com \
    --to=p.donadeo@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=ocaml-lua-devel@lists.forge.ocamlcore.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).