mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
073a476459
* add rsm-binary-io port * add versioning * add rsm-binary-io x64-linux to ci baseline * convert indentation to spaces * update versioning
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"name": "rsm-binary-io",
|
|
"version-semver": "2.0.2",
|
|
"description": "A binary i/o library for C++, without the agonizing pain",
|
|
"homepage": "https://github.com/Ryan-rsm-McKenzie/binary_io",
|
|
"documentation": "https://ryan-rsm-mckenzie.github.io/binary_io/",
|
|
"supports": "!osx & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|