-
Notifications
You must be signed in to change notification settings - Fork 35
/
Cartero.doap
28 lines (28 loc) · 1.37 KB
/
Cartero.doap
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
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<name xml:lang="en">Cartero</name>
<shortdesc xml:lang="en">Make HTTP requests and test APIs</shortdesc>
<homepage rdf:resource="https://github.com/danirod/cartero"></homepage>
<bug-database rdf:resource="https://github.com/danirod/cartero/issues"></bug-database>
<license rdf:resource="http://spdx.org/licenses/GPL-3.0-or-later"></license>
<programming-language>Rust</programming-language>
<platform>GTK 4</platform>
<maintainer>
<foaf:Person>
<foaf:name>Dani Rodríguez</foaf:name>
<foaf:mbox rdf:resource="mailto:dani@danirod.es"></foaf:mbox>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomePage rdf:resource="https://gitlab.gnome.org"></foaf:accountServiceHomePage>
<foaf:accountName>danirod</foaf:accountName>
</foaf:OnlineAccount>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomePage rdf:resource="https://github.com"></foaf:accountServiceHomePage>
<foaf:accountName>danirod</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>