atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Effects-based I/O abstraction for AT Protocol" 4description: 5 "Unified effect types for HTTP, DNS, WebSocket, time, and random operations. Allows libraries to be runtime-agnostic." 6maintainer: ["Guillermo Diaz-Romero <guillermo@bluesky-dev.io>"] 7authors: ["Guillermo Diaz-Romero <guillermo@bluesky-dev.io>"] 8license: "MIT" 9tags: ["atproto" "effects" "io" "abstraction"] 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 "uri" {>= "4.0"} 17 "ptime" {>= "1.0"} 18 "alcotest" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/gdiazlo/atproto.git" 36x-maintenance-intent: ["(latest)"]