vcpkg/ports/starlink-ast/vcpkg.json
Kai Pastor c48c767286
[starlink-ast] Switch tarball, misc fixes (#31663)
* [starlink-ast] Switch tarball, minor fixes

* No absolute paths
2023-06-05 14:09:39 -07:00

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