brightproof 0.0.1

SemVer is never been so easy


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:


This package provides sub packages which can be used individually:

brightproof:example - Example of BrightProof use

BrightProof

SemVer 2.0.0 parser

Usage

  1. Add brightproof to your dub.json as dependency.
  2. Import it:
import BrightProof;
  1. And use:
SemVer ver = SemVer("0.0.2-beta");
ver.Major++;
ver.toString == "1.0.2-beta";

Functions

  • eq are operands equal?
  • gt are a > b?
  • ge are a >= b ?
  • lt are a < b?
  • le are a <= b ?

Example

Aviable in ./example.

Authors:
  • Azbuka-slovensko
Sub packages:
brightproof:example
Dependencies:
none
Versions:
2.4.0 2016-Nov-12
2.3.0 2016-Nov-11
2.2.1 2016-Aug-11
2.2.0 2016-Apr-09
2.1.3 2016-Mar-31
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 1824 downloads total

Score:
0.6
Short URL:
brightproof.dub.pm