d2b376c61cdd8e7014fb5f4f99e8225b775e9e49
[hope.git] / src / hope.app.src
1 {application, hope,
2 [
3 {description, "Higher Order Programming in Erlang"},
4 {vsn, "3.6.0"},
5 {registered, []},
6 {applications, [
7 kernel,
8 stdlib
9 ]},
10 {env, []}
11 ]}.
This page took 0.040542 seconds and 3 git commands to generate.