• en

ocaml-lua 1.2

Authors Paolo Donadeo and Sylvain Le Gall
License MIT
Homepage http://ocaml-lua.forge.ocamlcore.org
Maintainer p.donadeo@gmail.com
Dependencies
ocamlfind
OCaml >= 3.12.1
Published Sep 3, 2013
Source [http] https://forge.ocamlcore.org/frs/download.php/1242/ocaml-lua-v1.2.tar.gz
1a3e07ad6eb255f67fb01143d01ad72c
Edit https://github.com/ocaml/opam-repository/tree/master/packages/ocaml-lua/ocaml-lua.1.2/opam

Lua bindings

Lua is a powerful, light-weight programming language designed for extending applications. It provides a good general purpose programming language to replace DSL that don't really need to be specific.

This library provides bindings to Lua API which allows the application to exchange data with Lua programs and also to extend Lua with OCaml functions.

Lua homepage

No package is dependent