vcpkg/ports/libebur128/vcpkg.json

16 lines
350 B
JSON
Raw Normal View History

{
"name": "libebur128",
"version-string": "1.2.6",
"port-version": 1,
"description": "A library implementing the EBU R128 audio loudness standard",
"homepage": "https://github.com/jiixyj/libebur128",
"license": "MIT",
"supports": "!(arm & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}