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.4
corral fetch
to fetch your dependencies- Include any of the available packages...
use "semver/range"
use "semver/solver"
use "semver/version"
corral run -- ponyc
to compile your application
See examples and the ranges/solver test code.