mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"name": "cppad",
|
|
"version": "20250000.3",
|
|
"port-version": 2,
|
|
"description": "CppAD: A Package for Differentiation of C++ Algorithms",
|
|
"homepage": "https://github.com/coin-or/CppAD",
|
|
"license": "EPL-2.0 OR GPL-2.0-or-later",
|
|
"dependencies": [
|
|
"boost-thread",
|
|
"eigen3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|