this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/dinosaure/spoke"
5bug-reports: "https://github.com/dinosaure/spoke/issues"
6dev-repo: "git+https://github.com/dinosaure/spoke.git"
7doc: "https://dinosaure.github.io/spoke/"
8license: "MIT"
9synopsis: "SPAKE+EE implementation in OCaml"
10description: """A Password-authenticated key agreement protocol in OCaml"""
11
12build: [ "dune" "build" "-p" name "-j" jobs ]
13run-test: [ "dune" "runtest" "-p" name "-j" jobs ] {os != "macos"}
14
15depends: [
16 "ocaml" {>= "4.08.0"}
17 "dune" {>= "2.9.0"}
18 "fmt"
19 "hxd"
20 "logs"
21 "base64" {>= "3.0.0"}
22 "digestif" {>= "0.8.1"}
23 "bigstringaf" {>= "0.9.0"}
24 "encore" {>= "0.8"}
25 "ke"
26 "mirage-crypto" {>= "0.11.0" & < "1.0.0"}
27 "mirage-flow" {>= "3.0.0" & < "4.0.0"}
28 "lwt" {>= "5.6.1"}
29 "result" {>= "1.5"}
30 "mimic" {with-test}
31 "rresult" {with-test}
32 "tcpip" {with-test & >= "6.0.0"}
33]
34url {
35 src:
36 "https://github.com/dinosaure/spoke/releases/download/v0.0.2/spoke-0.0.2.tbz"
37 checksum: [
38 "sha256=b9999ab024b8b6d0949d198551c9d0a20a564b1c8a56a6fb9a875e7e008d4d68"
39 "sha512=135d138d4a6d4793e782e42a27fb2d0acb1f41bd304897792acd16d0a450a31cd4f8fab2bdeeb7fecaa7c6cbeb002b0be3c51baca71629548ab2b7b04d96b784"
40 ]
41}
42x-commit-hash: "32fbcbb7c285d3a6788581d2aecdceb24ce91959"