package git-mirage

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

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.17.0.tbz
sha256=ef200d0412ed1a538525d0501298890e0b893e020528094d6a3ae12359fd0265
sha512=793009a9bf9413147e6c43dfdc4bbe39b00129a5ea0f5d3df149ad2e27b4a3c641ca3b6857476a1cee325aad4d192625220647575470f00d02fb95f085bd9009

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.