Skip to content

billosys/kla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!