Packages

Atomic mutable int arrays for Gleam!

Current section

Files

Jump to
atomic_array src atomic_array.app.src
Raw

src/atomic_array.app.src

{application, atomic_array, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Atomic mutable int arrays for Gleam!"},
{modules, [atomic_array]},
{registered, []}
]}.