opam-version: "2.0" synopsis: "Bindings for QuickJS (a Javascript Engine to be embedded https://bellard.org/quickjs)" maintainer: ["David Sancho "] authors: ["David Sancho "] license: "MIT" homepage: "https://github.com/ml-in-barcelona/quickjs.ml" bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues" depends: [ "dune" {>= "3.8"} "ocaml" {>= "4.14.1"} "integers" "ctypes" {>= "0.13.0"} "alcotest" {with-test} "fmt" {with-test} "odoc" {with-doc} "ocaml-lsp-server" {with-test} "ocamlformat" {= "0.26.1" & with-test} ] conflicts: [ "ocaml-option-bytecode-only" ] dev-repo: "git+https://github.com/ml-in-barcelona/quickjs.ml.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@new-doc" {with-doc} ] ] url { src: "https://github.com/ml-in-barcelona/quickjs.ml/releases/download/0.1.1/quickjs-0.1.1.tbz" checksum: [ "sha256=678b5048d688ffa7cd3a79b528edb542b28d0eb49cb83d8dd95361634412ac33" "sha512=f4936afb14e70b699685ad32fa6ca1b31fdf1d3fcd4a3dd614151f640071e6a26a11d5a49cd1d1a0e13e502b647cdd2bd87d4435a5d84ebde86ffb193c425645" ] } x-commit-hash: "b2fe0fb953f80b4d2d3656d8abf8e2d4b5869260"