25 lines
No EOL
807 B
Text
25 lines
No EOL
807 B
Text
version: "0.10"
|
|
opam-version: "2.0"
|
|
maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
|
|
authors: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
|
|
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 ]
|
|
]
|
|
|
|
depends: [
|
|
"ocaml" {>= "4.07.0"}
|
|
"dune" {>= "2.0"}
|
|
"cstruct" {>= "1.1.0"}
|
|
"eqaf" {= version}
|
|
] |