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 Mailgun's REST API"
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 "cohttp" {>= "2.5.5"}
16 "cohttp-lwt-unix" {>= "2.5.5" & < "6.0.0~~"}
17 "lwt_ppx" {>= "2.0.0"}
18 "tidy_email" {= version}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/jsthomas/tidy_email.git"
36url {
37 src: "https://github.com/jsthomas/tidy_email/archive/0.0.1.tar.gz"
38 checksum: [
39 "md5=7a317c6ebfe5ace3b37ef88db9370e08"
40 "sha512=c3aec13f7bf58af03a9630f7479aceb300de9dc319e1d57729a175a86b1fd3e98a585ec6216918419b5ca6e187a0d9ca5c7619e7b2afacb7548c6b86d251e5c8"
41 ]
42}