Skip to content

elba/semver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semver

A library for handling semantic versioning in Idris.

Currently undocumented but feature-complete.

Building

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" }

idris' built-in ipkg

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

About

A semantic versioning library in Idris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages