version: "0.10" opam-version: "2.0" maintainer: [ "Romain Calascibetta " ] authors: [ "Romain Calascibetta " ] homepage: "https://github.com/mirage/eqaf" bug-reports: "https://github.com/mirage/eqaf/issues" dev-repo: "git+https://github.com/mirage/eqaf.git" doc: "https://mirage.github.io/eqaf/" license: "MIT" synopsis: "Constant-time equal function on string" description: """ This package provides an equal function on string in constant-time to avoid timing-attack with crypto stuff. """ build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] [ "dune" "runtest" "-p" name "-j" "1" "--no-buffer" "--verbose" ] {with-test} ] depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "2.0"} "base64" {with-test & >= "3.0.0"} "alcotest" {with-test} "crowbar" {with-test} "fmt" {with-test & >= "0.8.7"} "bechamel" {with-test} ]