Packages

A library to compress unsigned integers using LEB128 - Gleam bindings for the Elixir `varint` package.

Current section

Files

Jump to
gvarint gleam.toml
Raw

gleam.toml

name = "gvarint"
version = "1.0.2"
description = "A library to compress unsigned integers using LEB128 - Gleam bindings for the Elixir `varint` package."
licences = ["Apache-2.0"]
repository = { type = "github", user = "sisou", repo = "nimiq_gleam" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
varint = ">= 1.5.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"