Skip to content

Commit 8f13f61

Browse files
John DonoghueJohn Donoghue
John Donoghue
authored and
John Donoghue
committed
* octave-arduino.metainfo.xml: added metainfo file
1 parent 5c07602 commit 8f13f61

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

octave-arduino.metainfo.xml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright 2016 Colin B. Macdonald
4+
Copyright 2018 John Donoghue
5+
6+
Copying and distribution of this file, with or without modification,
7+
are permitted in any medium without royalty provided the copyright
8+
notice and this notice are preserved. This file is offered as-is,
9+
without any warranty.
10+
-->
11+
<component type="addon">
12+
<id>octave-arduino</id>
13+
<extends>www.octave.org-octave.desktop</extends>
14+
<name>Arduino Toolkit</name>
15+
<summary>Octave to Arduino interface toolkit</summary>
16+
<description>
17+
<p>Basic Octave implementation of the matlab arduino extension,
18+
allowing communication to a programmed arduino board to control its
19+
hardware.</p>
20+
</description>
21+
<keywords>
22+
<keyword>arduino</keyword>
23+
<keyword>communication</keyword>
24+
</keywords>
25+
<url type="homepage">http://octave.sourceforge.net/arduino</url>
26+
<url type="bugtracker">https://savannah.gnu.org/bugs/?func=additem&amp;group=octave</url>
27+
<project_license>GPL-3.0+</project_license>
28+
<developer_name>Octave-Forge Community</developer_name>
29+
<update_contact>[email protected]</update_contact>
30+
<metadata_license>FSFAP</metadata_license>
31+
</component>

0 commit comments

Comments
 (0)