Skip to content

Commit 1a57f40

Browse files
authored
Merge pull request #28995 from dinosaure/release-dmarc-v0.0.1
[new release] dmarc (2 packages) (0.0.1)
2 parents 2e72379 + 5c75c96 commit 1a57f40

File tree

2 files changed

+69
-0
lines changed
  • packages
    • dmarc/dmarc.0.0.1
    • public-suffix/public-suffix.0.0.1

2 files changed

+69
-0
lines changed

packages/dmarc/dmarc.0.0.1/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "DMARC support in OCaml"
3+
description: "DMARC implementation in OCaml"
4+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
5+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
6+
license: "MIT"
7+
homepage: "https://github.com/dinosaure/ocaml-dmarc"
8+
doc: "https://dinosaure.github.io/ocaml-dmarc/"
9+
bug-reports: "https://github.com/dinosaure/ocaml-dmarc/issues"
10+
depends: [
11+
"ocaml" {>= "4.08.0"}
12+
"mrmime" {>= "0.5.0"}
13+
"uspf" {>= "0.2.0"}
14+
"dkim" {>= "0.9.0"}
15+
"public-suffix"
16+
"logs" {>= "0.7.0"}
17+
"dune" {>= "2.9.0"}
18+
"lwt" {>= "5.4.2"}
19+
"uri" {>= "4.2.0"}
20+
"alcotest" {>= "1.4.0" & with-test}
21+
"dns" {>= "6.1.3"}
22+
]
23+
build: [
24+
["dune" "build" "-p" name "-j" jobs]
25+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
26+
]
27+
dev-repo: "git+https://github.com/dinosaure/ocaml-dmarc.git"
28+
url {
29+
src:
30+
"https://github.com/dinosaure/ocaml-dmarc/releases/download/v0.0.1/dmarc-0.0.1.tbz"
31+
checksum: [
32+
"sha256=928a0fae3b890cfcadb0d26937035c97abcad8f566c6ff91a468ad9918d34db9"
33+
"sha512=69e5517a2b217bd357dcd8cfe9b0e6c19dacff12d59c51acdb3e295dabb05c5e6e3b1bb59cacc54783d5007f9fda8ab3084c933996d09932fad351b95eccae72"
34+
]
35+
}
36+
x-commit-hash: "590cb92f1ad30422a8e821f8bf60edb00d735536"
37+
x-maintenance-intent: [ "(latest)" ]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "2.0"
2+
synopsis: "Public suffix of domain name suffixes in OCaml"
3+
description: "Public suffix of domain name suffixes in OCaml"
4+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
5+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
6+
license: "MIT"
7+
homepage: "https://github.com/dinosaure/ocaml-dmarc"
8+
doc: "https://dinosaure.github.io/ocaml-dmarc/"
9+
bug-reports: "https://github.com/dinosaure/ocaml-dmarc/issues"
10+
depends: [
11+
"ocaml" {>= "4.08.0"}
12+
"domain-name"
13+
"curl"
14+
"dune" {>= "3.20.0"}
15+
"alcotest" {>= "1.4.0" & with-test}
16+
"dmarc" {= version & with-test}
17+
]
18+
build: [
19+
["dune" "build" "-p" name "-j" jobs]
20+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
21+
]
22+
dev-repo: "git+https://github.com/dinosaure/ocaml-dmarc.git"
23+
url {
24+
src:
25+
"https://github.com/dinosaure/ocaml-dmarc/releases/download/v0.0.1/dmarc-0.0.1.tbz"
26+
checksum: [
27+
"sha256=928a0fae3b890cfcadb0d26937035c97abcad8f566c6ff91a468ad9918d34db9"
28+
"sha512=69e5517a2b217bd357dcd8cfe9b0e6c19dacff12d59c51acdb3e295dabb05c5e6e3b1bb59cacc54783d5007f9fda8ab3084c933996d09932fad351b95eccae72"
29+
]
30+
}
31+
x-commit-hash: "590cb92f1ad30422a8e821f8bf60edb00d735536"
32+
x-maintenance-intent: [ "(latest)" ]

0 commit comments

Comments
 (0)