vcpkg/ports/edflib/vcpkg.json
myd7349 6a3dd0874f
[edflib] Update to v1.24 (#31250)
* [edflib] Add dynamic build support

* [edflib] Bump version

* [edflib] Update to v1.24

* Revert "[edflib] Bump version"

This reverts commit d45db16a0e.

* [edflib] Bump version
2023-05-05 11:30:57 -07:00

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"
}
}
}