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]
18
19depends: [
20 "ocaml" {>= "4.03.0"}
21 "dune"
22]
23url {
24 src: "https://github.com/mirage/eqaf/releases/download/v0.3/eqaf-v0.3.tbz"
25 checksum: [
26 "sha256=59b55d797599657e21f8f9e71f6cbfe2669c39d14d958eabf4aecd6ef9c9ff20"
27 "sha512=42aed53726195c90bc52d085e6a8ba25c839d4be6a88efe8572ae510713643fafaeba0e743b14ab09bf1bfb8a0749ff74b93dac1bce65e03087a3a2cccfd6839"
28 ]
29}