this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/dinosaure/emile"
5bug-reports: "https://github.com/dinosaure/emile/issues"
6dev-repo: "git+https://github.com/dinosaure/emile.git"
7doc: "https://dinosaure.github.io/emile/"
8license: "MIT"
9synopsis: "Parser of email address according RFC822"
10description: """A parser of email address according RFC822, RFC2822, RFC5321 and RFC6532.
11It handles UTF-8 email addresses and encoded-word according RFC2047."""
12
13build: [
14 ["dune" "build" "-p" name "-j" jobs]
15 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
16]
17
18depends: [
19 "ocaml" {>= "4.03.0"}
20 "dune" {>= "1.0"}
21 "angstrom" {>= "0.14.0"}
22 "ipaddr" {>= "2.7.0"}
23 "base64" {>= "3.0.0"}
24 "pecu" {>= "0.3"}
25 "bigstringaf" {>= "0.2.0"}
26 "uutf" {>= "1.0.0"}
27 "alcotest" {with-test}
28]
29depopts: [ "cmdliner" ]
30x-commit-hash: "8281eb5bee3063968972010a3b306b4e23066d8a"
31url {
32 src:
33 "https://github.com/dinosaure/emile/releases/download/v1.1/emile-v1.1.tbz"
34 checksum: [
35 "sha256=1759253996b53b84ff1a2b76ff30c3614bc61cb02ff8a500480be4a96a202164"
36 "sha512=b53df652cd9c585d2720cf1ad6b877a11e3779b4edda08d6b965557721d46538cd10dd8a7a3a6316dc6a3785ae66167785529619e31f40e7dfde01faaf692c7f"
37 ]
38}