mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +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": "13.0.1"
|
||
|
}
|
||
|
]
|
||
|
}
|