Skip to content

Commit e7857ce

Browse files
committed
Add new wrap for tinycdb
From https://www.corpit.ru/mjt/tinycdb.html Signed-off-by: Philip Withnall <[email protected]>
1 parent 28c9395 commit e7857ce

File tree

5 files changed

+569
-0
lines changed

5 files changed

+569
-0
lines changed

ci_config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,13 @@
14021402
"windows": false
14031403
}
14041404
},
1405+
"tinycdb": {
1406+
"_comment": "Unix only",
1407+
"build_on": {
1408+
"msys2": false,
1409+
"windows": false
1410+
}
1411+
},
14051412
"tinyfsm": {
14061413
"build_options": [
14071414
"tinyfsm:build_examples=true"

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4081,6 +4081,14 @@
40814081
"1.1.1-1"
40824082
]
40834083
},
4084+
"tinycdb": {
4085+
"dependency_names": [
4086+
"libcdb"
4087+
],
4088+
"versions": [
4089+
"0.81-1"
4090+
]
4091+
},
40844092
"tinyfsm": {
40854093
"dependency_names": [
40864094
"tinyfsm"

0 commit comments

Comments
 (0)