Packages
Resuable utilities for projects generated with oas_generator for Open API Spec, JSON schema and MCP client or server.
Current section
Files
Jump to
Current section
Files
oas_generator_utils
gleam.toml
gleam.toml
name = "oas_generator_utils"
version = "1.0.0"
target = "javascript"
description = "Resuable utilities for projects generated with oas_generator for Open API Spec, JSON schema and MCP client or server."
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "oas_generator", path = "utils", tag-prefix = "utils/" }
links = []
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.1.1 and < 5.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"