Packages

Gleam SDK for Rockbox Zig — pipe-friendly client for the rockboxd GraphQL API

Current section

Files

Jump to
rockbox gleam.toml
Raw

gleam.toml

name = "rockbox"
version = "1.0.0"
description = "Gleam SDK for Rockbox Zig — pipe-friendly client for the rockboxd GraphQL API"
licences = ["MIT"]
gleam = ">= 1.11.0"
repository = { type = "github", user = "tsirysndr", repo = "rockbox-zig", path = "sdk/gleam" }
[dependencies]
gleam_stdlib = ">= 0.46.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 2.0.0 and < 4.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"