this repo has no description

Merge pull request #19372 from dinosaure/release-colombe-v0.5.0

[new release] colombe, sendmail and sendmail-lwt (0.5.0)

Kate ed31f79e f2d60879

Changed files
+110 -1
packages
colombe
colombe.0.5.0
letters
letters.0.2.1
sendmail
sendmail.0.5.0
sendmail-lwt
sendmail-lwt.0.5.0
+37
packages/colombe/colombe.0.5.0/opam
···
···
+
opam-version: "2.0"
+
license: "MIT"
+
authors: [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
+
maintainer: [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
+
homepage: "https://github.com/mirage/colombe"
+
bug-reports: "https://github.com/mirage/colombe/issues"
+
dev-repo: "git+https://github.com/mirage/colombe.git"
+
synopsis: "SMTP protocol in OCaml"
+
doc: "https://mirage.github.io/colombe/"
+
description: """SMTP protocol according RFC5321 without extension."""
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.0.0"}
+
"fmt" {>= "0.8.9"}
+
"ipaddr" {>= "3.0.0"}
+
"angstrom" {>= "0.14.0"}
+
"ocaml-syntax-shims"
+
"alcotest" {with-test}
+
"crowbar" {>= "0.2" & with-test}
+
]
+
depopts: [ "emile" ]
+
conflicts: [ "emile" {< "0.8"} ]
+
url {
+
src:
+
"https://github.com/mirage/colombe/releases/download/v0.5.0/colombe-v0.5.0.tbz"
+
checksum: [
+
"sha256=7f498367e75bdc4faaf44060a432f801299363159f3212082de57cb9ac46130a"
+
"sha512=caebd96bfc4ec084d9d19ee025edb51f9b52a902205fe80fc2abbd6428b02cc07af769ce5a414e36cef169161320483536bc9984efe600bc6a8d1c6d07d5c6fd"
+
]
+
}
+
x-commit-hash: "008ede78afdb06dcdbab8c6951724cec24bda8cf"
+1 -1
packages/letters/letters.0.2.1/opam
···
"ocaml" {>= "4.08.1"}
"dune" {>= "2.3"}
"mrmime" {>= "0.3.1"}
-
"colombe" {>= "0.4.0"}
"sendmail" {>= "0.4.0"}
"fmt" {>= "0.8.8"}
"x509" {>= "0.10.0"}
···
"ocaml" {>= "4.08.1"}
"dune" {>= "2.3"}
"mrmime" {>= "0.3.1"}
+
"colombe" {>= "0.4.0" & < "0.5.0"}
"sendmail" {>= "0.4.0"}
"fmt" {>= "0.8.8"}
"x509" {>= "0.10.0"}
+35
packages/sendmail-lwt/sendmail-lwt.0.5.0/opam
···
···
+
opam-version: "2.0"
+
license: "MIT"
+
authors: [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
+
maintainer: [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
+
homepage: "https://github.com/mirage/colombe"
+
bug-reports: "https://github.com/mirage/colombe/issues"
+
dev-repo: "git+https://github.com/mirage/colombe.git"
+
doc: "https://mirage.github.io/colombe/"
+
synopsis: "Implementation of the sendmail command over LWT"
+
description: """A library to be able to send an email with LWT and TLS."""
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.0"}
+
"sendmail" {= version}
+
"domain-name"
+
"lwt"
+
"tls" {>= "0.13.0"}
+
"x509" {>= "0.12.0"}
+
"alcotest" {with-test}
+
]
+
url {
+
src:
+
"https://github.com/mirage/colombe/releases/download/v0.5.0/colombe-v0.5.0.tbz"
+
checksum: [
+
"sha256=7f498367e75bdc4faaf44060a432f801299363159f3212082de57cb9ac46130a"
+
"sha512=caebd96bfc4ec084d9d19ee025edb51f9b52a902205fe80fc2abbd6428b02cc07af769ce5a414e36cef169161320483536bc9984efe600bc6a8d1c6d07d5c6fd"
+
]
+
}
+
x-commit-hash: "008ede78afdb06dcdbab8c6951724cec24bda8cf"
+37
packages/sendmail/sendmail.0.5.0/opam
···
···
+
opam-version: "2.0"
+
license: "MIT"
+
authors: [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
+
maintainer: [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
+
homepage: "https://github.com/mirage/colombe"
+
bug-reports: "https://github.com/mirage/colombe/issues"
+
dev-repo: "git+https://github.com/mirage/colombe.git"
+
doc: "https://mirage.github.io/colombe/"
+
synopsis: "Implementation of the sendmail command"
+
description: """A library to be able to send an email."""
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.0"}
+
"colombe" {= version}
+
"tls" {>= "0.13.0"}
+
"base64" {>= "3.0.0"}
+
"logs"
+
"emile" {>= "0.8" & with-test}
+
"mrmime" {>= "0.3.2" & with-test}
+
"cstruct" {>= "6.0.0"}
+
"alcotest" {with-test}
+
]
+
url {
+
src:
+
"https://github.com/mirage/colombe/releases/download/v0.5.0/colombe-v0.5.0.tbz"
+
checksum: [
+
"sha256=7f498367e75bdc4faaf44060a432f801299363159f3212082de57cb9ac46130a"
+
"sha512=caebd96bfc4ec084d9d19ee025edb51f9b52a902205fe80fc2abbd6428b02cc07af769ce5a414e36cef169161320483536bc9984efe600bc6a8d1c6d07d5c6fd"
+
]
+
}
+
x-commit-hash: "008ede78afdb06dcdbab8c6951724cec24bda8cf"