An LFE Wrapper Library used to Dress Up Erlang Libraries in a Lispy Costume
Add content to me here!
Just add it to your rebar.config
deps:
{deps, [
...
{kla, ".*",
{git, "[email protected]:billosys/kla.git", "master"}}
]}.
And then do the usual:
$ rebar get-deps
$ rebar compile
Add content to me here!