this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml notebooks as a WebComponent"
4maintainer: ["art.wendling@gmail.com"]
5authors: ["Arthur Wendling"]
6license: "MIT"
7homepage: "https://github.com/art-w/x-ocaml"
8bug-reports: "https://github.com/art-w/x-ocaml/issues"
9depends: [
10 "dune" {>= "3.21"}
11 "bos" {>= "0.2.1"}
12 "brr" {>= "0.0.7"}
13 "cmdliner" {>= "1.3.0"}
14 "js_of_ocaml" {>= "6.0.1"}
15 "js_of_ocaml-ppx" {>= "6.0.1"}
16 "js_of_ocaml-toplevel" {>= "6.0.1"}
17 "merlin-lib" {>= "5.2.1-502"}
18 "ocamlformat-lib" {>= "0.27.0"}
19 "ocamlfind" {>= "1.9.8"}
20 "ppx_blob" {>= "0.9.0"}
21 "merlin-js"
22 "js_top_worker-client"
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/art-w/x-ocaml.git"
40x-maintenance-intent: ["(latest)"]