Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
501 B
JSON
Executable File

{
"name": "calceph",
"version": "4.0.4",
"port-version": 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
}
]
}