33 lines
655 B
JSON
33 lines
655 B
JSON
{
|
|
"name": "SimpleSync",
|
|
"version": "0.0.1",
|
|
"description": "simple messaging protocol",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.nilsschulte.de/nils/simplesync.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Nils Schulte",
|
|
"email": "git@nilsschulte.de",
|
|
"url": "https://nilsschulte.de/",
|
|
"maintainer": "true"
|
|
}
|
|
],
|
|
"license": "EUPL-1.2",
|
|
"homepage": "https://git.nilsschulte.de/nils/simplesync/",
|
|
// "dependencies": {
|
|
// "ownername/print": "~1.3.0"
|
|
// },
|
|
"build": {
|
|
"srcFilter": [
|
|
"-<python_module.cpp>",
|
|
"-<test>"
|
|
]
|
|
},
|
|
"frameworks": "*",
|
|
"platforms": "*"
|
|
}
|