Packages

Render PBM and PGM images in Gleam

Current section

Files

Jump to
netpbm src netpbm.app.src
Raw

src/netpbm.app.src

{application, netpbm, [
{vsn, "2.0.0"},
{applications, [gleam_stdlib]},
{description, "Render PBM and PGM images in Gleam"},
{modules, [netpbm,
netpbm@@main]},
{registered, []}
]}.