1<?xml version="1.0" encoding="UTF-8"?> 2<!-- See https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html --> 3<component type="desktop-application"> 4 <id>cc.arduino.arduinoide.desktop</id> 5 <metadata_license>CC-BY-SA-3.0</metadata_license> 6 <developer_name>Arduino LLC</developer_name> 7 8 <name>Arduino IDE</name> 9 <summary>Open-source electronics prototyping platform</summary> 10 11 <description> 12 <p> 13 Arduino is an open-source electronics prototyping platform based 14 on flexible, easy-to-use hardware and software. It's intended for 15 artists, designers, hobbyists, and anyone interested in creating 16 interactive objects or environments. 17 </p> 18 <p> 19 Included is an integrated development environment that can be used 20 to develop and upload code to compatible microcontrollers. 21 </p> 22 </description> 23 24 <screenshots> 25 <screenshot type="default"> 26 <image>https://mavit.fedorapeople.org/appdata/arduino-screenshot.png</image> 27 <caption>The Arduino IDE showing a simple example program</caption> 28 </screenshot> 29 <screenshot> 30 <image>https://mavit.fedorapeople.org/appdata/arduino-photo.jpg</image> 31 <caption>Arduino hardware being connected to a breadboard</caption> 32 </screenshot> 33 </screenshots> 34 35 <url type="homepage">http://www.arduino.cc/</url> 36 <url type="help">https://www.arduino.cc/en/Guide/HomePage</url> 37 <url type="bugtracker">https://github.com/arduino/Arduino/issues</url> 38 <url type="translate">https://github.com/arduino/Arduino/tree/master/arduino-core/src/processing/app/i18n</url> 39 <url type="donation">https://www.arduino.cc/en/Main/Contribute</url> 40 41 <update_contact>arduino.appdata.xml@mavit.org.uk</update_contact> 42</component> 43