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 "crowbar" {with-test} 23] 24url { 25 src: "https://github.com/mirage/eqaf/releases/download/v0.4/eqaf-v0.4.tbz" 26 checksum: [ 27 "sha256=754f9bafabd11d2e7c1ec0cfa1e045e221eee60239c537471db0892416524b81" 28 "sha512=2892d2dbe738f0e6833e3e6343978807a9a700388014681c879933f7a937ec8a3ee4a8e80ac4eaab80b502fd8ac7698270dbdefb9c05b79dd2463c86d11ff31b" 29 ] 30}