mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 14:48:08 +08:00
22 lines
656 B
JSON
22 lines
656 B
JSON
|
{
|
||
|
"name": "starlink-ast",
|
||
|
"version-semver": "9.2.4",
|
||
|
"description": "The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it",
|
||
|
"homepage": "https://starlink.eao.hawaii.edu/starlink/AST",
|
||
|
"supports": "windows",
|
||
|
"features": {
|
||
|
"pthreads": {
|
||
|
"description": "build with POSIX threads support",
|
||
|
"dependencies": [
|
||
|
"pthreads"
|
||
|
]
|
||
|
},
|
||
|
"yaml": {
|
||
|
"description": "build with YAML support",
|
||
|
"dependencies": [
|
||
|
"libyaml"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|