A library for handling semantic versioning in Idris.
Currently undocumented but feature-complete.
First, ensure lightyear
and containers
are installed - those still rely on
Idris' ipkg system since they don't have an associated elba manifest file.
Then, add this line to the [dependencies]
section of your project's elba.toml
:
"elba/semver" = { git = "https://github.com/elba/semver" }
First, ensure lightyear
and containers
are installed. Then, clone the
repository and install using the included ipkg:
$ git clone https://github.com/elba/semver && cd semver
$ idris --install semver.ipkg