1 Star 0 Fork 0

fastdgiot/erlang-gpio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rebar.config 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ali Sabil 提交于 2023-01-14 11:31 . doc: clarify licensing
{project_plugins, [rebar3_ex_doc]}.
{erl_opts, [debug_info]}.
{deps, []}.
{pre_hooks, [
{"(linux)", compile, "make -C c_src"}
]}.
{post_hooks, [
{"(linux)", clean, "make -C c_src clean"}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [gpio]}
]}.
{ex_doc, [
{extras, [
{'README.md', #{title => <<"Overview">>}},
{'LICENSE.md', #{title => <<"License">>}},
{'NOTICE', #{title => <<"Copyright">>}}
]},
{main, "README.md"},
{source_url, "https://github.com/kopera/erlang-gpio"}
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Erlang
1
https://gitee.com/fastdgiot/erlang-gpio.git
git@gitee.com:fastdgiot/erlang-gpio.git
fastdgiot
erlang-gpio
erlang-gpio
main

搜索帮助