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/mirage/eqaf" 5bug-reports: "https://github.com/mirage/eqaf/issues" 6dev-repo: "git+https://github.com/mirage/eqaf.git" 7doc: "https://mirage.github.io/eqaf/" 8license: "MIT" 9synopsis: "Constant-time equal function on string" 10description: """ 11This package provides an equal function on string in constant-time to avoid timing-attack with crypto stuff. 12""" 13 14build: [ 15 [ "dune" "subst" ] {dev} 16 [ "dune" "build" "-p" name "-j" jobs ] 17 [ "dune" "runtest" "-p" name "-j" "1" "--no-buffer" "--verbose" ] {with-test} 18] 19 20depends: [ 21 "ocaml" {>= "4.07.0"} 22 "dune" {>= "2.0"} 23 "cstruct" {>= "1.1.0"} 24 "base64" {with-test} 25 "alcotest" {with-test} 26 "crowbar" {with-test} 27 "fmt" {with-test & >= "0.8.7"} 28 "bechamel" {with-test} 29] 30url { 31 src: "https://github.com/mirage/eqaf/releases/download/v0.9/eqaf-0.9.tbz" 32 checksum: [ 33 "sha256=ec0e28a946ac6817f95d5854f05a9961ae3a8408bb610e79cfad01b9b255dfe0" 34 "sha512=4df7fd3ea35156953a172c1a021aab05b8b122ee8d3cfdb34f96edb1b5133d1fe2721b90cb64287841d770b16c2ffe70559c66e90f8d61a92b73857da22548c4" 35 ] 36} 37x-commit-hash: "e878ed56e40ca05c851a0e3297ab00ab76b10e0e"