package lua-ml

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.9.5.tar.gz
md5=51e4faf93439065b839972394d232491
sha512=138fe08730276941206c95af2488a1d46c28bdb0f15804491fbcd22fecca5515afb33b8c666beb45f2d8d07df9de71d5c4982998f32701cd14b6fa29bab440ee

doc/lua-ml/Lua/module-type-USERDATA/index.html

Module type Lua.USERDATASource

Sourcetype 'a t
Sourceval tname : string
Sourceval eq : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
Sourceval to_string : ('a -> string) -> 'a t -> string