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
|
Source: arduino
Section: electronics
Priority: extra
Maintainer: Scott Howard <showard314@gmail.com>
Uploaders: Philip Hands <phil@hands.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, librxtx-java,
liboro-java, libantlr-java, libecj-java, libjna-java, perl
Standards-Version: 3.9.0
Homepage: http://www.arduino.cc
Vcs-Git: git://git.debian.org/collab-maint/arduino.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/arduino.git
Package: arduino
Architecture: all
Depends: default-jre | java6-runtime, libantlr-java, libecj-java,
libjna-java, liboro-java, librxtx-java, openjdk-6-jdk | sun-java6-jdk,
${misc:Depends}, arduino-core (= ${binary:Version})
Recommends: extra-xdg-menus
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, avrdude, gcc, avr-libc
Description: Minimal (java-free) tool to interact with an Arduino
Arduino is an open hardware microcrontoler platform. This package contains
the minimal set of tools to allow one to program an Arduino. It also contains
some examples, and a quick intro in the package's README.Debian.
.
This package does not include the Java based Integrated Development
Environment, which can be found in the 'arduino' package.
|