Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

30 Zeilen
925 B

  1. Source: wiringpi
  2. Section: electronics
  3. Priority: optional
  4. Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
  5. Standards-Version: 3.8.0
  6. Homepage: https://github.com/WiringPi/WiringPi
  7. Build-Depends: debhelper (>= 8)
  8. Package: libwiringpi2
  9. Section: libs
  10. Architecture: armhf
  11. Depends: ${shlibs:Depends}, ${misc:Depends}
  12. Description: GPIO librariees for Raspberry Pi (runtime).
  13. Runtime for the popular wiringPi library.
  14. Package: wiringpi
  15. Architecture: armhf
  16. Depends: ${shlibs:Depends}, ${misc:Depends}
  17. Description: gpio utility for Raspberry Pi
  18. The wiringPi gpio command line utility, for GPIO access on a
  19. Raspberry Pi from the command line.
  20. Package: libwiringpi-dev
  21. Architecture: armhf
  22. Depends: libwiringpi2 (= ${binary:Version}), libc6-dev, ${misc:Depends}
  23. Suggests: wiringpi
  24. Description: GPIO development library for Raspberry Pi
  25. Development libraries to allow GPIO access on a Raspberry Pi from C
  26. and C++ programs.