package dkim

  1. Overview
  2. No Docs
Implementation of DKIM in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dkim-0.10.0.tbz
sha256=76a34d7ecb145063103474aef1de410102ab3f3e08fc218216f8ec970c9816c0
sha512=e9845aaabda16cd61d3c7bb7edc3a2bf1c440887d124cb3d96fe867fdbb9236142e239f3edddfe76bc19faa7a9b974ef1fb27854f0847dcf75b590a108810c55

Description

A library and a binary to verify and sign an email with the DKIM mechanism described by the RFC 6376

Published: 04 Feb 2026

Dependencies (17)

  1. x509 >= "1.0.0"
  2. mirage-crypto-pk >= "1.0.0"
  3. mirage-crypto >= "1.0.0"
  4. base64 >= "3.0.0"
  5. fpath
  6. fmt >= "0.8.7"
  7. logs
  8. cmdliner >= "1.1.0"
  9. dns-client >= "6.4.0"
  10. domain-name
  11. hmap
  12. base-unix
  13. ipaddr
  14. digestif >= "0.9.0"
  15. mrmime >= "0.5.0"
  16. dune >= "2.0.0"
  17. ocaml >= "4.08.0"

Dev Dependencies (2)

  1. alcotest with-test
  2. mirage-crypto-rng with-test & >= "1.2.0"

Used by (4)

  1. dkim-bin >= "0.10.0"
  2. dkim-lwt-unix >= "0.10.0"
  3. dkim-mirage >= "0.10.0"
  4. dmarc

Conflicts

None