more meta in jesse.app.src

This commit is contained in:
Andrei Neculau 2016-03-12 00:52:36 +01:00
parent 9454ea6ea4
commit 4c1cabf508
No known key found for this signature in database
GPG Key ID: 3570C6DE977687AA

View File

@ -1,10 +1,15 @@
%%-*- mode: erlang -*-
{ application, jesse, [ {description, "jesse"}
{ application, jesse, [ {description, "jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang."}
, {vsn, git}
, {modules, []}
, {registered, []}
, {applications, [ kernel
, stdlib
]}
, {maintainers, [ "for-GET/jesse"
]}
, {licenses, [ "Apache 2.0"
]}
, {links, [ {"Github", "https://github.com/for-GET/jesse"}
]}
]}.