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.
1 parent 1ec5c1a commit 7dc2a5fCopy full SHA for 7dc2a5f
src/grisp_emulation.app.src
@@ -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
- ]}.
+{application, grisp_emulation, [
+ {description, "Hardware emulation layer for the GRiSP runtime"},
+ {vsn, "0.1.1"},
+ {registered, []},
+ {applications, [
+ kernel,
+ stdlib
+ ]},
+ {env,[]},
+ {modules, []},
+ {licenses, ["Apache 2.0"]},
+ {links, []}
+]}.
0 commit comments