this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "An OCaml library that simplifies connecting to SMTP servers"
4maintainer: ["jsthomas@protonmail.com"]
5authors: ["Joe Thomas"]
6license: "MIT"
7homepage: "https://github.com/jsthomas/tidy_email"
8bug-reports: "https://github.com/jsthomas/tidy_email/issues"
9depends: [
10 "bisect_ppx" {>= "2.5.0" & dev}
11 "alcotest-lwt" {>= "1.4.0" & with-test}
12 "cmdliner" {>= "1.0.4" & with-test}
13 "dune" {>= "2.8" & >= "2.0"}
14 "ocaml" {>= "4.11.0"}
15 "letters" {>= "0.3.0"}
16 "lwt_ppx" {>= "2.0.0"}
17 "tidy_email" {= version}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/jsthomas/tidy_email.git"
35url {
36 src: "https://github.com/jsthomas/tidy_email/archive/0.0.1.tar.gz"
37 checksum: [
38 "md5=7a317c6ebfe5ace3b37ef88db9370e08"
39 "sha512=c3aec13f7bf58af03a9630f7479aceb300de9dc319e1d57729a175a86b1fd3e98a585ec6216918419b5ca6e187a0d9ca5c7619e7b2afacb7548c6b86d251e5c8"
40 ]
41}