package lua-ml

  1. Overview
  2. Docs
An embeddable Lua 2.5 interpreter implemented in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.4.tar.gz
md5=ccc750966b4fbc925a9bfb802fd848a4
sha512=3127b73bff078a40825fc5216559e3fe37fb1c4faf0121adc3a06acac6fb77dec82ba150d1f78ac1953266720ea3bedd4f7e2b21ddce1e0250417b36e1327eee

doc/lua-ml/Luaiolib/index.html

Module LuaiolibSource

Sourcetype 'a t =
  1. | In of in_channel
  2. | Out of out_channel
Sourceval out : ('a t, 'b, 'b) Luavalue.ep -> ('b -> string -> out_channel) -> (out_channel, 'b, 'b) Luavalue.ep
Sourceval in' : ('a t, 'b, 'b) Luavalue.ep -> ('b -> string -> in_channel) -> (in_channel, 'b, 'b) Luavalue.ep
Sourcemodule T : Lua.Lib.USERTYPE with type 'a t = 'a t
Sourcemodule Make (TV : Lua.Lib.TYPEVIEW with type 'a t = 'a t) : Lua.Lib.USERCODE with type 'a userdata' = 'a TV.combined
OCaml

Innovation. Community. Security.