Current section
Files
Jump to
Current section
Files
src/gleb128.app.src
{application, gleb128, [
{vsn, "2.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "GLEB128 is a small Gleam library that provides functions for encoding and decoding LEB128 (Little Endian Base 128) integers."},
{modules, [gleb128,
gleb128@internal@native,
gleb128@internal@runtime]},
{registered, []}
]}.