mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:19:00 +08:00
a9c97d38b6
* [starlink-ast] Update, fix * Cleanup
25 lines
684 B
JSON
25 lines
684 B
JSON
{
|
|
"name": "starlink-ast",
|
|
"version": "9.2.10",
|
|
"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",
|
|
"license": null,
|
|
"dependencies": [
|
|
"cminpack"
|
|
],
|
|
"features": {
|
|
"pthreads": {
|
|
"description": "Build with POSIX threads support",
|
|
"dependencies": [
|
|
"pthreads"
|
|
]
|
|
},
|
|
"yaml": {
|
|
"description": "Build with YAML support",
|
|
"dependencies": [
|
|
"libyaml"
|
|
]
|
|
}
|
|
}
|
|
}
|