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 34 35 36 37 38 39 40 41 42
|
Source: arduino
Section: electronics
Priority: extra
Maintainer: Scott Howard <showard@debian.org>
Uploaders: Philip Hands <phil@hands.com>
Build-Depends: debhelper (>= 9), javahelper, default-jdk,
librxtx-java (>= 2.2pre2-3), libjna-java, ant
Standards-Version: 3.9.5
Homepage: http://www.arduino.cc
Vcs-Git: git://anonscm.debian.org/collab-maint/arduino.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/arduino.git
Package: arduino
Architecture: all
Depends: default-jre | java6-runtime, libjna-java,
librxtx-java (>= 2.2pre2-3), ${misc:Depends},
arduino-core (= ${binary:Version})
Recommends: extra-xdg-menus, policykit-1
Description: AVR development board IDE and built-in libraries
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 the integrated development environment that
allows for program writing, code verfication, compiling, and uploading
to the Arduino development board. Libraries and example code will also
be installed.
Package: arduino-core
Architecture: all
Depends: ${misc:Depends}, gcc-avr (>= 4.7.0), avrdude (>= 6.3-2), gcc,
avr-libc (>= 1.8.0)
Suggests: arduino-mk
Description: Code, examples, and libraries for the Arduino platform
Arduino is an open hardware microcontroller platform. This package contains
the minimal set of tools to allow one to program an Arduino. It also contains
examples and libraries. For a CLI, see the 'arduino-mk' package.
.
This package does not include the Java based Integrated Development
Environment, which can be found in the 'arduino' package.
|