mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
436 B
JSON
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
|
|
}
|
|
]
|
|
}
|