Packages

Types and functions for working with GPSD's JSON API

Current section

Files

Jump to
gpsd_json gleam.toml
Raw

gleam.toml

name = "gpsd_json"
version = "2.0.0"
licences = ["Apache-2.0"]
description = "Types and functions for working with GPSD's JSON API"
repository = { type = "github", user = "lpil", repo = "gpsd-json" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
{ title = "GPSD", href = "https://gpsd.io/index.html" },
{ title = "GPSD JSON", href = "https://gpsd.io/gpsd_json.html" },
]
target="javascript"
[dependencies]
gleam_stdlib = ">= 0.65.0 and < 1.0.0"
gleam_json = ">= 2.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"