vcpkg/ports/starlink-ast/vcpkg.json
Jack·Boos·Yu 35bf2e6bdf
[vcpkg baseline] Fix libxmp-lite / starlink-ast regressions (#30941)
* [vcpkg baseline] Fix libxmp-lite regression

* typo

* Fix startlink-ast

* version

* Remove port libxmp-lite

* Restore libxmp-lite in the version database.

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-04-18 16:57:21 -07:00

26 lines
710 B
JSON

{
"name": "starlink-ast",
"version": "9.2.7",
"port-version": 3,
"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"
]
}
}
}