this repo has no description

[new release] dkim (3 packages) (0.7.0)

CHANGES:

- Remove `mirage-random` and upgrade to `tls.1.0.0` (@hannesm, @dinosaure, mirage/ocaml-dkim#44)

Changed files
+135
packages
dkim
dkim.0.7.0
dkim-bin
dkim-bin.0.7.0
dkim-mirage
dkim-mirage.0.7.0
+42
packages/dkim-bin/dkim-bin.0.7.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/mirage/ocaml-dkim"
+
bug-reports: "https://github.com/mirage/ocaml-dkim/issues"
+
dev-repo: "git+https://github.com/mirage/ocaml-dkim.git"
+
doc: "https://mirage.github.io/ocaml-dkim/"
+
license: "MIT"
+
synopsis: "Implementation of DKIM in OCaml"
+
description: """A library and a binary to verify and sign an email
+
with the DKIM mechanism described by the RFC 6376"""
+
+
build: [
+
[ "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"}
+
"dkim" {= version}
+
"lwt" {>= "5.3.0"}
+
"tls"
+
"ca-certs"
+
"cmdliner" {>= "1.1.0"}
+
"logs"
+
"fmt" {>= "0.8.7"}
+
"fpath"
+
"dns-client"
+
"dns-client-lwt" {>= "7.0.0"}
+
"alcotest" {with-test}
+
]
+
url {
+
src:
+
"https://github.com/mirage/ocaml-dkim/releases/download/v0.7.0/dkim-0.7.0.tbz"
+
checksum: [
+
"sha256=dd5c3c6bcce680880500b47a9488edcc0cacaf18ed649011fe8fcfc307d243a9"
+
"sha512=ac6e53cf5ed40cefea5f07db3d7ca3fa9efd502addf86fdc3c549e3c1a3f7f65b2be3f590317de079bee499dfbc04f399621c464783d646acda029960ff2c5d8"
+
]
+
}
+
x-commit-hash: "26dbafa409b7d5ef433465adf140076cdd633178"
+40
packages/dkim-mirage/dkim-mirage.0.7.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/mirage/ocaml-dkim"
+
bug-reports: "https://github.com/mirage/ocaml-dkim/issues"
+
dev-repo: "git+https://github.com/mirage/ocaml-dkim.git"
+
doc: "https://mirage.github.io/ocaml-dkim/"
+
license: "MIT"
+
synopsis: "Implementation of DKIM in OCaml for MirageOS"
+
description: """A light layer of the dkim library for MirageOS"""
+
+
build: [
+
[ "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"}
+
"dkim" {= version}
+
"dns-client-mirage" {>= "8.0.0"}
+
"mirage-clock"
+
"tcpip" {>= "7.0.0"}
+
"lwt"
+
"alcotest" {with-test}
+
"digestif" {with-test}
+
"fmt" {with-test}
+
"logs" {with-test}
+
"mirage-crypto-rng" {with-test & >= "1.0.0"}
+
]
+
url {
+
src:
+
"https://github.com/mirage/ocaml-dkim/releases/download/v0.7.0/dkim-0.7.0.tbz"
+
checksum: [
+
"sha256=dd5c3c6bcce680880500b47a9488edcc0cacaf18ed649011fe8fcfc307d243a9"
+
"sha512=ac6e53cf5ed40cefea5f07db3d7ca3fa9efd502addf86fdc3c549e3c1a3f7f65b2be3f590317de079bee499dfbc04f399621c464783d646acda029960ff2c5d8"
+
]
+
}
+
x-commit-hash: "26dbafa409b7d5ef433465adf140076cdd633178"
+53
packages/dkim/dkim.0.7.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/mirage/ocaml-dkim"
+
bug-reports: "https://github.com/mirage/ocaml-dkim/issues"
+
dev-repo: "git+https://github.com/mirage/ocaml-dkim.git"
+
doc: "https://mirage.github.io/ocaml-dkim/"
+
license: "MIT"
+
synopsis: "Implementation of DKIM in OCaml"
+
description: """A library and a binary to verify and sign an email
+
with the DKIM mechanism described by the RFC 6376"""
+
+
build: [
+
[ "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.5.0"}
+
"digestif" {>= "0.9.0"}
+
"ipaddr"
+
"astring" {>= "0.8.5"}
+
"base-unix"
+
"hmap"
+
"domain-name"
+
"dns-client" {>= "6.4.0"}
+
"cmdliner" {>= "1.1.0"}
+
"logs"
+
"fmt" {>= "0.8.7"}
+
"fpath"
+
"base64" {>= "3.0.0"}
+
"mirage-crypto" {>= "1.0.0"}
+
"mirage-crypto-pk" {>= "1.0.0"}
+
"x509" {>= "1.0.0"}
+
"mirage-crypto-rng" {with-test & >= "1.0.0"}
+
"alcotest" {with-test}
+
]
+
+
pin-depends: [
+
[ "mrmime.0.7.0" "git+https://github.com/hannesm/mrmime.git#60dc0cd3befab0af6c0418d97c3927fe9ec5650b" ]
+
]
+
url {
+
src:
+
"https://github.com/mirage/ocaml-dkim/releases/download/v0.7.0/dkim-0.7.0.tbz"
+
checksum: [
+
"sha256=dd5c3c6bcce680880500b47a9488edcc0cacaf18ed649011fe8fcfc307d243a9"
+
"sha512=ac6e53cf5ed40cefea5f07db3d7ca3fa9efd502addf86fdc3c549e3c1a3f7f65b2be3f590317de079bee499dfbc04f399621c464783d646acda029960ff2c5d8"
+
]
+
}
+
x-commit-hash: "26dbafa409b7d5ef433465adf140076cdd633178"