| Port details |
- ocaml-digestif Cryptographic hashing library for OCaml
- 1.3.0 security
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: freebsd@dev.thsi.be
 - Port Added: 2026-06-28 22:12:33
- Last Update: 2026-06-28 22:08:52
- Commit Hash: 9cd57c7
- License: MIT
- WWW:
- https://github.com/mirage/digestif
- Description:
- Digestif is a hashing library for OCaml supporting the following
algorithm: BLAKE2B, BLAKE2S, Keccak-256, MD5, RIPEMD160, SHA1, SHA224,
SHA256, SHA3, SHA384, SHA512 and WHIRLPOOL.
This library permits to link against one of the two provided
implementations: the pure OCaml implementation ("digestif.ocaml"), or
one written in the C language ("digestif.c").
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ocaml-digestif>0:security/ocaml-digestif
- To install the port:
- cd /usr/ports/security/ocaml-digestif/ && make install clean
- To add the package, run one of these commands:
- pkg install security/ocaml-digestif
- pkg install ocaml-digestif
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ocaml-digestif
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1751314841
SHA256 (digestif-1.3.0.tbz) = 9a6cdcb332539c87f4723fc3bd73626b2675a7b1161fdf0fed309186ce18f427
SIZE (digestif-1.3.0.tbz) = 3334564
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- META : devel/ocaml-eqaf
- ocamlc : lang/ocaml
- ocaml-dune>=3.7.1_2 : devel/ocaml-dune
- ocamlc : lang/ocaml
- Runtime dependencies:
-
- META : devel/ocaml-eqaf
- ocamlc : lang/ocaml
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- This port is required by:
- for Build
-
- databases/ocaml-pgocaml
- for Run
-
- databases/ocaml-pgocaml
Configuration Options:
- ===> The following configuration options are available for ocaml-digestif-1.3.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_ocaml-digestif
- USES:
- ocaml:dune,ldconfig tar:tbz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.3.0 28 Jun 2026 22:08:52
    |
Muhammad Moinur Rahman (bofh)  Author: Benjamin Jacobs |
security/ocaml-digestif: New port
Digestif is a hashing library for OCaml supporting the following
algorithm: BLAKE2B, BLAKE2S, Keccak-256, MD5, RIPEMD160, SHA1, SHA224,
SHA256, SHA3, SHA384, SHA512 and WHIRLPOOL.
This library permits to link against one of the two provided
implementations: the pure OCaml implementation ("digestif.ocaml"), or
one written in the C language ("digestif.c").
WWW: https://github.com/mirage/digestif |