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...
Hi! First and foremost, thanks for a fantastic tool! I am not sure if this is the right place. Is the *sherlodoc* project where all instances and declinations of the...
This came up during a discussion on the archiving of opam-repository packages on discuss in [this thread](https://discuss.ocaml.org/t/opam-repository-archival-phase-2-ocaml-4-08-is-the-lower-bound/15965/17). With the new archive process, some package name may disappear from the main...
I saw a link towards an issue involving me in a context that didn't make sense to me, which prompted me to discover this: For example, if you look at...