mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"name": "mio",
|
|
"version-date": "2023-03-03",
|
|
"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
|
|
}
|
|
]
|
|
}
|