package colombe

  1. Overview
  2. Docs
SMTP protocol in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

colombe-v0.3.0.tbz
sha256=e191073dd4d984cd63e5a78debbc481e4fa1c5a543c756fedef9f82c40962c73
sha512=6c7279d2df763ec43f09a083feaf8285d4c90df22e9749dc404f8e96d34c5ec7f047b8c54f46c8e9e1d70fda603ab5c3ba3da99333d21c95e16ca9442fd1d573

doc/src/colombe/colombe.ml.html

Source file colombe.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
module Sigs = Sigs

module Decoder = Decoder
module Encoder = Encoder

module Request = Request
module Reply = Reply

module Path = Path
module Domain = Domain
module Reverse_path = Reverse_path
module Forward_path = Forward_path

module State = State