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" & < "5.0.0"} 22 "dune" {>= "2.0"} 23 "cstruct" {>= "1.1.0"} 24 "base64" {with-test} 25 "alcotest" {with-test} 26 "crowbar" {with-test} 27] 28url { 29 src: "https://github.com/mirage/eqaf/releases/download/v0.8/eqaf-v0.8.tbz" 30 checksum: [ 31 "sha256=1145a160107437d7943e02e486df6bd233d3937ec1a597d7fa39edb9471cf875" 32 "sha512=303749bdbaae8fc27f57ebaa5cf9b16ed5b8cbaee35f0a35d69f91a437b1a3411a613d145d3aff7ff74a587509d877cc0a569fdae4d00cec65bf50d705361e25" 33 ] 34} 35x-commit-hash: "b17b607195fac4043e6c64c9ffb67df3d373fc86"