genio / alien-sodium

Alien::Sodium

Home Page:https://metacpan.org/release/Alien-Sodium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status Actions Status Actions Status

NAME

Alien::Sodium - Interface to the libsodium library http://libsodium.org

SYNOPSIS

use strict;
use warnings;

use ExtUtils::MakeMaker;
use Config;
use Alien::Base::Wrapper ();

WriteMakefile(
  Alien::Base::Wrapper->new('Alien::Sodium')->mm_args2(
    ...
    CONFIGURE_REQUIRES => {
      'Alien::Sodium' => '2.000',
    },
    ...
  ),
);

DESCRIPTION

This package can be used by other CPAN modules that require libsodium.

SEE ALSO

AUTHOR

Alex J. G. Burzyński <ajgb@cpan.org>

CONTRIBUTORS

Graham Ollis <plicease@cpan.org>

COPYRIGHT & LICENSE

Copyright (c) 2015 Alex J. G. Burzyński. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

Alien::Sodium

https://metacpan.org/release/Alien-Sodium

License:Other


Languages

Language:Perl 97.1%Language:Raku 2.9%