opam-repository icon indicating copy to clipboard operation
opam-repository copied to clipboard

[new release] vcs (5 packages) (0.0.9)

Open mbarbin opened this issue 4 months ago • 1 comments

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 user facing library for the system, with reduced dependencies.

vcs-git-provider a helper library for building providers for the vcs library.

vcs-git-blocking a provider for the vcs library built with OCam's Stdlib and offering blocking calls to git.

vcs-git-eio a provider for the vcs library built atop Eio for non blocking calls to git.

vcs-base an extension of Vcs for base users.

mbarbin avatar Oct 23 '24 11:10 mbarbin