Skip to content

Commit

Permalink
Package letters.0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseferben committed Sep 15, 2021
1 parent b91a0c7 commit 5944cf1
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions packages/letters/letters.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Client library for sending emails over SMTP"
description: "Simple to use SMTP client implementation for OCaml"
maintainer: ["Miko Nieminen <miko.nieminen@iki.fi>"]
authors: ["Miko Nieminen"]
license: "MIT"
homepage: "https://github.com/oxidizing/letters/"
doc: "https://oxidizing.github.io/letters/"
bug-reports: "https://github.com/oxidizing/letters/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.1"}
"mrmime" {>= "0.3.1"}
"colombe" {>= "0.5.0"}
"sendmail" {>= "0.5.0"}
"ca-certs" {>= "0.2.1"}
"fmt" {>= "0.8.8"}
"x509" {>= "0.9.0"}
"ptime" {>= "0.8.5"}
"lwt" {>= "5.2.0"}
"fpath" {>= "0.7.0"}
"alcotest" {>= "1.1.0" & with-test}
"alcotest-lwt" {>= "1.1.0" & with-test}
"yojson" {>= "1.7.0" & with-test}
"odoc" {with-doc}
"ocamlformat" {dev}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/oxidizing/letters.git"
url {
src: "https://github.com/oxidizing/letters/archive/0.3.0.tar.gz"
checksum: [
"md5=258ddf3e1868e910091c3bbf80e74bf7"
"sha512=97f8df2e251c04f0e150c00959f6dc66e69324430b86e4b64b329ac00b77b2d21aac2e1b1d554f6ec08af1184ccd69d92ab7984ba7a13b8e983d1071f34b8e80"
]
}

0 comments on commit 5944cf1

Please sign in to comment.