Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit fbada00

Browse files
committed
Sync config files from main
1 parent 07802ba commit fbada00

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

docs/.vitepress/config/ext.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
},
4444
"dba": {
4545
"type": "builtin",
46-
"arg-type-windows": "with"
46+
"arg-type": "custom",
47+
"lib-suggests": [
48+
"qdbm"
49+
]
4750
},
4851
"dom": {
4952
"type": "builtin",

docs/.vitepress/config/lib.json

+12
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,18 @@
525525
"zstd"
526526
]
527527
},
528+
"qdbm": {
529+
"source": "qdbm",
530+
"static-libs-unix": [
531+
"libqdbm.a"
532+
],
533+
"static-libs-windows": [
534+
"qdbm_a.lib"
535+
],
536+
"headers-windows": [
537+
"depot.h"
538+
]
539+
},
528540
"readline": {
529541
"source": "readline",
530542
"static-libs-unix": [

docs/.vitepress/config/source.json

+9
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,15 @@
551551
"path": "LICENSE"
552552
}
553553
},
554+
"qdbm": {
555+
"type": "git",
556+
"url": "https://github.com/static-php/qdbm.git",
557+
"rev": "main",
558+
"license": {
559+
"type": "file",
560+
"path": "COPYING"
561+
}
562+
},
554563
"rar": {
555564
"type": "git",
556565
"url": "https://github.com/static-php/php-rar.git",

0 commit comments

Comments
 (0)