2021-08-05 04:27:40 +08:00
{
"name" : "plplot" ,
2022-11-22 01:08:15 +08:00
"version-semver" : "5.15.0" ,
2021-08-05 04:27:40 +08:00
"description" : "PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer." ,
2022-11-22 01:08:15 +08:00
"homepage" : "http://plplot.org/" ,
"license" : null ,
2021-08-05 04:27:40 +08:00
"dependencies" : [
2022-11-22 01:08:15 +08:00
{
"name" : "freetype" ,
"default-features" : false
} ,
"pango" ,
2021-11-13 08:40:14 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2022-11-22 01:08:15 +08:00
}
2021-08-05 04:27:40 +08:00
] ,
"features" : {
"wxwidgets" : {
2022-11-22 01:08:15 +08:00
"description" : "Enable wxWidgets GUI binding" ,
"dependencies" : [
{
"name" : "wxwidgets" ,
"default-features" : false
}
]
} ,
"x11" : {
"description" : "Enable X11 support" ,
2021-08-05 04:27:40 +08:00
"dependencies" : [
2022-11-22 01:08:15 +08:00
"libx11"
2021-08-05 04:27:40 +08:00
]
}
}
}