# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "High-level API client for AT Protocol" description: "User-friendly API client for AT Protocol with session management, posting, and social actions" maintainer: ["Guillermo Diaz-Romero "] authors: ["Guillermo Diaz-Romero "] license: "MIT" tags: ["atproto" "bluesky" "api" "client"] homepage: "https://github.com/gdiazlo/atproto" doc: "https://github.com/gdiazlo/atproto" bug-reports: "https://github.com/gdiazlo/atproto/issues" depends: [ "dune" {>= "3.20"} "ocaml" {>= "5.1"} "atproto-syntax" {= version} "atproto-xrpc" {= version} "atproto-identity" {= version} "atproto-ipld" {= version} "yojson" {>= "2.0"} "uri" {>= "4.0"} "alcotest" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/gdiazlo/atproto.git" x-maintenance-intent: ["(latest)"]