Skip to content

Commit

Permalink
Add support for clib <https://github.com/clibs/clib>
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Sep 30, 2017
1 parent 00cffc8 commit 460f9b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "sqlite-amalgamation",
"version": "3.20.1",
"description": "An in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"repo": "LeakyAbstractions/sqlite-amalgamation",
"src": [
"shell.c",
"sqlite3.c",
"sqlite3.h",
"sqlite3ext.h"
],
"keywords": [
"sqlite",
"library",
"sqlite-amalgamation",
"cmake"
]
}

0 comments on commit 460f9b9

Please sign in to comment.