1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A short synopsis"
4description: "A longer description"
5maintainer: ["Akshay Oppiliappan <me@oppi.li>"]
6authors: ["Akshay Oppiliappan <me@oppi.li>"]
7license: "LICENSE"
8tags: ["add topics" "to describe" "your" "project"]
9doc: "https://url/to/documentation"
10depends: [
11 "dune" {>= "3.20"}
12 "ocaml"
13 "base"
14 "core"
15 "core_unix"
16 "fpath"
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33x-maintenance-intent: ["(latest)"]