mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:29:00 +08:00
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"name": "enkits",
|
|
"version": "1.11",
|
|
"port-version": 3,
|
|
"description": "A permissively licensed C and C++ Task Scheduler for creating parallel programs.",
|
|
"homepage": "https://github.com/dougbinks/enkiTS",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|