mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:39:01 +08:00
7180c62fd9
* updated to v9.2.6 * git hash update * update to AST 9.2.7 * hash update * Update versions/s-/starlink-ast.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * starlink-ast doesn't use semver Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
25 lines
689 B
JSON
25 lines
689 B
JSON
{
|
|
"name": "starlink-ast",
|
|
"version": "9.2.7",
|
|
"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",
|
|
"dependencies": [
|
|
"cminpack"
|
|
],
|
|
"features": {
|
|
"pthreads": {
|
|
"description": "build with POSIX threads support",
|
|
"dependencies": [
|
|
"pthreads"
|
|
]
|
|
},
|
|
"yaml": {
|
|
"description": "build with YAML support",
|
|
"dependencies": [
|
|
"libyaml"
|
|
]
|
|
}
|
|
}
|
|
}
|