mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
f565807b1b
* remove old port version * fix versions yet again Co-authored-by: Michael Goulding <Michael.Goulding@microsoft.com>
14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"name": "ryml",
|
|
"version-date": "2021-05-27",
|
|
"description": "Rapid YAML library",
|
|
"homepage": "https://github.com/biojppm/rapidyaml",
|
|
"supports": "!(arm | arm64 | osx)",
|
|
"dependencies": [
|
|
{
|
|
"name": "c4core",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|