From bd3ae9694c0e8669c8ce53aef685e8afede14f33 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 13 Dec 2015 17:47:14 +0100 Subject: Initial commit --- src/coaperl.app.src | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/coaperl.app.src (limited to 'src/coaperl.app.src') 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, []} + ]}. -- cgit v1.2.3