-
Notifications
You must be signed in to change notification settings - Fork 5
/
received.opam
30 lines (27 loc) · 989 Bytes
/
received.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
opam-version: "2.0"
license: "MIT"
authors: [ "Romain Calascibetta <[email protected]>" ]
maintainer: [ "Romain Calascibetta <[email protected]>" ]
homepage: "https://github.com/mirage/colombe"
bug-reports: "https://github.com/mirage/colombe/issues"
dev-repo: "git+https://github.com/mirage/colombe.git"
synopsis: "Received field according RFC5321"
doc: "https://mirage.github.io/colombe/"
description: """A little library to parse or emit a Received field according
RFC5321. It is able to notify which SMTP server serves the email (and track, by this way,
on which way - TLS or not - the email was transmitted)."""
build: [
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0"}
"mrmime" {>= "0.5.0"}
"emile" {>= "0.8"}
"angstrom" {>= "0.14.0"}
"colombe" {>= "0.4.0"}
]
conflicts: [
"result" {< "1.5"}
]