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