aboutsummaryrefslogtreecommitdiff
path: root/src/coaperl.app.src
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-12-13 17:47:14 +0100
committerGuido Günther <agx@sigxcpu.org>2015-12-13 17:47:14 +0100
commitbd3ae9694c0e8669c8ce53aef685e8afede14f33 (patch)
treee849857832827f7be9a3166932bae7fe749fc84a /src/coaperl.app.src
Initial commitHEADmaster
Diffstat (limited to 'src/coaperl.app.src')
-rw-r--r--src/coaperl.app.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/coaperl.app.src b/src/coaperl.app.src
new file mode 100644
index 0000000..df8c84c
--- /dev/null
+++ b/src/coaperl.app.src
@@ -0,0 +1,11 @@
+{application, coaperl,
+ [
+ {description, ""},
+ {vsn, "1"},
+ {registered, []},
+ {applications, [
+ kernel,
+ stdlib
+ ]},
+ {env, []}
+ ]}.