this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml bindings to ONNX Runtime Web for browser-based ML inference"
4description:
5 "Type-safe OCaml bindings to onnxruntime-web, enabling ML model inference in the browser via js_of_ocaml or wasm_of_ocaml. Supports WebAssembly (CPU) and WebGPU (GPU) execution providers."
6license: "ISC"
7depends: [
8 "dune" {>= "3.17"}
9 "ocaml" {>= "5.2"}
10 "js_of_ocaml" {>= "5.8"}
11 "js_of_ocaml-ppx" {>= "5.8"}
12 "lwt" {>= "5.7"}
13 "js_of_ocaml-lwt" {>= "5.8"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]