A semantic versioning library and constraints solver for Ponylang heavily inspired by blang/semver.
Beta
- Install corral
corral add github.com/ponylang/semver.git --version 0.2.4corral fetchto fetch your dependencies- Include any of the available packages...
use "semver/range"use "semver/solver"use "semver/version"
corral run -- ponycto compile your application
See examples and the ranges/solver test code.