mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:29:01 +08:00
b9a6b3985f
* update fplus and fix cmake target. new port frugally-deep * update version and format manifest * add frugally-deep version * lol thats header only.. * update version * add feature double to frugally-deep * update version
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "frugally-deep",
|
|
"version-semver": "0.15.2-p0",
|
|
"description": "Header-only library for using Keras models in C++.",
|
|
"homepage": "https://github.com/Dobiasd/frugally-deep",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"fplus",
|
|
"nlohmann-json"
|
|
],
|
|
"features": {
|
|
"double": {
|
|
"description": "Use double precision"
|
|
}
|
|
}
|
|
}
|