mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
6a3dd0874f
* [edflib] Add dynamic build support
* [edflib] Bump version
* [edflib] Update to v1.24
* Revert "[edflib] Bump version"
This reverts commit d45db16a0e
.
* [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"
|
|
}
|
|
}
|
|
}
|