An ATProto Lexicon validator for Gleam.
at main 521 B view raw
1name = "honk" 2version = "1.2.0" 3description = "ATProtocol lexicon validator for Gleam" 4internal_modules = ["honk/internal", "honk/internal/*"] 5licences = ["Apache-2.0"] 6repository = { type = "github", user = "bigmoves", repo = "honk" } 7 8[dependencies] 9gleam_stdlib = ">= 0.44.0 and < 2.0.0" 10gleam_json = ">= 3.0.0 and < 4.0.0" 11gleam_regexp = ">= 1.0.0 and < 2.0.0" 12gleam_time = ">= 1.5.0 and < 2.0.0" 13simplifile = ">= 2.3.1 and < 3.0.0" 14argv = ">= 1.0.2 and < 2.0.0" 15 16[dev-dependencies] 17gleeunit = ">= 1.0.0 and < 2.0.0"