this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Report parsing prototypes"
4description: ""
5maintainer: ["pf341@patricoferris.com"]
6authors: ["Patrick Ferris"]
7license: "ISC"
8depends: [
9 "dune" {>= "2.8"}
10 "brr"
11 "js_of_ocaml"
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]