Packages

A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use

Current section

Files

Jump to
Raw

gleam.toml

name = "anthropic_gleam"
version = "0.1.1"
description = "A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use"
licences = ["MIT"]
repository = { type = "github", user = "justin4957", repo = "anthropic-gleam" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"