Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/lee-dohm/semver

A semver library for Elixir
https://github.com/lee-dohm/semver

Last synced: about 2 months ago
JSON representation

A semver library for Elixir

Lists

README

        

# semver

[![Travis](https://img.shields.io/travis/lee-dohm/semver.svg?style=flat)](https://travis-ci.org/lee-dohm/semver)
[![Hex.pm](https://img.shields.io/hexpm/v/semver.svg?style=flat)](https://hex.pm/packages/semver)
[![Hex.pm](https://img.shields.io/hexpm/dt/semver.svg?style=flat)](https://hex.pm/packages/semver)
[![Inline docs](http://inch-ci.org/github/lee-dohm/semver.svg?branch=master&style=shields)](http://inch-ci.org/github/lee-dohm/semver)

A [semver][semver] library for Elixir.

## Note

When I wrote this, I hadn't realized that there was a [`Version` module](http://elixir-lang.org/docs/stable/elixir/Version.html) in the Elixir standard library. Any additional ideas I have, I'll probably just contribute there.

## Copyright

Copyright © 2015 by [Lee Dohm](http://www.lee-dohm.com) and [Lifted Studios](http://www.liftedstudios.com). See [LICENSE](https://raw.githubusercontent.com/lee-dohm/package-name/master/LICENSE.md) for details.

[semver]: http://semver.org/