summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gyro.zzz16
1 files changed, 16 insertions, 0 deletions
diff --git a/gyro.zzz b/gyro.zzz
new file mode 100644
index 0000000..112e16d
--- /dev/null
+++ b/gyro.zzz
@@ -0,0 +1,16 @@
1pkgs:
2 sqlite:
3 version: 0.0.0
4 description: "Small wrapper around sqlite's C API"
5 license: MIT
6 source_url: "https://github.com/vrischmann/zig-sqlite"
7 tags:
8 sqlite
9
10 root: sqlite.zig
11 files:
12 README.md
13 LICENSE
14 *.zig
15 *.c
16 *.h