Packages

A module for parsing, mutating, and serializing Content-Security-Policy directives.

Current section

Files

Jump to
cosepo src cosepo.app.src
Raw

src/cosepo.app.src

{application, cosepo, [
{vsn, "0.0.2"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A module for parsing, mutating, and serializing Content-Security-Policy directives."},
{modules, [cosepo,
cosepo@directive]},
{registered, []}
]}.