mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
23 lines
421 B
JSON
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"
|
|
}
|
|
}
|
|
}
|