vcpkg/ports/ryml/vcpkg.json
NancyLi1013 f978be6534
[ryml] Support osx (#20661)
* [ryml] Support osx

* Update deprecated functions

* Remove supports field
2021-10-12 17:09:17 -07:00

33 lines
674 B
JSON

{
"name": "ryml",
"version-date": "2021-07-24",
"port-version": 1,
"description": "Rapid YAML library",
"homepage": "https://github.com/biojppm/rapidyaml",
"dependencies": [
{
"name": "c4core",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"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()"
}
}
}