opam-repository
opam-repository copied to clipboard
[new release] vcs (5 packages) (0.0.9)
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.