Added package blarg (#2231)

This commit is contained in:
Michael A. Sinclair 2022-05-12 06:21:42 -05:00 committed by GitHub
parent ba536571f0
commit 51498c0da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26145,5 +26145,19 @@
"description": "Render LaTeX math as multiline Unicode text",
"license": "GPL-3.0-or-later",
"web": "https://git.sr.ht/~xigoi/matext"
},
{
"name": "blarg",
"url": "https://github.com/squattingmonk/blarg",
"method": "git",
"tags": [
"command-line",
"options",
"arguments",
"parseopt"
],
"description": "A basic little argument parser",
"license": "MIT",
"web": "https://github.com/squattingmonk/blarg"
}
]