objective categorical abstract machine language personal data server
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Atproto repo functionality"
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"}
12 "lwt"
13 "core_unix" {>= "0.16.0"}
14 "re" {>= "1.13.2"}
15 "yojson" {>= "3.0.0"}
16 "lwt_ppx" {>= "5.9.1"}
17 "ppx_deriving_yojson" {>= "3.9.1"}
18 "alcotest" {with-test}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/futurGH/pegasus.git"
36x-maintenance-intent: ["(latest)"]