File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed
eqaf-cstruct/eqaf-cstruct.0.10 Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: [ "Romain Calascibetta <
[email protected] >" ]
3
+ authors: [ "Romain Calascibetta <
[email protected] >" ]
4
+ homepage: "https://github.com/mirage/eqaf"
5
+ bug-reports: "https://github.com/mirage/eqaf/issues"
6
+ dev-repo: "git+https://github.com/mirage/eqaf.git"
7
+ doc: "https://mirage.github.io/eqaf/"
8
+ license: "MIT"
9
+ synopsis: "Constant-time equal function on string"
10
+ description: """
11
+ This package provides an equal function on string in constant-time to avoid timing-attack with crypto stuff.
12
+ """
13
+
14
+ build: [
15
+ [ "dune" "subst" ] {dev}
16
+ [ "dune" "build" "-p" name "-j" jobs ]
17
+ ]
18
+
19
+ depends: [
20
+ "ocaml" {>= "4.07.0"}
21
+ "dune" {>= "2.0"}
22
+ "cstruct" {>= "1.1.0"}
23
+ "eqaf" {= version}
24
+ ]
25
+ url {
26
+ src: "https://github.com/mirage/eqaf/releases/download/v0.10/eqaf-0.10.tbz"
27
+ checksum: [
28
+ "sha256=67d1369c57c4d2d14a10d02632d45e355224abeb98aec08979c0bae5843092ee"
29
+ "sha512=7f75b5d5667e3605f8d95e2d6fda40953129033e6a342ee2c98ee4135c2428e1db87547971868605ab989374757c47c21c5397d4c3da578952d716826a156979"
30
+ ]
31
+ }
32
+ x-commit-hash: "7bec047f8bfa1a233d24fc4a4b77e8eb18988155"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: [ "Romain Calascibetta <
[email protected] >" ]
3
+ authors: [ "Romain Calascibetta <
[email protected] >" ]
4
+ homepage: "https://github.com/mirage/eqaf"
5
+ bug-reports: "https://github.com/mirage/eqaf/issues"
6
+ dev-repo: "git+https://github.com/mirage/eqaf.git"
7
+ doc: "https://mirage.github.io/eqaf/"
8
+ license: "MIT"
9
+ synopsis: "Constant-time equal function on string"
10
+ description: """
11
+ This package provides an equal function on string in constant-time to avoid timing-attack with crypto stuff.
12
+ """
13
+
14
+ build: [
15
+ [ "dune" "subst" ] {dev}
16
+ [ "dune" "build" "-p" name "-j" jobs ]
17
+ [ "dune" "runtest" "-p" name "-j" "1" "--no-buffer" "--verbose" ] {with-test}
18
+ ]
19
+
20
+ depends: [
21
+ "ocaml" {>= "4.07.0"}
22
+ "dune" {>= "2.0"}
23
+ "base64" {with-test & >= "3.0.0"}
24
+ "alcotest" {with-test}
25
+ "crowbar" {with-test}
26
+ "fmt" {with-test & >= "0.8.7"}
27
+ "bechamel" {with-test}
28
+ ]
29
+ url {
30
+ src: "https://github.com/mirage/eqaf/releases/download/v0.10/eqaf-0.10.tbz"
31
+ checksum: [
32
+ "sha256=67d1369c57c4d2d14a10d02632d45e355224abeb98aec08979c0bae5843092ee"
33
+ "sha512=7f75b5d5667e3605f8d95e2d6fda40953129033e6a342ee2c98ee4135c2428e1db87547971868605ab989374757c47c21c5397d4c3da578952d716826a156979"
34
+ ]
35
+ }
36
+ x-commit-hash: "7bec047f8bfa1a233d24fc4a4b77e8eb18988155"
You can’t perform that action at this time.
0 commit comments