This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
25
unikernel/duniverse/eqaf/eqaf-cstruct.opam
Normal file
25
unikernel/duniverse/eqaf/eqaf-cstruct.opam
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
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}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue