diegolagoglez / libsemver

Library to handle semantic versioning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Library to handle semantic versioning.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 80.4%Language:Makefile 19.6%