package awa

  1. Overview
  2. Docs

Description

The OpenSSH protocol implemented in OCaml.

Published: 09 Feb 2024

README

Awá SSH library.

awa-ssh is an ISC-licensed SSH library implementation in ocaml.

The main goal is to provide a purely functional SSH implementation for embedding in unikernels. This will allow us to have control SSH interfaces in mirage.

This is a work in progress software.

The name awá is a reference to the critically endangered indigenous people of Brazil.

Awá@survivalinternational

Awá@wikipedia

Dependencies (16)

  1. eqaf >= "0.8"
  2. zarith
  3. base64 >= "3.0.0"
  4. cmdliner >= "1.1.0"
  5. fmt
  6. logs
  7. mtime >= "1.0.0"
  8. cstruct-unix
  9. cstruct >= "6.0.0"
  10. x509 >= "0.15.2"
  11. mirage-crypto-ec >= "0.10.0"
  12. mirage-crypto-pk
  13. mirage-crypto-rng >= "0.11.0"
  14. mirage-crypto >= "0.8.1"
  15. dune >= "2.7"
  16. ocaml >= "4.10.0"

Dev Dependencies

None

Used by (3)

  1. awa-mirage >= "0.3.1"
  2. git-mirage >= "3.0.0" & < "3.7.1" | >= "3.13.0"
  3. git-unix >= "3.0.0"

Conflicts (1)

  1. result < "1.5"