mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-07 04:25:09 +08:00
6a3dd0874f
* [edflib] Add dynamic build support * [edflib] Bump version * [edflib] Update to v1.24 * Revert "[edflib] Bump version" This reverts commit d45db16a0e2b5d19778494185113103ef9a9340a. * [edflib] Bump version
23 lines
421 B
JSON
23 lines
421 B
JSON
{
|
|
"name": "edflib",
|
|
"version": "1.24",
|
|
"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"
|
|
}
|
|
}
|
|
}
|