https://github.com/euskadi31/semver-cpp
The Semantic Versioning
https://github.com/euskadi31/semver-cpp
cpp semver semver-cpp
Last synced: 9 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T01:39:37.000Z (about 12 years ago)
- Last Synced: 2025-05-13T18:44:11.902Z (11 months ago)
- Topics: cpp, semver, semver-cpp
- Language: C++
- Size: 152 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Semvar - The Semantic Versioning [](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.