libsodium-bindings: FFI bindings to libsodium

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This library embeds FFI bindings to the stable version of libsodium 1.0.18. The interface exposed by this library is kept close to the C library.


[Skip to Readme]

Properties

Versions 0.0.1.0, 0.0.1.0, 0.0.1.1
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5) [details]
License BSD-3-Clause
Author Hécate Moonlight, Koz Ross
Maintainer The Haskell Cryptography contributors
Category Cryptography
Home page https://github.com/haskell-cryptography/libsodium-bindings
Bug tracker https://github.com/haskell-cryptography/libsodium-bindings/issues
Source repo head: git clone https://github.com/haskell-cryptography/libsodium-bindings
Uploaded by hecate at 2023-11-19T23:04:26Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
use-pkg-config

Use pkg-config to find Libsodium (macOS and linux only).

Disabled
homebrew-libsodium

Use Homebrew version of Libsodium (macOS only).

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for libsodium-bindings-0.0.1.0

[back to package description]

libsodium-bindings CI made with Haskell

libsodium-bindings exposes a set of FFI bindings from the libsodium-1.0.18-stable library. It has no other dependency than base, and the documentation is strong enough to stand alone.