Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

39 строки
1.3 KiB

  1. Source: wiringpi
  2. Priority: optional
  3. Maintainer: The WiringPi Community <wiringpi@gc2.at>
  4. Build-Depends: debhelper (>= 10)
  5. Standards-Version: 4.1.2
  6. Section: libs
  7. Homepage: https://wiringpi.com/
  8. Vcs-Browser: https://github.com/WiringPi/WiringPi/
  9. Package: libwiringpi-dev
  10. Section: libdevel
  11. Architecture: any
  12. Multi-Arch: same
  13. Depends: libwiringpi3 (= ${binary:Version}), ${misc:Depends}
  14. Description: Raspberry Pi library for controlling GPIO devices
  15. A Raspberry Pi specific library for querying and controlling the GPIO pins,
  16. and a variety of devices that connect to them from C, C++, or BASIC.
  17. .
  18. This package contains the development files (headers, etc.) for compiling
  19. applications against libwiringPi.
  20. Package: libwiringpi3
  21. Architecture: any
  22. Multi-Arch: same
  23. Depends: ${shlibs:Depends}, ${misc:Depends}
  24. Description: Raspberry Pi library for controlling GPIO devices
  25. A Raspberry Pi specific library for querying and controlling the GPIO pins,
  26. and a variety of devices that connect to them from C, C++, or BASIC.
  27. .
  28. This package contains the shared libraries libwiringPi and libwiringPiDev.
  29. Package: wiringpi
  30. Architecture: any
  31. Multi-Arch: foreign
  32. Depends: ${shlibs:Depends}, ${misc:Depends}
  33. Description: Raspberry Pi tool for controlling GPIO devices
  34. A command line utility for querying and controlling the GPIO pins from the
  35. shell.