Expose setting recursion limit in the API.
[hope.git] / src / hope.app.src
CommitLineData
8b978633
SK
1{application, hope,
2 [
3 {description, "Higher Order Programming in Erlang"},
781f182f 4 {vsn, "1.8.0"},
8b978633
SK
5 {registered, []},
6 {applications, [
7 kernel,
8 stdlib
9 ]},
10 {env, []}
11 ]}.
This page took 0.026261 seconds and 4 git commands to generate.