objective categorical abstract machine language personal data server
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "PPX extension for Hermes XRPC calls"
4maintainer: ["futurGH"]
5authors: ["futurGH"]
6license: "MPL-2.0"
7homepage: "https://github.com/futurGH/pegasus"
8bug-reports: "https://github.com/futurGH/pegasus/issues"
9depends: [
10 "ocaml" {= "5.2.1"}
11 "dune" {>= "3.20" & >= "3.20" & < "3.21"}
12 "ppxlib" {>= "0.32.0"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/futurGH/pegasus.git"
30x-maintenance-intent: ["(latest)"]