vcpkg/ports/tomsolver/vcpkg.json
Tom Willow 03d773c832
[tomsolver] Add new port (#42096)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-11-14 03:04:05 -08:00

18 lines
357 B
JSON

{
"name": "tomsolver",
"version": "1.0.0",
"description": "Simplest, Well-tested, Non-linear equations solver library.",
"homepage": "https://github.com/tomwillow/tomsolver",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}