From 748a1e1417a7395038332e2a974490e3b9fc2f93 Mon Sep 17 00:00:00 2001 From: edd255 Date: Thu, 17 Aug 2023 17:41:16 +0200 Subject: [PATCH] chore: added clib.json --- clib.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 clib.json diff --git a/clib.json b/clib.json new file mode 100644 index 000000000..01faf1d9b --- /dev/null +++ b/clib.json @@ -0,0 +1,11 @@ +{ + "name": "argparse", + "version": "1.1.0", + "repo": "cofyc/argparse", + "description": "Command-line arguments parsing library", + "license": "MIT", + "src": [ + "argparse.c", + "argparse.h" + ] +}