forked from
futur.blue/pegasus
objective categorical abstract machine language personal data server
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Type-safe XRPC client for ATProto"
4description: "XRPC client with PPX extensions for type-safe API calls"
5maintainer: ["futurGH"]
6authors: ["futurGH"]
7license: "MPL-2.0"
8homepage: "https://github.com/futurGH/pegasus"
9bug-reports: "https://github.com/futurGH/pegasus/issues"
10depends: [
11 "ocaml" {= "5.2.1"}
12 "dune" {>= "3.20"}
13 "lwt"
14 "cohttp-lwt-unix" {>= "6.1.1"}
15 "uri" {>= "4.4.0"}
16 "yojson" {>= "3.0.0"}
17 "base64" {>= "3.5.0"}
18 "lwt_ppx" {>= "5.9.1"}
19 "ppx_deriving_yojson" {>= "3.9.1"}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/futurGH/pegasus.git"
37x-maintenance-intent: ["(latest)"]