this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Bindings for QuickJS (a Javascript Engine to be embedded https://bellard.org/quickjs)" 4maintainer: ["David Sancho <dsnxmoreno@gmail.com>"] 5authors: ["David Sancho <dsnxmoreno@gmail.com>"] 6license: "MIT" 7homepage: "https://github.com/ml-in-barcelona/quickjs.ml" 8bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues" 9depends: [ 10 "dune" {>= "3.8"} 11 "ocaml" {>= "4.14.1"} 12 "integers" 13 "ctypes" {>= "0.13.0"} 14 "alcotest" {with-test} 15 "fmt" {with-test} 16 "odoc" {with-doc} 17 "ocaml-lsp-server" {with-test} 18 "ocamlformat" {= "0.26.1" & with-test} 19] 20dev-repo: "git+https://github.com/ml-in-barcelona/quickjs.ml.git" 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@new-doc" {with-doc} 33 ] 34] 35conflicts: [ "ocaml-option-bytecode-only" ] 36url { 37 src: 38 "https://github.com/ml-in-barcelona/quickjs.ml/releases/download/0.1.2/quickjs-0.1.2.tbz" 39 checksum: [ 40 "sha256=27f6c8c9a3a7afa3ab7506d1154f22cf41249e2b789c0c6c634982809d17ad57" 41 "sha512=860ca84b9409a54b2fedc6b9777009872b9508bcee0f8ca3555822618640d763820e1be11c47603a4638885ab3df7eb705523cef330479147340404a7f2faa35" 42 ] 43} 44x-commit-hash: "d58993c2299462690b4fbb94b5912fd12d91c976"