Current section
Files
Jump to
Current section
Files
src/glistix_json.app.src
{application, glistix_json, [
{vsn, "1.0.0"},
{applications, [glistix_stdlib,
thoas]},
{description, "Work with JSON in Glistix - Port of gleam_json to Nix"},
{modules, [gleam@json]},
{registered, []}
]}.