The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::libgpiod - Find or Build libgpiod

SYNOPSIS

In dist.ini, if using Dist::Zilla:

  [Prereqs / ConfigureRequires]
  Alien::libgpiod = v0.1
  
  [MakeMaker::Awesome]
  header = use Alien::Base::Wrapper qw(Alien::libgpiod !export);
  WriteMakefile_arg = Alien::Base::Wrapper->mm_args

DESCRIPTION

This package will find or build (note: building has not currently been tested) the libgpiod library, used for accessing GPIO character devices on Linux. This is a new API that deprecates the older sysfs GPIO interface since kernel 4.8.

AUTHOR

Stephen Cavilia <sac@atomicradi.us>

COPYRIGHT

Copyright 2021 Stephen Cavilia

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