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>
Subject: Re: [Caml-list] [ANN] ocaml-lua v1.0: OCaml binding of Lua library
Date: Tue, 4 Sep 2012 16:55:52 +0200	[thread overview]
Message-ID: <CAPzAKVBiEFfDHJ06XnoFOw+i2GE=NrbaoGSknDG8ZFzOXkJU8g@mail.gmail.com> (raw)
In-Reply-To: <201209040157.25686.monnier.florent@gmail.com>

I don't know how to solve the problem of translating such things
automagically, and I suspect it's simply impossible.

Aside from this problem, ocaml-lua is a binding of Lua 5.1.x, and 5.2
is not (still) supported. It's not only a matter of some enums, the
language itself changed from 5.1 to 5.2:
http://www.lua.org/manual/5.2/manual.html#8

The work is not so lengthy, but it requires attention (I have to
carefully check the new behaviour wrt. the two garbage collectors) and
it's not on top on my todo list. Do you really need Lua 5.2? :-)

In any case, until ocaml-lua for Lua 5.2 is not out, I strongly
recommend you to link with Lua 5.1, which is present in Debian and
Ubuntu:
http://packages.ubuntu.com/precise/lua5.1
http://packages.debian.org/squeeze/lua5.1


-- 
Paolo

      parent reply	other threads:[~2012-09-04 14:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-01 14:03 Paolo Donadeo
2012-09-03 23:57 ` Florent Monnier
2012-09-04  4:24   ` Francois Berenger
2012-09-04 14:55   ` Paolo Donadeo [this message]

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='CAPzAKVBiEFfDHJ06XnoFOw+i2GE=NrbaoGSknDG8ZFzOXkJU8g@mail.gmail.com' \
    --to=p.donadeo@gmail.com \
    --cc=caml-list@inria.fr \
    /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).