vcpkg/ports/rsm-binary-io/vcpkg.json
Ryan 073a476459
[rsm-binary-io] Add new port (#20334)
* add rsm-binary-io port

* add versioning

* add rsm-binary-io x64-linux to ci baseline

* convert indentation to spaces

* update versioning
2021-09-27 20:03:20 -07:00

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