mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:19:01 +08:00
66dc12b3fa
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"name": "atkmm",
|
|
"version": "2.36.0",
|
|
"port-version": 1,
|
|
"description": "atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.",
|
|
"homepage": "https://www.gtkmm.org",
|
|
"dependencies": [
|
|
"atk",
|
|
"gettext",
|
|
"glib",
|
|
"glibmm"
|
|
]
|
|
}
|