Source: moat-lib-gpio
Maintainer: Matthias Urlichs <matthias@urlichs.de>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 13), debhelper-compat (= 13),
  libgpiod-dev (>= 1.6),
  python3-cffi,
  python3-trio (>= 0.15),
Standards-Version: 3.9.6
Homepage: https://github.com/M-o-a-T/moat

Package: python3-moat-lib-gpio
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
  libgpiod2 (>= 1.6),
  python3-cffi,
  python3-trio (>= 0.15),
Conflicts: python3-moat-gpio, moat-gpio
Description: GPIO access via AnyIO and libgpiod
 MoaT-lib-GPIO allows easy access to the GPIO pins on your Raspberry Pi or
 similar embedded computer.
 .
 It is based on libgpiod and its CFFI adapter by Steven P. Goldsmith
 <sgjava@gmail.com>, as downloaded from
 `https://github.com/sgjava/userspaceio.git`__.
 .
 This version has been updated to libgpiod 1.6.
