7514f828b808cd232ab700295d2d535602e6fe41
[cellular-automata.git] / 001 / src / life.app.src
1 {application, life,
2 [
3 {description, ""},
4 {vsn, "1"},
5 {registered, []},
6 {applications, [
7 kernel,
8 stdlib
9 ]},
10 {mod, { life, []}},
11 {env, []}
12 ]}.
This page took 0.04159 seconds and 3 git commands to generate.