Sat, 01 Sep 2012 14:06:00 +0000 Paolo Donadeo — LifeLOG/Lua Paolo Donadeo's personal Internet site and blog https://www.donadeo.net/ p.donadeo@gmail.com (Paolo Donadeo) First release of OCaml binding of Lua library https://www.donadeo.net/post/2012/first-release-of-ocaml-lua https://www.donadeo.net/post/2012/first-release-of-ocaml-lua p.donadeo@gmail.com (Paolo Donadeo) Sat, 01 Sep 2012 14:06:00 +0000 2012-09-01T14:06:00.000Z English Spare time Computer programming Objective Caml Lua News <div> <p class="noindent">I'm happy to announce the first 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.</p> <p class="noindent">Here are some references:</p> <ul> <li>The homepage of the project is hosted on <a href="https://ocaml-lua.forge.ocamlcore.org/">OCaml Forge</a>;</li> <li>The complete library reference (ocamldoc generated) is <a href=" https://ocaml-lua.forge.ocamlcore.org/api-lua/">here</a>;</li> <li>Source tarballs are on the download page on <a href="https://forge.ocamlcore.org/frs/?group_id=167">OCaml Forge</a>;</li> <li>The official GIT repository is <a href="https://forge.ocamlcore.org/scm/browser.php?group_id=167">here</a>;</li> <li>Bug reports and feature requests are on my page on <a href="https://github.com/pdonadeo/ocaml-lua/issues">GitHub</a>.</li> </ul> <p class="noindent">I hope it could be useful.</p> </div>