From 2f574c6daa34bc8b10f22b3190e8b86467ac5d81 Mon Sep 17 00:00:00 2001 From: Jeff Hoefs Date: Sun, 6 Nov 2016 14:15:37 -0800 Subject: [PATCH] add copy of library properties for Processing lib manager --- processing-arduino.txt | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 processing-arduino.txt diff --git a/processing-arduino.txt b/processing-arduino.txt new file mode 100644 index 0000000..987dab6 --- /dev/null +++ b/processing-arduino.txt @@ -0,0 +1,45 @@ +# UTF-8 supported. + +# The name of your library as you want it formatted +name = Arduino (Firmata) + +# List of authors. Links can be provided using the syntax [author name](url) +authors = [David A. Mellis](http://dam.mellis.org/) + +# A web page for your library, NOT a direct link to where to download it +url = http://arduino.cc/playground/Interfacing/Processing + +# The category of your library, must be one (or many) of the following: +# "3D" "Animation" "Compilations" "Data" +# "Fabrication" "Geometry" "GUI" "Hardware" +# "I/O" "Language" "Math" "Simulation" +# "Sound" "Utilities" "Typography" "Video & Vision" +# +# If a value other than those listed is used, your library will listed as "Other." +categories = Hardware + +# A short sentence (or fragment) to summarize the library's function. This will be +# shown from inside the PDE when the library is being installed. Avoid repeating +# the name of your library here. Also, avoid saying anything redundant like +# mentioning that its a library. This should start with a capitalized letter, and +# end with a period. +sentence = Controls Arduino boards running the Firmata firmware. + +# Additional information suitable for the Processing website. The value of +# 'sentence' always will be prepended, so you should start by writing the +# second sentence here. If your library only works on certain operating systems, +# mention it here. +paragraph = Works with the StandardFirmata example included in the Arduino software distribution. To use Firmata with other software, see [the Firmata github repository](https://github.com/firmata/arduino) + +# Links in the 'sentence' and 'paragraph' attributes can be inserted using the +# same syntax as for authors. That is, [here is a link to Processing](http://processing.org/) + + +# A version number that increments once with each release. This +# is used to compare different versions of the same library, and +# check if an update is available. You should think of it as a +# counter, counting the total number of releases you've had. +version = 9 # This must be parsable as an int + +# The version as the user will see it. If blank, the version attribute will be used here +prettyVersion = 9 # This is treated as a String