opam-version: "2.0" maintainer: [ "Christiano F. Haesbaert " "Hannes Mehnert " ] authors: "Christiano F. Haesbaert " license: "ISC" homepage: "https://github.com/mirage/awa-ssh" bug-reports: "https://github.com/mirage/awa-ssh/issues" dev-repo: "git+https://github.com/mirage/awa-ssh.git" doc: "https://mirage.github.io/awa-ssh/api" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "1.0"} "ppx_sexp_conv" "ppx_cstruct" "mirage-crypto" {>= "0.8.1" & < "1.0.0"} "mirage-crypto-rng" {< "0.11.0"} "mirage-crypto-pk" {< "1.0.0"} "x509" {>= "0.10.0" & < "0.12.0"} "cstruct" {>= "3.2.0"} "cstruct-unix" "cstruct-sexp" "sexplib" "rresult" "mtime" "logs" "fmt" "cmdliner" "base64" {>= "3.0.0"} "hacl_x25519" {>= "0.2.0"} "zarith" ] conflicts: [ "domain-name" {>= "0.3.1"} ] synopsis: "SSH implementation in OCaml" description: """The OpenSSH protocol implemented in OCaml.""" x-commit-hash: "870f3f55fe6fe9125798cb9894bb98186e535a68" url { src: "https://github.com/mirage/awa-ssh/releases/download/v0.0.1/awa-v0.0.1.tbz" checksum: [ "sha256=c1d604645517b191184a5800f5c48a6a9a3e5a2fce4a0e2ecfeee74586301400" "sha512=bcd6f9b9481fc8c80756164e47ce20d6dea07daac2d44d89c3cbb340cdc401d1114fe27a789f9ed7de2669bcb537d5f684bf01ee310713891a417e1725df1262" ] }