Packages

Unified binary-to-text encoding: base2, base8, base10, base16, base32, base36, base45, base58, base58check, base62, base64, base85, base91, ascii85, z85, bech32, bech32m, multibase

Current section

Files

Jump to
yabase gleam.toml
Raw

gleam.toml

name = "yabase"
version = "0.1.0"
target = "erlang"
description = "Yet Another Base - A unified, type-safe interface for multiple binary-to-text encodings"
licences = ["MIT"]
repository = { type = "github", user = "nao1215", repo = "yabase" }
internal_modules = [
"yabase/internal",
"yabase/internal/*",
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"