atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "High-level API client for AT Protocol"
4description:
5 "User-friendly API client for AT Protocol with session management, posting, and social actions"
6maintainer: ["Guillermo Diaz-Romero <guillermo@bluesky-dev.io>"]
7authors: ["Guillermo Diaz-Romero <guillermo@bluesky-dev.io>"]
8license: "MIT"
9tags: ["atproto" "bluesky" "api" "client"]
10homepage: "https://github.com/gdiazlo/atproto"
11doc: "https://github.com/gdiazlo/atproto"
12bug-reports: "https://github.com/gdiazlo/atproto/issues"
13depends: [
14 "dune" {>= "3.20"}
15 "ocaml" {>= "5.1"}
16 "atproto-syntax" {= version}
17 "atproto-xrpc" {= version}
18 "atproto-identity" {= version}
19 "atproto-ipld" {= version}
20 "yojson" {>= "2.0"}
21 "uri" {>= "4.0"}
22 "alcotest" {with-test}
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/gdiazlo/atproto.git"
40x-maintenance-intent: ["(latest)"]