-
Notifications
You must be signed in to change notification settings - Fork 1
/
octave-arduino.metainfo.xml
31 lines (30 loc) · 1.17 KB
/
octave-arduino.metainfo.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Colin B. Macdonald
Copyright 2018 John Donoghue
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
-->
<component type="addon">
<id>octave-arduino</id>
<extends>www.octave.org-octave.desktop</extends>
<name>Arduino Toolkit</name>
<summary>Octave to Arduino interface toolkit</summary>
<description>
<p>Basic Octave implementation of the matlab arduino extension,
allowing communication to a programmed arduino board to control its
hardware.</p>
</description>
<keywords>
<keyword>arduino</keyword>
<keyword>communication</keyword>
</keywords>
<url type="homepage">http://octave.sourceforge.net/arduino</url>
<url type="bugtracker">https://savannah.gnu.org/bugs/?func=additem&group=octave</url>
<project_license>GPL-3.0+</project_license>
<developer_name>Octave-Forge Community</developer_name>
<update_contact>[email protected]</update_contact>
<metadata_license>FSFAP</metadata_license>
</component>