vcpkg/ports/mio/vcpkg.json
2023-03-30 11:59:41 -07:00

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
}
]
}