Packages

The shared sans-io core of the gleam-atproto client packages: XRPC error vocabulary and response handling, plus the OAuth effect kernel.

Current section

Files

Jump to
atproto_core gleam.toml
Raw

gleam.toml

name = "atproto_core"
version = "0.1.0"
description = "The shared sans-io core of the gleam-atproto client packages: XRPC error vocabulary and response handling, plus the OAuth effect kernel."
licences = ["MIT"]
gleam = ">= 1.14.0"
repository = { type = "custom", url = "https://tangled.org/@niels.atproto.fan/gleam-atproto", path = "atproto_core", tag_prefix = "atproto_core-v" }
links = [
{ title = "Changelog", href = "https://tangled.org/@niels.atproto.fan/gleam-atproto/blob/main/atproto_core/CHANGELOG.md" },
{ title = "atproto OAuth spec", href = "https://atproto.com/specs/oauth" },
{ title = "XRPC spec", href = "https://atproto.com/specs/xrpc" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"