]> git.sur5r.net Git - minitube/blob - lib/http/marketplace.json
Upload 3.9.3-2 to unstable
[minitube] / lib / http / marketplace.json
1 {
2     "$schema": "http://qt.io/schema/extension-schema-v1#",
3     "title": "Http",
4     "extensionType": [
5         "library"
6     ],
7     "version": "1",
8     "vendor": {
9         "name": "Flavio Tordini",
10         "url": "https://flavio.tordini.org"
11     },
12     "contact": "Flavio Tordini <flavio.tordini@gmail.com>",
13     "copyright": [
14         "Flavio Tordini"
15     ],
16     "author": "Flavio Tordini",
17     "icon": "https://flavio.tordini.org/favicon-196x196.png",
18     "licenses": [
19         {
20             "licenseType": "MIT",
21             "licenseUrl": "https://opensource.org/licenses/MIT"
22         }
23     ],
24     "created": "2016-07-02",
25     "platforms": [
26         "Windows",
27         "Linux",
28         "macOS",
29         "Android",
30         "iOS"
31     ],
32     "qtVersions": [
33         "5.10.0-or-later"
34     ],
35     "tags": [
36         "http,web,rest,networking,freeproduct,tools,utility"
37     ],
38     "price": {
39         "listprice": 0
40     },
41     "support": "flavio.tordini@gmail.com",
42     "bugUrl": "https://github.com/flaviotordini/http/issues",
43     "sourceRepoUrl": "https://github.com/flaviotordini/http",
44     "userManuals": [
45         "https://github.com/flaviotordini/http/blob/master/README.md"
46     ],
47     "dependencies": [
48         "Network"
49     ]
50 }