package git-mirage

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

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.18.0.tbz
sha256=925795627e6daae0b4bd16aa506879df11cb201e65fefe38e81378f18d517d4b
sha512=8e407d49808ec26445b0c706f7b010b35050d274b534e265487cb82bcac1f29cd5c41365851d42f84794ddbceb57b90143768a23154117e902b45419d156c410

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.