atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "AT Protocol implementation in OCaml" 4description: 5 "Complete AT Protocol implementation including syntax validation, cryptography, IPLD, and identity resolution" 6maintainer: ["Gabriel Díaz"] 7authors: ["Gabriel Díaz"] 8license: "ISC" 9tags: ["atproto" "bluesky" "decentralized"] 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-crypto" {= version} 18 "atproto-multibase" {= version} 19 "atproto-ipld" {= version} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "https://tangled.org/gdiazlo.tngl.sh/atproto" 37x-maintenance-intent: ["(latest)"]