2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libsbml",
|
2023-10-25 00:09:15 +08:00
|
|
|
"version": "5.20.2",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "A library for reading / writing SBML files",
|
2023-05-11 02:40:02 +08:00
|
|
|
"homepage": "https://github.com/sbmlteam/libsbml",
|
|
|
|
"license": "LGPL-2.1",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2021-09-14 11:20:15 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"default-features": [
|
|
|
|
"comp",
|
|
|
|
"fbc",
|
|
|
|
"groups",
|
|
|
|
"layout",
|
|
|
|
"libxml2",
|
|
|
|
"render"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"bzip2": {
|
|
|
|
"description": "bz2 compression support for libsbml",
|
|
|
|
"dependencies": [
|
|
|
|
"bzip2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"comp": {
|
|
|
|
"description": "support for Hierarchical Model Composition"
|
|
|
|
},
|
|
|
|
"expat": {
|
|
|
|
"description": "libsbml using expat parser",
|
|
|
|
"dependencies": [
|
|
|
|
"expat"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"fbc": {
|
|
|
|
"description": "support for Flux Balance Constrant Modeling"
|
|
|
|
},
|
|
|
|
"groups": {
|
|
|
|
"description": "support for Groups"
|
|
|
|
},
|
|
|
|
"layout": {
|
|
|
|
"description": "support for Pathway Layouts"
|
|
|
|
},
|
|
|
|
"libxml2": {
|
|
|
|
"description": "libsbml using libxml2 parser",
|
|
|
|
"dependencies": [
|
|
|
|
"libxml2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"multi": {
|
|
|
|
"description": "support for Multistate Modeling"
|
|
|
|
},
|
|
|
|
"namespace": {
|
|
|
|
"description": "Build with the WITH_CPP_NAMESPACE option set to on"
|
|
|
|
},
|
|
|
|
"qual": {
|
|
|
|
"description": "support for Qualitative Modeling"
|
|
|
|
},
|
|
|
|
"render": {
|
2023-07-22 00:04:10 +08:00
|
|
|
"description": "support for Rendering information",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libsbml",
|
2023-10-25 00:09:15 +08:00
|
|
|
"default-features": false,
|
2023-07-22 00:04:10 +08:00
|
|
|
"features": [
|
|
|
|
"layout"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2021-09-09 16:24:04 +08:00
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"description": "Unit testing of libSBMLs implementation",
|
2023-10-25 00:09:15 +08:00
|
|
|
"supports": "!windows | mingw | (windows & static)",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2023-10-25 00:09:15 +08:00
|
|
|
"check",
|
|
|
|
"dirent"
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "gzip compression support for libsbml",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|