From 84df59b8ef8a12f2d463df14396636680b14aaf8 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Fri, 29 Jan 2021 01:11:40 -0800 Subject: [PATCH] added string formatter and gyro packaging --- gyro.zzz | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gyro.zzz diff --git a/gyro.zzz b/gyro.zzz new file mode 100644 index 0000000..a2ba34c --- /dev/null +++ b/gyro.zzz @@ -0,0 +1,13 @@ +pkgs: + args: + version: 0.0.0 + description: "Simple-to-use argument parser with struct-based config" + license: MIT + source_url: "https://github.com/MasterQ32/zig-args" + tags: + option-parser + option-parsing + root: args.zig + files: + README.md + LICENSE