mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
c8fa9ac743
* [libsamplerate] Delete docs * version
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "libsamplerate",
|
|
"version": "0.2.2",
|
|
"port-version": 1,
|
|
"description": "Sample Rate Converter for audio",
|
|
"homepage": "http://libsndfile.github.io/libsamplerate/",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|