https://github.com/lee-dohm/semver
A semver library for Elixir
https://github.com/lee-dohm/semver
Last synced: 16 days 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: 2025-03-26T10:09:41.459Z (20 days ago)
- Language: Elixir
- Homepage: https://github.com/lee-dohm/semver
- Size: 207 KB
- Stars: 2
- Watchers: 0
- 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
[](https://travis-ci.org/lee-dohm/semver)
[](https://hex.pm/packages/semver)
[](https://hex.pm/packages/semver)
[](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/