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 "dune" {>= "2.2"} 12 "ocaml" {>= "4.08"} 13 "core" {>= "v0.12"} 14 "async" {>= "v0.12"} 15 "ppx_deriving" 16 "js_of_ocaml" 17 "js_of_ocaml-lwt" 18 "js_of_ocaml-ppx" 19 "ppx_jane" 20 "ocamlformat" 21 "js_of_ocaml-webidl" {= version} 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.2/js_of_ocaml-webgpu-0.2.tbz" 41 checksum: [ 42 "sha256=3b1f3ba2420ad3b35abf04b2d99d807868a3aafc8b437c2ef4589fe8ddf76cde" 43 "sha512=01f71bc8fcdb73569a9f34e942f33f677b6b8ceb6823699ca8aeab292f7f2413f39e689e7dd3b368dd7474b055b18e9d6ff7dba500971dc4dce744d0cf2fddcc" 44 ] 45}