vcpkg/ports/starlink-ast/vcpkg.json
Kai Pastor a9c97d38b6
[starlink-ast] Update, fix (#31201)
* [starlink-ast] Update, fix

* Cleanup
2023-05-01 11:24:04 -07:00

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"
]
}
}
}