this repo has no description
1opam-version: "2.0" 2synopsis: "Js_of_ocaml bindings for webgpu" 3description: "Js_of_ocaml bindings for webgpu" 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.12"} 14 "async" {>= "v0.12"} 15 "webidl" 16 "menhir" {build & >= "20180523"} 17 "ppx_deriving" 18 "js_of_ocaml" 19 "js_of_ocaml-lwt" 20 "js_of_ocaml-ppx" 21 "ppx_jane" 22 "js_of_ocaml-webidl" {= version} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/tari3x/webgpu.git" 39url { 40 src: 41 "https://github.com/tari3x/webgpu/releases/download/0.1/js_of_ocaml-webgpu-0.1.tbz" 42 checksum: [ 43 "sha256=194d9b5aaa28d99a9549807dce68c2563497f2dd96e4e3801f4ad0f1ca9680bb" 44 "sha512=0e30ede2ce71c05bf06e10df91a50f1cf3ffc1660a5116b665cc1d98d80877c763dc9460c5854bf51e0f2bcb54d1285ecb5108d9e2d26af9caa281742efdae89" 45 ] 46}