Skip to content

Commit 632d63d

Browse files
authored
Merge pull request #26235 from dinosaure/release-spoke-v0.0.3
[new release] spoke (0.0.3)
2 parents 08bb09b + 0e54912 commit 632d63d

File tree

1 file changed

+42
-0
lines changed
  • packages/spoke/spoke.0.0.3

1 file changed

+42
-0
lines changed

packages/spoke/spoke.0.0.3/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
maintainer: "Romain Calascibetta <[email protected]>"
3+
authors: "Romain Calascibetta <[email protected]>"
4+
homepage: "https://github.com/dinosaure/spoke"
5+
bug-reports: "https://github.com/dinosaure/spoke/issues"
6+
dev-repo: "git+https://github.com/dinosaure/spoke.git"
7+
doc: "https://dinosaure.github.io/spoke/"
8+
license: "MIT"
9+
synopsis: "SPAKE+EE implementation in OCaml"
10+
description: """A Password-authenticated key agreement protocol in OCaml"""
11+
12+
build: [ "dune" "build" "-p" name "-j" jobs ]
13+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ] {os != "macos"}
14+
15+
depends: [
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+
]
34+
url {
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+
}
42+
x-commit-hash: "6a0e2906d5dc5a122a115672987fff0986e1cca5"

0 commit comments

Comments
 (0)