this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package letters.0.4.0

+53
+53
packages/letters/letters.0.4.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Client library for sending emails over SMTP" 4 + description: "Simple to use SMTP client implementation for OCaml" 5 + maintainer: ["Miko Nieminen <miko.nieminen@iki.fi>"] 6 + authors: ["Miko Nieminen"] 7 + license: "MIT" 8 + homepage: "https://github.com/oxidizing/letters/" 9 + doc: "https://oxidizing.github.io/letters/" 10 + bug-reports: "https://github.com/oxidizing/letters/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "ca-certs" {>= "0.2.1"} 14 + "colombe" {>= "0.7.0"} 15 + "containers" {>= "3.13.1"} 16 + "fmt" {>= "0.8.8"} 17 + "fpath" {>= "0.7.0"} 18 + "lwt" {>= "5.2.0"} 19 + "mrmime" {>= "0.3.1"} 20 + "ocaml" {>= "4.08.1"} 21 + "ptime" {>= "0.8.5"} 22 + "sendmail" {>= "0.7.0"} 23 + "tls-lwt" {>= "1.0.4"} 24 + "tls" {>= "1.0.4"} 25 + "x509" {>= "0.9.0"} 26 + "alcotest" {>= "1.1.0" & with-test} 27 + "alcotest-lwt" {>= "1.1.0" & with-test} 28 + "yojson" {>= "1.7.0" & with-test} 29 + "odoc" {with-doc} 30 + "ocamlformat" {dev} 31 + ] 32 + build: [ 33 + ["dune" "subst"] {dev} 34 + [ 35 + "dune" 36 + "build" 37 + "-p" 38 + name 39 + "-j" 40 + jobs 41 + "@install" 42 + "@runtest" {with-test} 43 + "@doc" {with-doc} 44 + ] 45 + ] 46 + dev-repo: "git+https://github.com/oxidizing/letters.git" 47 + url { 48 + src: "https://github.com/oxidizing/letters/archive/0.4.0.tar.gz" 49 + checksum: [ 50 + "md5=fd4908095f51b81bc37d57b6d08a0df3" 51 + "sha512=8b1513c52866dc5f582024cb55ca8139ae7f6c62e3d1500e664a9d11ba0ee3877b66335f2137e8052310e3cc5b9f760fd6110952692c619d7517654e7337b9ed" 52 + ] 53 + }