Alien-ckdl

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN


The bundled `ckdl` library is distributed under the MIT license. Its
`COPYING` file is installed into the Alien share directory under
`share/doc/ckdl/` for license compliance.

## See also

- [ckdl upstream](https://github.com/tjol/ckdl) - the C library this
  Alien wraps
- [KDL specification](https://github.com/kdl-org/kdl)
- [Alien::Base](https://metacpan.org/pod/Alien::Base) - the framework
  that provides `cflags`, `libs`, and friends
- [Alien::Build](https://metacpan.org/pod/Alien::Build) - the build-time
  half of the same framework
- [Text::KDL::XS](https://github.com/davenonymous/perl-text-kdl-xs) - the Perl XS
  module that consumes this Alien

lib/Alien/ckdl.pm  view on Meta::CPAN


When used through L<Alien::Build::MM>, the C<cflags> and C<libs>
strings are spliced into the generated Makefile automatically, so a
consumer's XS code can simply C<#include E<lt>kdl/kdl.hE<gt>> and link
against C<libkdl> with no extra configuration.

=head1 SEE ALSO

L<Text::KDL::XS>, the Perl XS binding that consumes this Alien.

L<Alien::Base> and L<Alien::Build>, the framework this distribution
plugs into.

L<https://github.com/tjol/ckdl>, the upstream C library.

L<https://github.com/kdl-org/kdl>, the KDL specification.

=head1 LICENSE

This Perl distribution is licensed under the same terms as Perl
itself.



( run in 0.627 second using v1.01-cache-2.11-cpan-df04353d9ac )