sabudaye / common_lib

A fork of http://oserl.hg.sourceforge.net/hgweb/oserl/common_lib/ that builds with rebar

Home Page:http://github.com/iamaleksey/common_lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

common_lib

A fork of http://oserl.hg.sourceforge.net/hgweb/oserl/common_lib/ that builds with rebar

Usage with Rebar

Add following code to your rebar.conf:

{deps, [
  {common_lib, ".*", {git, "https://github.com/dmitrii-zolotarev/common_lib.git", {branch, "master"}}}
]}.

Build

$ rebar compile

or

$ rebar co

Run tests

$ rebar compile ct

or

$ rebar co ct

About

A fork of http://oserl.hg.sourceforge.net/hgweb/oserl/common_lib/ that builds with rebar

http://github.com/iamaleksey/common_lib


Languages

Language:Erlang 99.8%Language:Ruby 0.2%