opam-version: "2.0" synopsis: "Js_of_ocaml bindings for webgpu" description: "Js_of_ocaml bindings for webgpu" maintainer: ["Misha Aizatulin "] authors: ["Misha Aizatulin "] license: "BSD-3-Clause" homepage: "https://github.com/tari3x/webgpu" doc: "https://tari3x.github.io/webgpu" bug-reports: "https://github.com/tari3x/webgpu" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.2"} "core" {>= "v0.12"} "async" {>= "v0.12"} "webidl" "menhir" {build & >= "20180523"} "ppx_deriving" "js_of_ocaml" "js_of_ocaml-lwt" "js_of_ocaml-ppx" "ppx_jane" "js_of_ocaml-webidl" {= version} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/tari3x/webgpu.git" url { src: "https://github.com/tari3x/webgpu/releases/download/0.1/js_of_ocaml-webgpu-0.1.tbz" checksum: [ "sha256=194d9b5aaa28d99a9549807dce68c2563497f2dd96e4e3801f4ad0f1ca9680bb" "sha512=0e30ede2ce71c05bf06e10df91a50f1cf3ffc1660a5116b665cc1d98d80877c763dc9460c5854bf51e0f2bcb54d1285ecb5108d9e2d26af9caa281742efdae89" ] }