From b9f9986ba285c3d1fb5191e5d78667ad02738e9d Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sat, 30 Jan 2021 19:25:44 +0100 Subject: add support for gyro --- gyro.zzz | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gyro.zzz (limited to 'gyro.zzz') diff --git a/gyro.zzz b/gyro.zzz new file mode 100644 index 0000000..112e16d --- /dev/null +++ b/gyro.zzz @@ -0,0 +1,16 @@ +pkgs: + sqlite: + version: 0.0.0 + description: "Small wrapper around sqlite's C API" + license: MIT + source_url: "https://github.com/vrischmann/zig-sqlite" + tags: + sqlite + + root: sqlite.zig + files: + README.md + LICENSE + *.zig + *.c + *.h -- cgit v1.2.3