13 Star 10 Fork 10

makertimes / cloap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rebar.config 910 Bytes
一键复制 编辑 原始数据 按行查看 历史
{sub_dirs, ["rel"]}.
{cover_enabled, true}.
{erl_opts,[debug_info, {parse_transform, lager_transform}]}.
{deps, [
{lager, ".*", {git, "https://github.com/basho/lager.git", {branch, "master"}}},
{cowboy, ".*", {git, "https://github.com/ninenines/cowboy.git", {branch, "master"}}},
{jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git", {branch, "master"}}},
{sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}},
{uuid, ".*", {git, "https://git.oschina.net/makertimes/erlang-uuid.git", {branch, "master"}}},
{erlydtl, ".*", {git, "https://github.com/erlydtl/erlydtl.git", {branch, "master"}}},
{cas_client_cowboy,
".*", {git, "https://git.oschina.net/makertimes/erlang_cas_client_cowboy.git", {branch, "master"}}}
]}.
Erlang
1
https://gitee.com/makertimes/cloap.git
git@gitee.com:makertimes/cloap.git
makertimes
cloap
cloap
master

搜索帮助