mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"name": "asock",
|
|
"version": "1.0.7",
|
|
"description": "A simple portable socket library",
|
|
"homepage": "https://github.com/jeremyko/ASockLib",
|
|
"license": "MIT",
|
|
"supports": "windows | linux | osx",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|