Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrenth/ocaml-spf
OCaml bindings to libspf2
https://github.com/andrenth/ocaml-spf
Last synced: about 2 months ago
JSON representation
OCaml bindings to libspf2
- Host: GitHub
- URL: https://github.com/andrenth/ocaml-spf
- Owner: andrenth
- License: mit
- Created: 2012-07-18T16:20:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T13:42:21.000Z (almost 7 years ago)
- Last Synced: 2023-04-12T07:00:00.331Z (almost 2 years ago)
- Language: OCaml
- Size: 106 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCaml-SPF
## Introduction
This library provides OCaml bindings to [libspf2](http://www.libspf2.org/).
## Build and installation
OCaml-SPF can be installed via opam.
$ opam install spf
## Notes
It is strongly recommended that a [patched libspf2 with fixes collected from
the SPF-devel mailing list](https://github.com/andrenth/libspf2) is used
instead of the current official libspf2 release (version 1.2.10).