this repo has no description
1opam-version: "2.0"
2maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
3authors: ["Vincent Bernardoff <vb@luminar.eu.org>"]
4homepage: "https://github.com/vbmithr/ocaml-smtp"
5bug-reports: "https://github.com/vbmithr/ocaml-smtp/issues"
6license: "ISC"
7tags: [ "smtp" ]
8depends: [
9 "ocaml"
10 "ocamlfind" {build}
11 "ocamlbuild" {build}
12]
13depopts: ["lwt" "base-unix"]
14conflicts: [
15 "lwt" {>= "4.0.0"}
16]
17dev-repo: "git+https://github.com/vbmithr/ocaml-smtp"
18build: [
19 "ocaml"
20 "pkg/build.ml"
21 "native=true"
22 "native-dynlink=true"
23 "unix=%{base-unix:installed}%"
24 "lwt=%{lwt:installed}%"
25]
26synopsis: "SMTP library with Unix and Lwt backends"
27url {
28 src: "https://github.com/vbmithr/ocaml-smtp/archive/0.3.tar.gz"
29 checksum: [
30 "sha256=ff913a65dfdda612d2e51a31a76afae6e7353b717e172c65731000c8db4d8286"
31 "md5=181b1ec742b598ad54b1622c5a7d3b6d"
32 ]
33}