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: ["Gabriel Díaz"] 7authors: ["Gabriel Díaz"] 8license: "ISC" 9tags: ["atproto" "bluesky" "api" "client"] 10homepage: "https://tangled.org/gdiazlo.tngl.sh/atproto" 11doc: "https://tangled.org/gdiazlo.tngl.sh/atproto" 12bug-reports: "https://tangled.org/gdiazlo.tngl.sh/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 "atproto-json" {= version} 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: "https://tangled.org/gdiazlo.tngl.sh/atproto" 40x-maintenance-intent: ["(latest)"]