volgo-baseversion
An Extension of volgo.Vcs to use with Base
[Volgo_base] is a library that extends the [Vcs] library with additional modules and functionalities to improve compatibility with programs using base.
For example, it adds [Comparable.S] to all container key modules so that they can be used with base-style containers such as [Map] and [Hashtbl].
It also exports a module [Vcs.Or_error] to make it easy to use [Vcs] with the [Or_error] monad.
The library is designed to be used as a drop-in replacement for [Vcs]. To achieve this, it includes a single module named [Vcs] which must be set up to shadow the regular [Vcs] module.
Tags | git vcs base |
---|---|
Author | Mathieu Barbin |
License | LGPL-3.0-or-later WITH LGPL-3.0-linking-exception |
Published | |
Homepage | https://github.com/mbarbin/vcs |
Issue Tracker | https://github.com/mbarbin/vcs/issues |
Maintainer | Mathieu Barbin <opensource@mbarbin.org> |
Dependencies |
|
Source [http] | https://github.com/mbarbin/vcs/releases/download/0.0.21/volgo-0.0.21.tbz sha256=b34a73addb7bbcad6ae8276903fb5ca5b7c7d810c911931e770eaff229bb3140 sha512=1dacbd771bdd8e43ddfd901f70e803b77b48f811f3b50a90e1aafadfa6be874b5b75049b9185cb07f1555dd1d1aa67d0fe1e16ef3c7c32ba6be47d058e597e80 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/volgo-base/volgo-base.0.0.21/opam |
Required by