mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
c48c767286
* [starlink-ast] Switch tarball, minor fixes * No absolute paths
26 lines
705 B
JSON
26 lines
705 B
JSON
{
|
|
"name": "starlink-ast",
|
|
"version": "9.2.10",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|