Packages

GLEB128 is a small Gleam library that provides functions for encoding and decoding LEB128 (Little Endian Base 128) integers.

Current section

Files

Jump to
gleb128 gleam.toml
Raw

gleam.toml

name = "gleb128"
version = "4.0.0"
gleam = ">= 1.11.0"
description = "GLEB128 is a small Gleam library that provides functions for encoding and decoding LEB128 (Little Endian Base 128) integers."
licences = ["MIT"]
repository = { type = "github", user = "BrendoCosta", repo = "gleb128" }
[dependencies]
gleam_stdlib = ">= 0.57.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.6.1 and < 2.0.0"