package uspf

  1. Overview
  2. Docs
SPF implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uspf-0.0.2.tbz
sha256=3531d7343ba9298de7edbecc88164b1ee7945016a32eed812f25407b53cff673
sha512=0f0ee1fde64476abe439fdead68c05388bc5b74529c7f890d703db96b4b59e33a26f908d54cc759226536f4c61645697ee1047988a99f03211500259a51d9e57

Description

uspf is an implementation of the SPF verifier in OCaml compatible with MirageOS.

Published: 22 Dec 2021

README

SPF, a SPF verifier/signer

ocaml-spf is a simple library to check or sign an incoming emails from meta-data. See RFC 7208.

ocaml-spf has received funding from the Next Generation Internet Initiative (NGI) within the framework of the DAPSI Project.

Dependencies (14)

  1. fmt >= "0.8.9"
  2. astring
  3. dns-client >= "6.1.0"
  4. lwt
  5. dns >= "5.0.1"
  6. domain-name
  7. angstrom >= "0.15.0"
  8. hmap
  9. ipaddr >= "5.2.0"
  10. mrmime >= "0.5.0"
  11. colombe >= "0.4.2"
  12. logs
  13. dune >= "2.8.0"
  14. ocaml >= "4.07.0"

Dev Dependencies (2)

  1. rresult >= "0.7.0" & with-test
  2. alcotest with-test

Used by

None

Conflicts

None