vcpkg/ports/frugally-deep/vcpkg.json
Tobias Hermann f0870ce368
[frugally-deep] Update to version 0.15.19-p0 (#28043)
* 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>
2022-11-30 09:36:10 -08:00

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