Skip to content

Commit 7dc2a5f

Browse files
committed
Add description
Also reformatted the .app.src file.
1 parent 1ec5c1a commit 7dc2a5f

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

src/grisp_emulation.app.src

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
{application, grisp_emulation,
2-
[{description, "An OTP library"},
3-
{vsn, "0.1.1"},
4-
{registered, []},
5-
{applications,
6-
[kernel,
7-
stdlib
8-
]},
9-
{env,[]},
10-
{modules, []},
11-
12-
{licenses, ["Apache 2.0"]},
13-
{links, []}
14-
]}.
1+
{application, grisp_emulation, [
2+
{description, "Hardware emulation layer for the GRiSP runtime"},
3+
{vsn, "0.1.1"},
4+
{registered, []},
5+
{applications, [
6+
kernel,
7+
stdlib
8+
]},
9+
{env,[]},
10+
{modules, []},
11+
{licenses, ["Apache 2.0"]},
12+
{links, []}
13+
]}.

0 commit comments

Comments
 (0)