vcpkg/ports/edflib/vcpkg.json
MonicaLiu d2c7f39c90
[edflib] Update to 1.27 (#41735)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-10-24 22:21:35 -07:00

23 lines
421 B
JSON

{
"name": "edflib",
"version": "1.27",
"description": "A C library to read/write EDF/EDF+/BDF/BDF+ files",
"homepage": "https://www.teuniz.net/edflib/",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools"
}
}
}