# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1.2" synopsis: "High-level API client for AT Protocol" description: "User-friendly API client for AT Protocol with session management, posting, and social actions" maintainer: ["Gabriel Díaz"] authors: ["Gabriel Díaz"] license: "ISC" tags: ["atproto" "bluesky" "api" "client"] homepage: "https://tangled.org/gdiazlo.tngl.sh/atproto" doc: "https://tangled.org/gdiazlo.tngl.sh/atproto" bug-reports: "https://tangled.org/gdiazlo.tngl.sh/atproto/issues" depends: [ "dune" {>= "3.20"} "ocaml" {>= "5.4"} "atproto-syntax" {= version} "atproto-xrpc" {= version} "atproto-identity" {= version} "atproto-ipld" {= version} "atproto-json" {= version} "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://tangled.org/gdiazlo.tngl.sh/atproto" x-maintenance-intent: ["(latest)"]