vcpkg/ports/calceph/vcpkg.json
2024-10-04 11:37:38 -04:00

20 lines
480 B
JSON
Executable File

{
"name": "calceph",
"version": "4.0.1",
"description": "C library to access the binary planetary ephemeris files.",
"homepage": "https://www.imcce.fr/inpop/calceph/",
"documentation": "https://calceph.imcce.fr/docs/latest/html/c/index.html",
"license": "CECILL-2.1 OR CECILL-B OR CECILL-C",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}