mbarbin / vcs

A Versatile OCaml Library for Git Operations
https://mbarbin.github.io/vcs/
GNU Lesser General Public License v3.0
7 stars 0 forks source link

Tracking of dependencies for releasing to opam #1

Open mbarbin opened 6 months ago

mbarbin commented 6 months ago

This issue tracks the dependencies that would need to be handled first in order to publish vcs to opam. Resolution may for example be any of:

For the library part (vcs, vcs-git)

Command line interface (ocaml-vcs)

To include the command line interface (e.g, for quick exploratory tests):

mbarbin commented 6 months ago

Re: union-find. I tried vendoring it into vcs but this currently creates other issues for me. Work in progress and issue tracking https://github.com/ocaml/dune/issues/10268.