initial import

This commit is contained in:
SUZUKI Tetsuya
2012-10-03 15:05:19 +09:00
commit d9d541dce8
49 changed files with 14027 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{application, sha3,
[
{description, ""},
{vsn, "0.1.0"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{modules, [sha3]},
{env, []}
]}.