opam-version: "2.0" synopsis: "An embeddable Lua 2.5 interpreter implemented in OCaml" maintainer: "Daniil Baturin " authors: [ "Norman Ramsey " "Christian Lindig " ] license: "BSD-2-Clause" homepage: "https://github.com/lindig/lua-ml" bug-reports: "https://github.com/lindig/lua-ml/issues" depends: [ "ocaml" {>= "4.07"} "ocamlbuild" "ocamlfind" ] build: [ make "lib" ] url { src: "https://github.com/lindig/lua-ml/archive/0.9.1.tar.gz" checksum: [ "md5=1010207b8c419a7b95a927d0d56c9171" "sha512=5cb56cd96dbfae42835b3f10f275753685575472ace518e351e62e50a01c07a510203be21644fd3429680b926ecd9905d4dca1e101b762c442f7c6dc00b0f0ae" ] } post-messages: [ "Lua-ML does build with OCaml 5.0.0, however, it only works with it as long as the code is single-threaded: \ trying to execute Lua code in more than one domain may incur in confusing, unpredictable failures." {ocaml:version >= "5.0"} ]