this repo has no description
0
fork

Configure Feed

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

Merge pull request #26235 from dinosaure/release-spoke-v0.0.3

[new release] spoke (0.0.3)

authored by

Marcello Seri and committed by
GitHub
632d63dc 08bb09bd

+42
+42
packages/spoke/spoke.0.0.3/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 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"