Packages

A gleam port of the rust pubgrub package. Package version constraint solving with human readable error messages.

Current section

Files

Jump to
pubgrub gleam.toml
Raw

gleam.toml

name = "pubgrub"
version = "1.0.0"
target = "erlang"
licenses = ["MPL-2.0"]
description = "A gleam port of the rust pubgrub package. Package version constraint solving with human readable error messages."
repository = { type = "github", user = "jaredly", repo = "pubgrub" }
[javascript]
typescript_declarations = true
[dependencies]
gleam_stdlib = "~> 0.34"
[dev-dependencies]
gleeunit = "~> 1.0"