package dkim

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dkim-0.11.0.tbz
sha256=d5e8e7572d5cdcc15af8cad90aa18eacd749e2287c0d508673d336af5aa3e524
sha512=3c5249a1e975fc0c6dd6aeb00b4a8c28c4c9c053ec2ee5bb534fefbcfba5c38c5611409930b2da37f4dadd9e7a1add1b359f291a96fc35b861c1e6dcfade3ea8

Description

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

Published: 21 Apr 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.11.0"
  2. dkim-lwt-unix >= "0.11.0"
  3. dkim-mirage >= "0.11.0"
  4. dmarc

Conflicts

None