Semantic Versioning Support Library 
This is a small (one module), well tested library for working with semantic versions (see [http://semver.org] for more details).
Building from source
Until this project has been bootstrapped to use libconf, you will need to use either the embedded version of rebar, or compile it from source using the fork/branch here.
First you must bootstrap the build system using the init.config settings.
% ./rebar -C init.config get-deps compileThen you can fetch and build all the required dependencies:
% ./rebar get-deps compileIf you want to run the test suites, you can do so any time after after you've bootstrapped, like so:
% ./rebar -C test.config test -vLicense
This library is distributed under a permissive, BSD-like license.