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" {>= "4.0.0"}
28 "lwt" {>= "5.6.1"}
29 "result" {>= "1.5"}
30 "mimic" {with-test}
31 "rresult" {with-test}
32 "tcpip" {with-test}
33]
34url {
35 src:
36 "https://github.com/dinosaure/spoke/releases/download/v0.0.3/spoke-0.0.3.tbz"
37 checksum: [
38 "sha256=42adac21fca4d718902f55032b965b87ed906a20c9cf975e6d579f91888f2f8d"
39 "sha512=64387721c0f56343f46bfca4651e990adb38fd41d15dfc12bad1fa0ae4f63271e1a7c02bde222535843171f12a7775801e2d1b299d016fe51fe38801ce091e78"
40 ]
41}
42x-commit-hash: "6a0e2906d5dc5a122a115672987fff0986e1cca5"