mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
f0870ce368
* Update frugally-deep to version 0.15.19-p0 * Apply x-add-version * Fix the deprecated function in portfile.cmake * Add license MIT in vcpkg.json * Add newline at end of file * Re-add vcpkg_from_github * Update portfile.cmake * Update frugally-deep.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
26 lines
501 B
JSON
26 lines
501 B
JSON
{
|
|
"name": "frugally-deep",
|
|
"version-semver": "0.15.19-p0",
|
|
"description": "Header-only library for using Keras models in C++.",
|
|
"homepage": "https://github.com/Dobiasd/frugally-deep",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"fplus",
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"double": {
|
|
"description": "Use double precision"
|
|
}
|
|
}
|
|
}
|