atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Repository sync and event streams for AT Protocol" 4description: 5 "Firehose event stream client and repository synchronization for AT Protocol" 6maintainer: ["Guillermo Diaz-Romero <guillermo@bluesky-dev.io>"] 7authors: ["Guillermo Diaz-Romero <guillermo@bluesky-dev.io>"] 8license: "MIT" 9tags: ["atproto" "sync" "firehose" "websocket"] 10homepage: "https://github.com/gdiazlo/atproto" 11doc: "https://github.com/gdiazlo/atproto" 12bug-reports: "https://github.com/gdiazlo/atproto/issues" 13depends: [ 14 "dune" {>= "3.20"} 15 "ocaml" {>= "5.1"} 16 "atproto-effects" {= version} 17 "atproto-syntax" {= version} 18 "atproto-ipld" {= version} 19 "uri" {>= "4.0"} 20 "alcotest" {with-test} 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/gdiazlo/atproto.git" 38x-maintenance-intent: ["(latest)"]