Skip to content

Commit af29fa9

Browse files
committed
Try Hex.pm
1 parent 84ee783 commit af29fa9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

rebar.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
]}.
1515

1616
{plugins, [
17-
{rebar3_eqc, ".*", {git, "https://github.com/kellymclaughlin/rebar3-eqc-plugin.git", {tag, "0.0.8"}}}
17+
{rebar3_eqc, ".*", {git, "https://github.com/kellymclaughlin/rebar3-eqc-plugin.git", {tag, "0.0.8"}}},
18+
rebar3_hex
1819
]}.
1920

2021
%% {port_sources, ["c_src/*.c"]}.

src/msgpack.app.src

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{application, msgpack,
22
[{description, "MessagePack serializer/deserializer"},
3-
{vsn, git},
3+
{vsn, "0.4.0"},
44
{modules,
55
[msgpack]
66
},
7+
{maintainers, ["Kota Uenishi", "Yuki Ito"]},
8+
{licenses, ["Apache"]},
9+
{links, [{"Github", "https://github.com/msgpack/msgpack-erlang"},
10+
{"Website", "http://msgpack.org"}]},
711
{registered, []},
812
{env, []},
913
{applications, [kernel, stdlib]}]}.

0 commit comments

Comments
 (0)