mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:49:00 +08:00
d235330027
* Update mio to 2023-01-25 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"name": "mio",
|
|
"version-date": "2023-01-25",
|
|
"description": "Cross-platform header-only C++11 library for memory mapped file IO.",
|
|
"homepage": "https://github.com/mandreyel/mio",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|