NAME
Alien::libsecp256k1 - Perl builder for libsecp256k1
SYNOPSIS
See Alien::Build::Manual::AlienUser.
DESCRIPTION
This module may be used by other modules that require libsecp256k1. It will try to detect whether this library is installed, and install it for other CPAN modules to use.
The module installs the library version v0.6.0
. It may be updated to install new versions when they become available. The library is bundled together with the module, and the signature of the library's release has been verified before releasing the module.
Testing
This alien skips building or running libsecp256k1 tests by default because it requires much more time than building the library alone. To run them manually, environmental variable ALIEN_LIBSECP256K1_RUN_TESTS
must be set to true value during module install.
SEE ALSO
AUTHOR
Bartosz Jarzyna <bbrtj.pro@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2024 by Bartosz Jarzyna
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The bundled libsecp256k1 is licensed under MIT license.