1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: arduino-mk
Section: electronics
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Scott Howard <showard@debian.org>,
Simon John <git@the-jedi.co.uk>
Build-Depends:
debhelper-compat (= 12),
Standards-Version: 4.5.0
Homepage: https://github.com/sudar/Arduino-Makefile
Vcs-Git: https://salsa.debian.org/science-team/arduino-mk.git
Vcs-Browser: https://salsa.debian.org/science-team/arduino-mk/
Rules-Requires-Root: no
Package: arduino-mk
Architecture: all
Depends:
arduino (>= 2:1.8.13+dfsg1-1),
make,
python3,
python3-serial,
${misc:Depends}
Recommends:
screen,
Description: Program your Arduino from the command line
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.
.
This package will install a Makefile to allow for CLI programming of the
Arduino platform.
|