• en

ocaml-lua 1.1

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 Jul 27, 2013
Source [http] https://forge.ocamlcore.org/frs/download.php/1222/ocaml-lua-v1.1.tar.gz
3034ea3eb7539dae63fe1cb0c2986716
Edit https://github.com/ocaml/opam-repository/tree/master/packages/ocaml-lua/ocaml-lua.1.1/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