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.10.7" & < "0.11.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.1/spoke-0.0.1.tbz" 37 checksum: [ 38 "sha256=f88585c7af4e3304df656ad37989cb6856639ef1ded1b3b6699e4863d2067fff" 39 "sha512=faab7880ee3120f5738a469408ae0527e1fe0b752110ac1cbf72f5049994ef640b287571fb938a37ef41dbd7e998a48971ddcdd44c13e177122db2fb686129ce" 40 ] 41} 42x-commit-hash: "aa68de7d129bd9e49e9768f88c5a9128b60b4594"