Mathieu Barbin
Mathieu Barbin
Add a new CLI `opam admin compare-versions` to compare package versions for sanity checks. This command has 2 modes: 1. By default - user interactive. In this mode, we provide...
Hello! I don't think this is an issue with opam, it's more like a question: What is the syntax in opam for a package version that denote a pre-release version?...
Add a new CLI `opam admin compare-versions` to compare package versions for sanity checks. This command has 2 modes: 1. By default - user interactive. In this mode, we provide...
In addition to testing local workflows, it would be useful to me to be able to test some CI workflows for OCaml projects on GitHub. Would you consider creating a...
When trying the dune developer preview I had to do a manual upgrade of `git`. The git that's packaged by `ubuntu 20.04.6 LTS` is too old for `dune pkg`. ```sh...
This is the initial release for 5 packages providing a type-safe and direct-style API to programmatically perform Git operations. More information at https://github.com/mbarbin/vcs. Short synopsis below: ## Synopsis **vcs** the...
I noticed some inputs for which `Base.Int.hash` returns negative values (`v0.17.1`). I was surprised and searched a bit in the doc comments. In particular, I found this in `hashable_intf.ml`: ```ocaml...