Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 545 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 545 Bytes

klä

An LFE Wrapper Library used to Dress Up Erlang Libraries in a Lispy Costume

Introduction

Add content to me here!

Installation

Just add it to your rebar.config deps:

  {deps, [
    ...
    {kla, ".*",
      {git, "git@github.com:billosys/kla.git", "master"}}
      ]}.

And then do the usual:

    $ rebar get-deps
    $ rebar compile

Usage

Add content to me here!