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: ["lwt" {>= "2.5.0"}] 15dev-repo: "git+https://github.com/vbmithr/ocaml-smtp" 16build: [ 17 "ocaml" 18 "pkg/build.ml" 19 "native=true" 20 "native-dynlink=true" 21 "unix=%{base-unix:installed}%" 22 "lwt=%{lwt:installed}%" 23] 24synopsis: "SMTP library with Unix and Lwt backends" 25url { 26 src: "https://github.com/vbmithr/ocaml-smtp/archive/0.2.tar.gz" 27 checksum: [ 28 "sha256=d84343a60a578aae9a060a439e83f043c75832a881fdad44deb3ef3ef07b06ee" 29 "md5=ee077653988e8913928fe267d1827d40" 30 ] 31}