-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathio.github.gnu_octave.doctest.metainfo.xml
36 lines (35 loc) · 1.4 KB
/
io.github.gnu_octave.doctest.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
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016, 2019, 2023-2024 Colin B. Macdonald
SPDX-License-Identifier: FSFAP
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>io.github.gnu_octave.doctest</id>
<extends>org.octave.Octave</extends>
<name>Doctest</name>
<summary>Find and run example code within documentation</summary>
<description>
<p>Formatted blocks of example code are extracted from documentation
files and executed to confirm their output is correct. This can be
part of a testing framework or simply to ensure that documentation
stays up-to-date during software development.</p>
</description>
<keywords>
<keyword>development</keyword>
<keyword>software testing</keyword>
<keyword>testing</keyword>
<keyword>documentation</keyword>
</keywords>
<url type="homepage">https://octave.sourceforge.io/doctest</url>
<url type="bugtracker">https://github.com/gnu-octave/octave-doctest/issues/new</url>
<metadata_license>FSFAP</metadata_license>
<project_license>BSD-3-Clause</project_license>
<developer id="octave.org">
<name>The Octave Community</name>
</developer>
<update_contact>octave-maintainers@gnu.org</update_contact>
</component>