Skip to content

🐴 A semantic versioning library for Ponylang.

License

Notifications You must be signed in to change notification settings

ponylang/semver

semver

A semantic versioning library and constraints solver for Ponylang heavily inspired by blang/semver.

Status

Beta

Installation

  • 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

Usage

See examples and the ranges/solver test code.

API Documentation

https://ponylang.github.io/semver