atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "0.1.2"
4synopsis: "Repository sync and event streams for AT Protocol"
5description:
6 "Firehose event stream client and repository synchronization for AT Protocol"
7maintainer: ["Gabriel Díaz"]
8authors: ["Gabriel Díaz"]
9license: "ISC"
10tags: ["atproto" "sync" "firehose" "websocket"]
11homepage: "https://tangled.org/gdiazlo.tngl.sh/atproto"
12doc: "https://tangled.org/gdiazlo.tngl.sh/atproto"
13bug-reports: "https://tangled.org/gdiazlo.tngl.sh/atproto/issues"
14depends: [
15 "dune" {>= "3.20"}
16 "ocaml" {>= "5.4"}
17 "atproto-effects" {= version}
18 "atproto-syntax" {= version}
19 "atproto-ipld" {= version}
20 "uri" {>= "4.0"}
21 "alcotest" {with-test}
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/atproto"
39x-maintenance-intent: ["(latest)"]