Packages

A Gleam library for running test containers via Docker.

Current section

Files

Jump to
melon gleam.toml
Raw

gleam.toml

name = "melon"
version = "0.2.0"
description = "A Gleam library for running containers tailored to testing purposes."
licences = ["MIT"]
repository = { type = "github", user = "patrik-kuehl", repo = "melon" }
gleam = ">= 1.0.0 and < 2.0.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
{ title = "LICENSE", path = "license.html", source = "LICENSE.md" },
]
[javascript.deno]
allow_read = true
allow_env = true
allow_run = true
[dependencies]
gleam_stdlib = ">= 0.37.0 and < 2.0.0"
gleamyshell = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck_gleeunit_utils = ">= 0.1.0 and < 1.0.0"