19 lines
354 B
JSON
Executable File
19 lines
354 B
JSON
Executable File
{
|
|
"name": "c4core",
|
|
"version": "0.1.9",
|
|
"description": "Library of low-level C++ utilities",
|
|
"homepage": "https://github.com/biojppm/c4core",
|
|
"license": "MIT",
|
|
"supports": "!(uwp | arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|