Packages

A library, written in Gleam, to help create data structures containing different data types and levels of nesting.

Current section

Files

Jump to
cx src cx.app.src
Raw

src/cx.app.src

{application, cx, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A library, written in Gleam, to help create and read (contextual) objects of varying structures and types"},
{modules, [cx]},
{registered, []}
]}.