summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gyro.zzz14
1 files changed, 14 insertions, 0 deletions
diff --git a/gyro.zzz b/gyro.zzz
new file mode 100644
index 0000000..3853db0
--- /dev/null
+++ b/gyro.zzz
@@ -0,0 +1,14 @@
1pkgs:
2 clap:
3 version: 0.3.0
4 license: Unlicense
5 description: Simple command line argument parsing library
6 source_url: "https://github.com/Hejsil/zig-clap"
7 root: clap.zig
8 files:
9 README.md
10 LICENSE
11 build.zig
12 clap/*.zig
13 example/*.zig
14