vcpkg/ports/edflib/vcpkg.json
2024-07-08 10:16:22 -04:00

23 lines
421 B
JSON

{
"name": "edflib",
"version": "1.26",
"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"
}
}
}