Packages

Erlang library to calculate distance between 2 points with Vincenty's formulae.

Current section

Files

Jump to
vincenty src vincenty.app.src
Raw

src/vincenty.app.src

{application,vincenty,
[{description,"Erlang library to calculate distance between 2 points with Vincenty's formulae."},
{vsn,"1.0.0"},
{applications,[kernel,stdlib]},
{env,[]},
{maintainers,["Rahul Garg"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/vihu/vincenty"}]}]}.