Skip to content

Commit be6f749

Browse files
authored
Merge pull request ocaml#23482 from dinosaure/release-uspf-0.0.3
[new release] uspf, uspf-unix and uspf-lwt (0.0.3)
2 parents c782b23 + 61984db commit be6f749

File tree

3 files changed

+105
-0
lines changed
  • packages
    • uspf-lwt/uspf-lwt.0.0.3
    • uspf-unix/uspf-unix.0.0.3
    • uspf/uspf.0.0.3

3 files changed

+105
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.07.0"}
18+
"dune" {>= "2.8.0"}
19+
"uspf" {= version}
20+
"lwt"
21+
"alcotest" {with-test}
22+
"rresult" {>= "0.7.0" & with-test}
23+
]
24+
url {
25+
src:
26+
"https://github.com/mirage/uspf/releases/download/0.0.3/uspf-0.0.3.tbz"
27+
checksum: [
28+
"sha256=9e7903a149b1a9708bf33d0b34ea243172feebe60737e81522f487711e910568"
29+
"sha512=d95c6b61ded3b5fff91a13ab2ea9df43ccec26f0f5fd52fe4f6561575313898947a24b591fb85ea697fd703bd402af494491de5d5e9e0b18c6954c33f92f439f"
30+
]
31+
}
32+
x-commit-hash: "4cc467d3d95ed0671688923ea1ec4df473626b9d"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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
11+
in OCaml 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.07.0"}
18+
"dune" {>= "2.8.0"}
19+
"uspf" {= version}
20+
"dns-client" {>= "7.0.0"}
21+
"alcotest" {with-test}
22+
"rresult" {>= "0.7.0" & with-test}
23+
]
24+
url {
25+
src:
26+
"https://github.com/mirage/uspf/releases/download/0.0.3/uspf-0.0.3.tbz"
27+
checksum: [
28+
"sha256=9e7903a149b1a9708bf33d0b34ea243172feebe60737e81522f487711e910568"
29+
"sha512=d95c6b61ded3b5fff91a13ab2ea9df43ccec26f0f5fd52fe4f6561575313898947a24b591fb85ea697fd703bd402af494491de5d5e9e0b18c6954c33f92f439f"
30+
]
31+
}
32+
x-commit-hash: "4cc467d3d95ed0671688923ea1ec4df473626b9d"

packages/uspf/uspf.0.0.3/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.07.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+
url {
34+
src:
35+
"https://github.com/mirage/uspf/releases/download/0.0.3/uspf-0.0.3.tbz"
36+
checksum: [
37+
"sha256=9e7903a149b1a9708bf33d0b34ea243172feebe60737e81522f487711e910568"
38+
"sha512=d95c6b61ded3b5fff91a13ab2ea9df43ccec26f0f5fd52fe4f6561575313898947a24b591fb85ea697fd703bd402af494491de5d5e9e0b18c6954c33f92f439f"
39+
]
40+
}
41+
x-commit-hash: "4cc467d3d95ed0671688923ea1ec4df473626b9d"

0 commit comments

Comments
 (0)