mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
26 lines
506 B
JSON
26 lines
506 B
JSON
{
|
|
"name": "frugally-deep",
|
|
"version-semver": "0.16.0",
|
|
"description": "Header-only library for using Keras models in C++.",
|
|
"homepage": "https://github.com/Dobiasd/frugally-deep",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"functionalplus",
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"double": {
|
|
"description": "Use double precision"
|
|
}
|
|
}
|
|
}
|