Packages

A Gleam library for running test containers via Docker.

Current section

Files

Jump to
melon src melon.app.src
Raw

src/melon.app.src

{application, melon, [
{vsn, "0.2.0"},
{applications, [gleam_stdlib,
gleamyshell,
gleeunit,
qcheck_gleeunit_utils]},
{description, "A Gleam library for running containers tailored to testing purposes."},
{modules, [melon@container]},
{registered, []}
]}.