atproto libraries implementation in ocaml
at main 1.3 kB view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3version: "0.1.2" 4synopsis: "AT Protocol implementation in OCaml" 5description: 6 "Complete AT Protocol implementation including syntax validation, cryptography, IPLD, and identity resolution" 7maintainer: ["Gabriel Díaz"] 8authors: ["Gabriel Díaz"] 9license: "ISC" 10tags: ["atproto" "bluesky" "decentralized"] 11homepage: "https://tangled.org/gdiazlo.tngl.sh/atproto" 12doc: "https://tangled.org/gdiazlo.tngl.sh/atproto" 13bug-reports: "https://tangled.org/gdiazlo.tngl.sh/atproto/issues" 14depends: [ 15 "dune" {>= "3.20"} 16 "ocaml" {>= "5.4"} 17 "atproto-multibase" {= version} 18 "atproto-syntax" {= version} 19 "atproto-crypto" {= version} 20 "atproto-ipld" {= version} 21 "atproto-mst" {= version} 22 "atproto-repo" {= version} 23 "atproto-json" {= version} 24 "atproto-lexicon" {= version} 25 "atproto-effects" {= version} 26 "atproto-xrpc" {= version} 27 "atproto-identity" {= version} 28 "atproto-sync" {= version} 29 "atproto-api" {= version} 30 "odoc" {with-doc} 31] 32build: [ 33 ["dune" "subst"] {dev} 34 [ 35 "dune" 36 "build" 37 "-p" 38 name 39 "-j" 40 jobs 41 "@install" 42 "@runtest" {with-test} 43 "@doc" {with-doc} 44 ] 45] 46dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/atproto" 47x-maintenance-intent: ["(latest)"]