File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/received/received.0.5.2 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ license: "MIT"
3+ authors: [ "Romain Calascibetta <
[email protected] >" ]
4+ maintainer: [ "Romain Calascibetta <
[email protected] >" ]
5+ homepage: "https://github.com/mirage/colombe"
6+ bug-reports: "https://github.com/mirage/colombe/issues"
7+ dev-repo: "git+https://github.com/mirage/colombe.git"
8+ synopsis: "Received field according RFC5321"
9+ doc: "https://mirage.github.io/colombe/"
10+ description: """A little library to parse or emit a Received field according
11+ RFC5321. It is able to notify which SMTP server serves the email (and track, by this way,
12+ on which way - TLS or not - the email was transmitted)."""
13+
14+ build: [
15+ [ "dune" "build" "-p" name "-j" jobs ]
16+ [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
17+ ]
18+
19+ depends: [
20+ "ocaml" {>= "4.08.0"}
21+ "dune" {>= "2.0"}
22+ "mrmime" {>= "0.5.0"}
23+ "emile" {>= "0.8"}
24+ "angstrom" {>= "0.14.0"}
25+ "colombe" {>= "0.4.0"}
26+ ]
27+ conflicts: [
28+ "result" {< "1.5"}
29+ ]
30+ url {
31+ src:
32+ "https://github.com/mirage/colombe/releases/download/received-v0.5.2/colombe-received-v0.5.2.tbz"
33+ checksum: [
34+ "sha256=069876ecac48c9069263fdb4fbd79a72e6b613b2a7be3cb77d2ea73bef2c2fbe"
35+ "sha512=b0ce2329a1d91effcb98e88e7ad000afe20635f58e8d69eecab911233f3d689d9f498ac1f9c98c0d39577c30596e0cabae9bb0f750f707add1888581d779d76d"
36+ ]
37+ }
38+ x-commit-hash: "c0593a151bf68c82ee73cb0f9553d73d924b0eba"
You can’t perform that action at this time.
0 commit comments