Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/euskadi31/semver-cpp
The Semantic Versioning
https://github.com/euskadi31/semver-cpp
cpp semver semver-cpp
Last synced: 2 months ago
JSON representation
The Semantic Versioning
- Host: GitHub
- URL: https://github.com/euskadi31/semver-cpp
- Owner: euskadi31
- License: mit
- Created: 2013-11-29T02:05:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T01:39:37.000Z (about 11 years ago)
- Last Synced: 2024-10-13T12:23:49.854Z (3 months ago)
- Topics: cpp, semver, semver-cpp
- Language: C++
- Size: 152 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Semvar - The Semantic Versioning [![Build Status](https://travis-ci.org/euskadi31/semver-cpp.png)](https://travis-ci.org/euskadi31/semver-cpp)
================================semver-cpp implemented the [semver 2.0.0](http://semver.org/spec/v2.0.0.html).
Install
-------~~~shell
$ make && make install
~~~Test
----~~~shell
$ make test
~~~License
-------semver-cpp is licensed under the MIT licenses.