package ocaml-lua

  1. Overview
  2. No Docs
Lua bindings

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.tar.gz
md5=f811c89409c516bb477f9dbc9cc4be69

Description

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

Published: 21 Nov 2013

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind
  3. ocaml >= "3.12.1" & < "4.03"

Dev Dependencies

None

Used by

None

Conflicts

None