this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] awa (2 packages) (0.5.0)

CHANGES:

* Fix regression from 6379b473 (server-sig-algs should be Hostkey.preferred_algs)
(mirage/awa-ssh#75, @reynir)
* Avoid functors over Mirage_time.S and Mirage_clock.MCLOCK (mirage/awa-ssh#76 @hannesm)
* Adapt to mirage-crypto-rng 1.2.0 (mirage/awa-ssh#76 @hannesm)

+86
+40
packages/awa-mirage/awa-mirage.0.5.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ "Christiano F. Haesbaert <haesbaert@haesbaert.org>" "Hannes Mehnert <hannes@mehnert.org>" "Reynir Björnsson <reynir@reynir.dk>" "Romain Calascibetta <romain.calascibetta@gmail.com>" "Pierre Alain <pierre.alain@tuta.io>" ] 3 + authors: [ "Christiano F. Haesbaert <haesbaert@haesbaert.org>" "Hannes Mehnert <hannes@mehnert.org>" "Reynir Björnsson <reynir@reynir.dk>" "Romain Calascibetta <romain.calascibetta@gmail.com>" "Pierre Alain <pierre.alain@tuta.io>" ] 4 + license: "ISC" 5 + homepage: "https://github.com/mirage/awa-ssh" 6 + bug-reports: "https://github.com/mirage/awa-ssh/issues" 7 + dev-repo: "git+https://github.com/mirage/awa-ssh.git" 8 + doc: "https://mirage.github.io/awa-ssh/api" 9 + 10 + build: [ 11 + ["dune" "subst"] {dev} 12 + ["dune" "build" "-p" name "-j" jobs] 13 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14 + ] 15 + 16 + depends: [ 17 + "ocaml" {>= "4.08.0"} 18 + "dune" {>= "2.7"} 19 + "awa" {= version} 20 + "cstruct" {>= "6.0.0"} 21 + "mtime" {>= "1.0.0"} 22 + "lwt" {>= "5.3.0"} 23 + "mirage-sleep" {>= "4.0.0"} 24 + "duration" {>= "0.2.0"} 25 + "mirage-flow" {>= "4.0.0"} 26 + "mirage-mtime" {>= "4.0.0"} 27 + "logs" 28 + ] 29 + synopsis: "SSH implementation in OCaml" 30 + description: """The OpenSSH protocol implemented in OCaml.""" 31 + x-maintenance-intent: [ "(latest)" ] 32 + url { 33 + src: 34 + "https://github.com/mirage/awa-ssh/releases/download/v0.5.0/awa-0.5.0.tbz" 35 + checksum: [ 36 + "sha256=4984a4841e372a661a084606c058a130f2ef87566bf71796162a396ad635f40f" 37 + "sha512=39f06cf2807b82c24dd3874d92804df4c449e503e83bb9cd56169c3de64782060af8f9f817008ec10ad3e8c4d04ce6aecc3360c2fc5e26a900c1fae5d9bf6c92" 38 + ] 39 + } 40 + x-commit-hash: "ffc4362477d435cba654397a4497304a17a41eb4"
+46
packages/awa/awa.0.5.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ "Christiano F. Haesbaert <haesbaert@haesbaert.org>" "Hannes Mehnert <hannes@mehnert.org>" "Reynir Björnsson <reynir@reynir.dk>" "Romain Calascibetta <romain.calascibetta@gmail.com>" "Pierre Alain <pierre.alain@tuta.io>" ] 3 + authors: [ "Christiano F. Haesbaert <haesbaert@haesbaert.org>" "Hannes Mehnert <hannes@mehnert.org>" "Reynir Björnsson <reynir@reynir.dk>" "Romain Calascibetta <romain.calascibetta@gmail.com>" "Pierre Alain <pierre.alain@tuta.io>" ] 4 + license: "ISC" 5 + homepage: "https://github.com/mirage/awa-ssh" 6 + bug-reports: "https://github.com/mirage/awa-ssh/issues" 7 + dev-repo: "git+https://github.com/mirage/awa-ssh.git" 8 + doc: "https://mirage.github.io/awa-ssh/api" 9 + 10 + build: [ 11 + ["dune" "subst"] {dev} 12 + ["dune" "build" "-p" name "-j" jobs] 13 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14 + ] 15 + 16 + depends: [ 17 + "ocaml" {>= "4.10.0"} 18 + "dune" {>= "2.7"} 19 + "mirage-crypto" {>= "1.0.0"} 20 + "mirage-crypto-rng" {>= "1.2.0"} 21 + "mirage-crypto-pk" 22 + "mirage-crypto-ec" {>= "1.0.0"} 23 + "x509" {>= "1.0.0"} 24 + "cstruct" {>= "6.0.0"} 25 + "cstruct-unix" 26 + "mtime" {>= "1.0.0"} 27 + "logs" 28 + "fmt" 29 + "cmdliner" {>= "1.1.0"} 30 + "base64" {>= "3.0.0"} 31 + "zarith" 32 + "eqaf" {>= "0.8"} 33 + ] 34 + conflicts: [ "result" {< "1.5"} ] 35 + synopsis: "SSH implementation in OCaml" 36 + description: """The OpenSSH protocol implemented in OCaml.""" 37 + x-maintenance-intent: [ "(latest)" ] 38 + url { 39 + src: 40 + "https://github.com/mirage/awa-ssh/releases/download/v0.5.0/awa-0.5.0.tbz" 41 + checksum: [ 42 + "sha256=4984a4841e372a661a084606c058a130f2ef87566bf71796162a396ad635f40f" 43 + "sha512=39f06cf2807b82c24dd3874d92804df4c449e503e83bb9cd56169c3de64782060af8f9f817008ec10ad3e8c4d04ce6aecc3360c2fc5e26a900c1fae5d9bf6c92" 44 + ] 45 + } 46 + x-commit-hash: "ffc4362477d435cba654397a4497304a17a41eb4"