mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
25 lines
546 B
JSON
25 lines
546 B
JSON
{
|
|
"name": "ryml",
|
|
"version-date": "2021-07-24",
|
|
"description": "Rapid YAML library",
|
|
"homepage": "https://github.com/biojppm/rapidyaml",
|
|
"supports": "!osx",
|
|
"dependencies": [
|
|
{
|
|
"name": "c4core",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"default-features": [
|
|
"def-callbacks"
|
|
],
|
|
"features": {
|
|
"dbg": {
|
|
"description": "Enable (very verbose) ryml debug prints."
|
|
},
|
|
"def-callbacks": {
|
|
"description": "Enable ryml's default implementation of callbacks: allocate(), free(), error()"
|
|
}
|
|
}
|
|
}
|