this repo has no description
1opam-version: "2.0" 2synopsis: "An embeddable Lua 2.5 interpreter implemented in OCaml" 3maintainer: "Daniil Baturin <daniil+opam@baturin.org>" 4authors: [ 5 "Norman Ramsey <nr@cs.tufts.edu>" "Christian Lindig <lindig@gmail.com>" 6] 7license: "BSD-2-Clause" 8homepage: "https://github.com/lindig/lua-ml" 9bug-reports: "https://github.com/lindig/lua-ml/issues" 10dev-repo: "git+https://github.com/lindig/lua-ml.git" 11depends: [ 12 "ocaml" {>= "4.07" & < "5.0.0"} 13 "ocamlbuild" {build} 14] 15build: [make "lib"] 16url { 17 src: "https://github.com/lindig/lua-ml/archive/0.9.zip" 18 checksum: [ 19 "md5=fc6537165afb3c6d702b9ae9aeeab01d" 20 "sha512=e8a841dd03256d29eb22868c5cb317db34cfb3de54037605a88812ce4a2d2600de35579af7b627f06c32583510b72e7e02da4bed212658af1edd454a767a1aa7" 21 ] 22} 23post-messages: [ 24 "Lua-ML does build with OCaml 5.0.0, however, it only works with it as long as the code is single-threaded: \ 25 trying to execute Lua code in more than one domain may incur in confusing, unpredictable failures." {ocaml:version >= "5.0"} 26] 27