mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 00:35:24 +00:00
Try Hex.pm
This commit is contained in:
parent
84ee78340c
commit
af29fa959f
@ -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"]}.
|
||||
|
@ -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]}]}.
|
||||
|
Loading…
Reference in New Issue
Block a user