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" {>= "5.0.0"} 12 "reason" {>= "3.10.0"} 13 "integers" 14 "ctypes" 15 "alcotest" {with-test} 16 "fmt" {with-test} 17 "odoc" {with-doc} 18 "ocaml-lsp-server" {with-test} 19 "ocamlformat" {= "0.26.1" & with-test} 20] 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 "@doc" {with-doc} 33 ] 34] 35conflicts: [ "ocaml-option-bytecode-only" ] 36dev-repo: "git+https://github.com/ml-in-barcelona/quickjs.ml.git" 37url { 38 src: 39 "https://github.com/ml-in-barcelona/quickjs.ml/releases/download/0.1.0/quickjs-0.1.0.tbz" 40 checksum: [ 41 "sha256=bd0ada2cea7051f0d359310bfc6e67453ffc3057e158c4abefc6ba9073d4f1ce" 42 "sha512=bfda4ad6d72f27323eac592e2eff4fdab23f465f4a2fcad4743e0654ec18030bed952aec0c27c0b4ed43833c1c97ea4364b4ad563d9b2213aa851fdf3d06f394" 43 ] 44} 45x-commit-hash: "24aa18039f1c378fb3e0aae17b54fe13b38bcc2e"