No description
Find a file
Eric Merritt b4ab414419 support four primary version numbers of in parsing
The OTP Versions distributed with erlang tend to have four version
numbers not three. This is a fairly minor deviation from semver that
we can support. Basically, the semver parser treats the fourth version
in exactly the same way as the other three.

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
2012-09-18 20:06:47 -06:00
doc add suport and documentation for signatures for dictionaries 2011-10-16 22:26:43 -04:00
src support four primary version numbers of in parsing 2012-09-18 20:06:47 -06:00
test add suport and documentation for signatures for dictionaries 2011-10-16 22:26:43 -04:00
.gitignore suport proper semver parsing and comparison in the semver module 2012-09-08 09:59:27 -05:00
.travis.yml add travis support to the system 2012-09-08 09:59:19 -05:00
COPYING Initial Commit 2011-03-10 11:22:54 -06:00
Makefile make sure the docs get run as part of a bare make 2012-09-18 20:06:47 -06:00
README.md add travis support to the system 2012-09-08 09:59:19 -05:00
rebar.config provide the ability to format a version into a string as well as parse a version 2012-09-18 20:06:47 -06:00

Erlware Commons

Current Status

Build Status

Introduction

Erlware commons can best be described as an extension to the stdlib application that is distributed with Erlang. These are things that we at Erlware have found useful for production applications but are not included with the distribution. We hope that as things in this library prove themselves useful, they will make their way into the main Erlang distribution. However, whether they do or not, we hope that this application will prove generally useful.

Goals for the project

  • Generally Useful Code
  • High Quality
  • Well Documented
  • Well Tested