A fork of http://oserl.hg.sourceforge.net/hgweb/oserl/common_lib/ that builds with Rebar.
Add following code to your rebar.conf:
{deps, [
{common_lib, ".*", {git, "https://github.com/funbox/common_lib.git", {branch, "master"}}}
]}.
rebar compile
or
rebar co
rebar compile ct
or
rebar co ct