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