mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:09:00 +08:00
20 lines
480 B
JSON
Executable File
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
|
|
}
|
|
]
|
|
}
|