Current section
Files
Jump to
Current section
Files
src/jesse.app.src
{application,jesse,
[{description,"jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang."},
{vsn,"1.7.9"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,asn1,crypto,public_key,ssl,inets,
jsx,rfc3339]},
{env,[{re_options,[unicode,ucp]}]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/for-GET/jesse"}]}]}.