A command line interface for the ocaml-semver library
- OCaml 43%
- Dune 38.2%
- Makefile 15%
- Text 3.8%
| .github | ||
| .vscode | ||
| bin | ||
| lib/semver_command | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| CHANGES.md | ||
| dune | ||
| dune-project | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| semver-command.opam | ||
semver-command
⚠️ This repository is now a public archive.
I started working on this repository with the goal of having a user-friend CLI to help me validate and compare opam package versions I intended to assign to my OCaml packages. However, I learned since that:
- opam package versions do not use semver (https://opam.ocaml.org/doc/Manual.html#Version-ordering):
Version Ordering follows the basics of the Debian definition.
- The functionality I was looking for is already or will be in opam:
- From OCaml, using
OpamVersionCompare - From the command line using
opam admin compare-versions
These points makes this repository obsolete.