opam-version: "2.0" maintainer: "Vincent Bernardoff " authors: ["Vincent Bernardoff "] homepage: "https://github.com/vbmithr/ocaml-smtp" bug-reports: "https://github.com/vbmithr/ocaml-smtp/issues" license: "ISC" tags: [ "smtp" ] depends: [ "ocaml" "ocamlfind" {build} "ocamlbuild" {build} ] depopts: ["lwt" "base-unix"] conflicts: ["lwt" {>= "2.5.0"}] dev-repo: "git+https://github.com/vbmithr/ocaml-smtp" build: [ "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" "unix=%{base-unix:installed}%" "lwt=%{lwt:installed}%" ] synopsis: "SMTP library with Unix and Lwt backends" url { src: "https://github.com/vbmithr/ocaml-smtp/archive/0.2.tar.gz" checksum: [ "sha256=d84343a60a578aae9a060a439e83f043c75832a881fdad44deb3ef3ef07b06ee" "md5=ee077653988e8913928fe267d1827d40" ] }