this repo has no description
1opam-version: "2.0" 2synopsis: "Generate js_of_ocaml bindings from webidl definitions" 3description: "Generate js_of_ocaml bindings from webidl definitions" 4maintainer: ["Misha Aizatulin <mihhail.aizatulin@gmail.com>"] 5authors: ["Misha Aizatulin <mihhail.aizatulin@gmail.com>"] 6license: "BSD-3-Clause" 7homepage: "https://github.com/tari3x/webgpu" 8doc: "https://tari3x.github.io/webgpu" 9bug-reports: "https://github.com/tari3x/webgpu" 10depends: [ 11 "ocaml" {>= "4.08"} 12 "dune" {>= "2.2"} 13 "core" {>= "v0.13" & < "v0.15"} 14 "async" {>= "v0.12" & < "v0.15"} 15 "webidl" 16 "ppx_deriving" 17 "js_of_ocaml" 18 "js_of_ocaml-lwt" 19 "js_of_ocaml-ppx" 20 "ppx_jane" 21 "menhir" {build & >= "20180523" & < "20211215"} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/tari3x/webgpu.git" 38url { 39 src: 40 "https://github.com/tari3x/webgpu/releases/download/0.1/js_of_ocaml-webgpu-0.1.tbz" 41 checksum: [ 42 "sha256=194d9b5aaa28d99a9549807dce68c2563497f2dd96e4e3801f4ad0f1ca9680bb" 43 "sha512=0e30ede2ce71c05bf06e10df91a50f1cf3ffc1660a5116b665cc1d98d80877c763dc9460c5854bf51e0f2bcb54d1285ecb5108d9e2d26af9caa281742efdae89" 44 ] 45}