Packages

A library for reading and updating deeply nested data.

Current section

Files

Jump to
optic src optic.app.src
Raw

src/optic.app.src

{application,optic,
[{pkg_name,"optic"},
{description,"A library for reading and updating deeply nested data."},
{vsn,"0.1.0"},
{applications,[kernel,stdlib]},
{modules,[optic]},
{registered,[]},
{env,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/jkrukoff/optic"}]},
{extra,[{maintainers,["John Krukoff"]}]}]}.