package volgo-hg-eio

  1. Overview
  2. No Docs
A Mercurial backend for Vcs based on Volgo_hg_backend for Eio programs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

volgo-0.0.22.tbz
sha256=2714935a34417be2151736a4765431746c9348db5a3b4f0eaacaf74dfaefeabb
sha512=0eba27395125ae928fd53561029d9653094d822b2907cb9afc18f412b46ef47cf880ba80d1bf17212add4e68e6a55e2792176303e2b0bcee08940e25731b4738

Description

[volgo] is a set of OCaml libraries for interacting with Git repositories. It provides a type-safe and direct-style API to programmatically perform Git operations, ranging from creating commits and branches to loading and navigating commit graphs in memory, computing diffs between revisions, and more.

[Volgo_hg_eio] implements a Mercurial backend for [volgo] based on [eio]. It runs the [hg] CLI as a subprocess in a non-blocking fashion.

Dependencies (12)

  1. volgo-hg-backend = version
  2. volgo-git-eio = version
  3. volgo = version
  4. sexplib0 >= "v0.17"
  5. pplumbing-pp-tty >= "0.0.16"
  6. pplumbing-err >= "0.0.16"
  7. pp >= "2.0.0"
  8. fpath-sexp0 >= "0.4.0"
  9. fpath >= "0.7.3"
  10. eio >= "1.0"
  11. ocaml >= "5.2"
  12. dune >= "3.17"

Dev Dependencies (2)

  1. odoc with-doc
  2. conf-hg with-test

Used by

None

Conflicts

None