qtpromise/qpm.json
2023-03-05 15:13:39 +01:00

19 lines
493 B
JSON

{
"name": "com.github.simonbrunel.qtpromise",
"description": "Promises/A+ implementation for Qt/C++",
"author": {
"name": "Simon Brunel",
"email": "simonbrunel@users.noreply.github.com"
},
"repository": {
"type": "GITHUB",
"url": "https://github.com/simonbrunel/qtpromise.git"
},
"version": {
"label": "0.7.0"
},
"license": "MIT",
"pri_filename": "qtpromise.pri",
"webpage": "https://qtpromise.netlify.com"
}