File tree Expand file tree Collapse file tree 3 files changed +110
-0
lines changed
uspf-mirage/uspf-mirage.0.1.0 Expand file tree Collapse file tree 3 files changed +110
-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/uspf"
5+ bug-reports: "https://github.com/mirage/uspf/issues"
6+ dev-repo: "git+https://github.com/mirage/uspf.git"
7+ doc: "https://mirage.github.io/uspf/"
8+ license: "MIT"
9+ synopsis: "SPF implementation in OCaml (with LWT)"
10+ description: """uspf-lwt is an implementation of the SPF verifier in OCaml
11+ compatible with MirageOS. It uses LWT as the scheduler."""
12+
13+ build: [ "dune" "build" "-p" name "-j" jobs ]
14+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
15+
16+ depends: [
17+ "ocaml" {>= "4.12.0"}
18+ "dune" {>= "2.8.0"}
19+ "uspf" {= version}
20+ "lwt"
21+ "dns-client-lwt"
22+ "alcotest" {with-test}
23+ "rresult" {>= "0.7.0" & with-test}
24+ ]
25+ x-maintenance-intent: [ "(latest)" ]
26+ url {
27+ src:
28+ "https://github.com/mirage/uspf/releases/download/0.1.0/uspf-0.1.0.tbz"
29+ checksum: [
30+ "sha256=4ca264d7a354adceadc1344728b28af1c21436ad25cc642ee6b5658bb4789caa"
31+ "sha512=08d7ede78617e6a1a9282f883bc89acd27325831f586956a1a274581ac1eb8c8a7a4cd34c9e00781f0c6ca0f6f31a41e6c4aaa93053807ee54116eeff920abbf"
32+ ]
33+ }
34+ x-commit-hash: "a8f3ac137dbc63f7f8c088375452236c5eea8bdc"
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/uspf"
5+ bug-reports: "https://github.com/mirage/uspf/issues"
6+ dev-repo: "git+https://github.com/mirage/uspf.git"
7+ doc: "https://mirage.github.io/uspf/"
8+ license: "MIT"
9+ synopsis: "SPF implementation in OCaml (with for Mirage)"
10+ description: """uspf-mirage is an implementation of the SPF verifier in OCaml
11+ compatible with MirageOS. It uses LWT as the scheduler."""
12+
13+ build: [ "dune" "build" "-p" name "-j" jobs ]
14+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
15+
16+ depends: [
17+ "ocaml" {>= "4.12.0"}
18+ "dune" {>= "2.8.0"}
19+ "uspf" {= version}
20+ "lwt"
21+ "dns-client-mirage"
22+ "alcotest" {with-test}
23+ "rresult" {>= "0.7.0" & with-test}
24+ ]
25+ x-maintenance-intent: [ "(latest)" ]
26+ url {
27+ src:
28+ "https://github.com/mirage/uspf/releases/download/0.1.0/uspf-0.1.0.tbz"
29+ checksum: [
30+ "sha256=4ca264d7a354adceadc1344728b28af1c21436ad25cc642ee6b5658bb4789caa"
31+ "sha512=08d7ede78617e6a1a9282f883bc89acd27325831f586956a1a274581ac1eb8c8a7a4cd34c9e00781f0c6ca0f6f31a41e6c4aaa93053807ee54116eeff920abbf"
32+ ]
33+ }
34+ x-commit-hash: "a8f3ac137dbc63f7f8c088375452236c5eea8bdc"
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/uspf"
5+ bug-reports: "https://github.com/mirage/uspf/issues"
6+ dev-repo: "git+https://github.com/mirage/uspf.git"
7+ doc: "https://mirage.github.io/uspf/"
8+ license: "MIT"
9+ synopsis: "SPF implementation in OCaml"
10+ description: """uspf is an implementation of the SPF verifier in OCaml
11+ compatible with MirageOS."""
12+
13+ build: [ "dune" "build" "-p" name "-j" jobs ]
14+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
15+
16+ depends: [
17+ "ocaml" {>= "4.12.0"}
18+ "dune" {>= "2.8.0"}
19+ "logs"
20+ "colombe" {>= "0.4.2"}
21+ "mrmime" {>= "0.5.0"}
22+ "ipaddr" {>= "5.2.0"}
23+ "hmap"
24+ "angstrom" {>= "0.15.0"}
25+ "domain-name"
26+ "dns" {>= "5.0.1"}
27+ "lwt"
28+ "dns-client" {>= "6.1.0"}
29+ "fmt" {>= "0.8.9"}
30+ "alcotest" {with-test}
31+ "rresult" {>= "0.7.0" & with-test}
32+ ]
33+ x-maintenance-intent: [ "(latest)" ]
34+ url {
35+ src:
36+ "https://github.com/mirage/uspf/releases/download/0.1.0/uspf-0.1.0.tbz"
37+ checksum: [
38+ "sha256=4ca264d7a354adceadc1344728b28af1c21436ad25cc642ee6b5658bb4789caa"
39+ "sha512=08d7ede78617e6a1a9282f883bc89acd27325831f586956a1a274581ac1eb8c8a7a4cd34c9e00781f0c6ca0f6f31a41e6c4aaa93053807ee54116eeff920abbf"
40+ ]
41+ }
42+ x-commit-hash: "a8f3ac137dbc63f7f8c088375452236c5eea8bdc"
You can’t perform that action at this time.
0 commit comments