A command line interface for the ocaml-semver library
  • OCaml 43%
  • Dune 38.2%
  • Makefile 15%
  • Text 3.8%
Find a file
2024-08-20 11:48:36 +02:00
.github Upgrade other GitHub ocaml/setup-ocaml actions to v3 2024-07-25 19:25:08 +02:00
.vscode init from template 2023-12-19 21:05:24 +01:00
bin update template 2023-12-19 21:36:07 +01:00
lib/semver_command Use new ppxlib flags to force activating unused items warnings 2024-07-25 19:25:08 +02:00
.gitattributes init from template 2023-12-19 21:05:24 +01:00
.gitignore Update .gitignore 2024-04-10 15:03:35 +02:00
.ocamlformat Upgrade ocamlformat to 0.26.2 2024-04-30 14:49:33 +02:00
CHANGES.md Prepare changelog 2024-07-26 10:58:48 +02:00
dune init from template 2023-12-19 21:05:24 +01:00
dune-project Upgrade ppxlib to 0.33 2024-07-25 19:25:08 +02:00
LICENSE init from template 2023-12-19 21:05:24 +01:00
Makefile init from template 2023-12-19 21:05:24 +01:00
README.md Update README.md 2024-08-20 11:48:36 +02:00
semver-command.opam Upgrade ppxlib to 0.33 2024-07-25 19:25:08 +02:00

semver-command

CI Status

⚠️ 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:

  1. 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.

  1. The functionality I was looking for is already or will be in opam:

These points makes this repository obsolete.