mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
2ed5383f7b
* Remove unused EXTRA_QUOTES * Uniformly invoke 'configure' * [libtasn1] Fix mingw build * Unify prefix handling * Revise install dir processing * x-add-version * Force libdir to lib (adopted from #19666) * [skip actions] CI rebuild * CR request: Put backslash before shell var * CR request: Use vcpkg_list * Update versions * Fix python3 options * Update versions * Bump python port-version. * CR request: Add comment about backslashes before prefix Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
23 lines
677 B
JSON
23 lines
677 B
JSON
{
|
|
"name": "starlink-ast",
|
|
"version-semver": "9.2.4",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|