From 40138bbced18530dbd9a02888f48c2764a88120b Mon Sep 17 00:00:00 2001 From: Giorgio Gonnella Date: Wed, 10 Nov 2021 17:50:48 +0100 Subject: [PATCH] Added package textformats (#2062) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0a43ebb..36f5cc6 100644 --- a/packages.json +++ b/packages.json @@ -6401,7 +6401,7 @@ "license": "Unlicense", "web": "https://github.com/nigredo-tori/classy" }, - { + { "name": "pls", "url": "https://github.com/h3rald/pls", "method": "git", @@ -24216,5 +24216,19 @@ "description": "Use a Structure of Arrays like an Array of Structures", "license": "MIT", "web": "https://github.com/guibar64/aossoa" + }, + { + "name": "textformats", + "url": "https://github.com/ggonnella/textformats", + "method": "git", + "tags": [ + "parsing", + "formats", + "textfiles", + "library" + ], + "description": "Easy specification of text formats for structured data", + "license": "ISC", + "web": "https://github.com/ggonnella/textformats" } ]