atproto libraries implementation in ocaml
at main 1.0 kB view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3version: "0.1.2" 4synopsis: "XRPC client/server for AT Protocol" 5description: 6 "XRPC HTTP API protocol implementation for AT Protocol client-server communication" 7maintainer: ["Gabriel Díaz"] 8authors: ["Gabriel Díaz"] 9license: "ISC" 10tags: ["atproto" "xrpc" "api" "http"] 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-effects" {= version} 18 "atproto-syntax" {= version} 19 "atproto-lexicon" {= version} 20 "atproto-json" {= version} 21 "uri" {>= "4.0"} 22 "alcotest" {with-test} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/atproto" 40x-maintenance-intent: ["(latest)"]