package git-mirage

  1. Overview
  2. Docs
A package to use ocaml-git with MirageOS backend

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.16.1.tbz
sha256=c035bdcccd9e4d2f48c6d9cdc65e61fc10838ecf1d8a6f2a376ae20a8a924803
sha512=8173b5f64ad2e142aa6bd7a1c5b7d895a9e3fbf90b192d8021a32abb9430b62dd426d4b9b5856698fbae1a1bca2c30a22c270f6d361874c3d846533320ca51ea

doc/git-mirage.ssh/Git_mirage_ssh/index.html

Module Git_mirage_sshSource

Sourcetype endpoint = {
  1. port : int;
  2. hostname : string;
  3. authenticator : Awa.Keys.authenticator option;
  4. user : string;
  5. credentials : [ `Password of string | `Pubkey of Awa.Hostkey.priv ];
  6. path : string;
  7. capabilities : [ `Rd | `Wr ];
}
Sourceval git_mirage_ssh_password : string Mimic.value
Sourceval git_mirage_ssh_key : Awa.Hostkey.priv Mimic.value
Sourceval git_mirage_ssh_authenticator : Awa.Keys.authenticator Mimic.value
Sourcemodule type S = sig ... end
OCaml

Innovation. Community. Security.