/libsemver

Library to handle semantic versioning.

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

SemVer: C++ class to implement semantic versions handling

Introduction

SemVer is a C++ class to handle semantic versions.

Requirements

This library requires boost regex library.

This library can be installed in the following forms:

Debian/Ubuntu

sudo apt-get install libboost-regex-dev

Fedora/CentOS

sudo yum install boost-regex

Compilation

Compile the library with the following command:

/path/to/semver/src $ make debug

Credits and license

Created by Diego Lago González and licensed under LGPL v2.1.