Files
vcpkg/ports/cppadcodegen/vcpkg.json
2026-01-07 01:27:57 -08:00

19 lines
436 B
JSON

{
"name": "cppadcodegen",
"version": "2.5.0",
"description": "Source code generation for automatic differentiation using operator overloading (extension of CppAD)",
"homepage": "https://github.com/joaoleal/CppADCodeGen",
"license": "EPL-1.0 OR GPL-3.0-only",
"dependencies": [
"cppad",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}