Packages

JSON adapter for kata, the bidirectional schema library for Gleam.

Current section

Files

Jump to
kata_json gleam.toml
Raw

gleam.toml

name = "kata_json"
version = "0.2.0"
description = "JSON adapter for kata, the bidirectional schema library for Gleam."
licences = ["MIT"]
repository = { type = "github", user = "Allianaab2m", repo = "kata-gleam" }
links = [
{ title = "kata", href = "https://hex.pm/packages/kata" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
kata = ">= 0.2.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"