Skip to content

Commit

Permalink
Merge pull request #19801 from dinosaure/release-mrmime-v0.5.0
Browse files Browse the repository at this point in the history
[new release] mrmime (0.5.0)
  • Loading branch information
samoht authored Oct 26, 2021
2 parents 12c8b6f + 37bf492 commit d9f0499
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 11 deletions.
12 changes: 6 additions & 6 deletions packages/dkim/dkim.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ description: """A library and a binary to verify and sign an email
with the DKIM mechanism described by the RFC 6376"""

build: [
[ "dune" "subst" ]
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"mrmime" {>= "0.3.1"}
"mrmime" {>= "0.3.1" & < "0.5.0"}
"digestif" {>= "0.9.0"}
"base-unix"
"hmap"
"domain-name"
"dns-client" {< "5.0.0"}
"dns-client" {>= "4.6.3" & < "5.0.0"}
"cmdliner"
"logs"
"fmt"
"fpath"
"base64" {>= "3.0.0"}
"mirage-crypto"
"mirage-crypto-pk"
"x509" {>= "0.6.3" & < "0.12.0"}
"mirage-crypto" {>= "0.10.3"}
"mirage-crypto-pk" {>= "0.10.3"}
"x509" {>= "0.11.2" & < "0.12.0"}
"alcotest" {with-test}
]
x-commit-hash: "a2a7e28476b2d7819abf2e6061b4725a8d6679d3"
Expand Down
8 changes: 4 additions & 4 deletions packages/dkim/dkim.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: [
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"mrmime" {>= "0.3.1"}
"mrmime" {>= "0.3.1" & < "0.5.0"}
"digestif" {>= "0.9.0"}
"ipaddr"
"base-unix"
Expand All @@ -31,9 +31,9 @@ depends: [
"fmt"
"fpath"
"base64" {>= "3.0.0"}
"mirage-crypto" {>= "0.9.2"}
"mirage-crypto-pk" {>= "0.9.2"}
"x509" {>= "0.6.3"}
"mirage-crypto" {>= "0.10.3"}
"mirage-crypto-pk" {>= "0.10.3"}
"x509" {>= "0.15.0"}
"mirage-crypto-rng" {with-test}
"alcotest" {with-test}
]
Expand Down
56 changes: 56 additions & 0 deletions packages/mrmime/mrmime.0.5.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
opam-version: "2.0"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage: "https://github.com/mirage/mrmime"
bug-reports: "https://github.com/mirage/mrmime/issues"
dev-repo: "git+https://github.com/mirage/mrmime.git"
doc: "https://mirage.github.io/mrmime/"
license: "MIT"
synopsis: "Mr. MIME"
description: """Parser and generator of mail in OCaml"""

build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7"}
"rresult"
"fmt" {>= "0.8.7"}
"ke" {>= "0.4"}
"unstrctrd" {>= "0.3"}
"ptime" {>= "0.8.2"}
"uutf"
"rosetta" {>= "0.3.0"}
"ipaddr"
"emile" {>= "1.0"}
"base64" {>= "3.1.0"}
"pecu" {>= "0.6"}
"prettym" {>= "0.0.2"}
"bigstringaf" {>= "0.5.0"}
"bigarray-compat"
"bigarray-overlap" {>= "0.2.0"}
"angstrom" {>= "0.14.0"}
"cmdliner"
"fpath"
"hxd"
"mirage-crypto-rng"
"ocplib-endian"
"afl-persistent"
"alcotest" {with-test}
"jsonm" {with-test}
"crowbar" {with-test}
"lwt" {with-test}
"logs"
]
url {
src:
"https://github.com/mirage/mrmime/releases/download/v0.5.0/mrmime-v0.5.0.tbz"
checksum: [
"sha256=0ac119fbcf49e66d2e13dec3cc23109be03cbd7b9f7f868ab1afb3eb3bf2c4e4"
"sha512=3f047fea13792415317ca5e3ba26a5ca8761662de57937a3b40ae590a0d5a82da645118472fc25ff8568b6615587264ae0c410adf39ae0498492e9a0dfa6695e"
]
}
x-commit-hash: "6dc0e6e4a388dfbbabde06bf7d299b36fe7a1e61"
2 changes: 1 addition & 1 deletion packages/received/received.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8.0"}
"mrmime" {>= "0.4.0"}
"mrmime" {>= "0.4.0" & < "0.5.0"}
"emile" {>= "0.8"}
"angstrom" {>= "0.14.0"}
"colombe" {>= "0.4.0"}
Expand Down

0 comments on commit d9f0499

Please sign in to comment.