mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"name": "c4core",
|
|
"version": "0.1.9",
|
|
"port-version": 1,
|
|
"description": "Library of low-level C++ utilities",
|
|
"homepage": "https://github.com/biojppm/c4core",
|
|
"license": "MIT",
|
|
"supports": "!uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|