Packages
A faithful, bidirectional lexicon AST for atproto: decode/encode lexicon JSON with round-trip fidelity.
Current section
Files
Jump to
Current section
Files
atproto_lexicon
gleam.toml
gleam.toml
name = "atproto_lexicon"
version = "0.2.0"
description = "A faithful, bidirectional lexicon AST for atproto: decode/encode lexicon JSON with round-trip fidelity."
licences = ["MIT"]
gleam = ">= 1.14.0"
repository = { type = "custom", url = "https://tangled.org/@niels.atproto.fan/gleam-atproto", path = "atproto_lexicon", tag_prefix = "atproto_lexicon-v" }
links = [
{ title = "Changelog", href = "https://tangled.org/@niels.atproto.fan/gleam-atproto/blob/main/atproto_lexicon/CHANGELOG.md" },
{ title = "Lexicon spec", href = "https://atproto.com/specs/lexicon" },
]
[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"
simplifile = ">= 2.4.0 and < 3.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"