mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:03:03 +01:00
19 lines
245 B
JSON
19 lines
245 B
JSON
{
|
|
"name": "firebird",
|
|
"version-string": "5.0.0",
|
|
"dependencies": [
|
|
"icu",
|
|
"libcxx"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"name": "icu",
|
|
"version": "71.1"
|
|
},
|
|
{
|
|
"name": "libcxx",
|
|
"version": "19.1.1"
|
|
}
|
|
]
|
|
}
|