Try Hex.pm

This commit is contained in:
UENISHI Kota 2016-01-10 12:17:51 +09:00
parent 84ee78340c
commit af29fa959f
2 changed files with 7 additions and 2 deletions

View File

@ -14,7 +14,8 @@
]}.
{plugins, [
{rebar3_eqc, ".*", {git, "https://github.com/kellymclaughlin/rebar3-eqc-plugin.git", {tag, "0.0.8"}}}
{rebar3_eqc, ".*", {git, "https://github.com/kellymclaughlin/rebar3-eqc-plugin.git", {tag, "0.0.8"}}},
rebar3_hex
]}.
%% {port_sources, ["c_src/*.c"]}.

View File

@ -1,9 +1,13 @@
{application, msgpack,
[{description, "MessagePack serializer/deserializer"},
{vsn, git},
{vsn, "0.4.0"},
{modules,
[msgpack]
},
{maintainers, ["Kota Uenishi", "Yuki Ito"]},
{licenses, ["Apache"]},
{links, [{"Github", "https://github.com/msgpack/msgpack-erlang"},
{"Website", "http://msgpack.org"}]},
{registered, []},
{env, []},
{applications, [kernel, stdlib]}]}.