The Wayback Machine - https://web.archive.org/web/20200927055107/https://github.com/funbox/common_lib
Skip to content
master
Go to file
Code
This branch is 8 commits ahead of wtcross:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.