We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da82920 + 16a973b commit 6c2e5d6Copy full SHA for 6c2e5d6
src/pc.app.src
@@ -1,17 +1,10 @@
1
-{application, pc,
2
- [
3
- {description, "a rebar3 port compiler for native code"},
4
- {vsn, "0.2.0"},
5
- {registered, []},
6
- {applications,
7
8
- kernel,
9
- stdlib
10
- ]},
11
- {env,[]},
12
- {modules, []},
13
-
14
- {contributors, ["Brian L. Troutwine"]},
15
- {licenses, ["MIT"]},
16
- {links, [{"Github", "https://github.com/blt/port_compiler"}]}
17
- ]}.
+{application,pc,
+ [{description,"a rebar3 port compiler for native code"},
+ {vsn,"0.3.0"},
+ {registered,[]},
+ {applications,[kernel,stdlib]},
+ {env,[]},
+ {modules,[]},
+ {contributors,["Brian L. Troutwine"]},
+ {licenses,["MIT"]},
+ {links,[{"Github","https://github.com/blt/port_compiler"}]}]}.
0 commit comments