9e16c5617416e632775524c578f10e8a10428211
[erlang-x-plane-data.git] / src / x_plane_data.app.src
1 {application, x_plane_data,
2 [
3 {description, "X-Plane UDP data packet parser."},
4 {vsn, "0.2.0"},
5 {registered, []},
6 {applications, [
7 kernel,
8 stdlib,
9 hope
10 ]},
11 {env, []}
12 ]}.
This page took 0.041862 seconds and 4 git commands to generate.