GET /api/v1/ports/cspice/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cspice",
"portdir": "science/cspice",
"version": "N0066",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://naif.jpl.nasa.gov/naif/",
"description": "SPICE: An Observation Geometry System for Planetary Science Missions",
"long_description": "NASA's Navigation and Ancillary Information Facility (NAIF) provides this toolkit in order to allow (planetary) scientists access to all kinds of space exploration related positioning information.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"doc",
"prefix_binaries"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-spiceypy",
"py37-spiceypy",
"py312-spiceypy"
]
}
]
}