mirror of
https://github.com/valitydev/jesse.git
synced 2024-11-06 17:45:25 +00:00
more meta in jesse.app.src
This commit is contained in:
parent
9454ea6ea4
commit
4c1cabf508
@ -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"}
|
||||
]}
|
||||
]}.
|
||||
|
Loading…
Reference in New Issue
Block a user