this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Register PPX for js_of_ocaml-toplevel"
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 "ppxlib" {>= "0.33.0"}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://github.com/art-w/x-ocaml.git"
29x-maintenance-intent: ["(latest)"]