Library for handling semantic version numbers (Semver 2.0.0) in OCaml.
This library provides basic functions for working with semantic version numbers:
Please refer to the module documentation for its API.
The following dependencies are required:
Opam needs to be initialized:
$ opam initLibrary dependencies can be installed with:
$ make install-depsMake sure to have an updated shell environment:
$ eval $(opam env)Then you can run the test suite with:
$ make testWhenever a new tag is pushed, you can publish the new version to opam.
The following dependencies are required to build opam-publish:
Contributions are welcome in the form of issues or pull requests. Please remember to:
(C) 2020 Dividat AG.
Published under MIT license.