1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "Rebar3",
"description": "Erlang build tool",
"url": "https://github.com/erlang/rebar3/archive/3.10.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/erlang/rebar3",
"depends": [
{
"depend": "erlang",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./bootstrap\"",
"bin.install \"rebar3\"",
"bash_completion.install \"priv/shell-completion/bash/rebar3\"",
"zsh_completion.install \"priv/shell-completion/zsh/_rebar3\"",
"fish_completion.install \"priv/shell-completion/fish/rebar3.fish\""
],
"version": "3.10.0",
"file": "rebar3.rb"
}
|