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 1 month ago
JSON representation
A semver library for Elixir
- Host: GitHub
- URL: https://github.com/lee-dohm/semver
- Owner: lee-dohm
- License: mit
- Archived: true
- Created: 2015-07-17T06:28:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T19:57:42.000Z (over 9 years ago)
- Last Synced: 2024-10-04T08:49:57.427Z (2 months ago)
- Language: Elixir
- Homepage: https://github.com/lee-dohm/semver
- Size: 207 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Utilities for working with semver.org-compliant version strings. (Third Party APIs)
- fucking-awesome-elixir - semver - Utilities for working with semver.org-compliant version strings. (Third Party APIs)
- awesome-elixir - semver - Utilities for working with semver.org-compliant version strings. (Third Party APIs)
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/