aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-09-21 13:26:20 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-09-21 13:26:20 +0100
commita24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3 (patch)
tree12c12edb5a32c11d88c66b9753989b1bb1876b9d
parent336039ad668183f180a9062e3ed2f2aa4ce23e7a (diff)
parent31a9658b3943e474b34eddcd450323fe1d8901db (diff)
downloadpackages-a24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3.tar.gz
packages-a24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3.zip
Merge pull request #257 from jlp765/parseFixed
add parseFixed package
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 60466df..3bb1f10 100644
--- a/packages.json
+++ b/packages.json
@@ -3326,5 +3326,20 @@
"description": "A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store",
"license": "MIT",
"web": "https://h3rald.com/litestore"
+ },
+ {
+ "name": "parseFixed",
+ "url": "https://github.com/jlp765/parsefixed",
+ "method": "git",
+ "tags": [
+ "parse",
+ "fixed",
+ "width",
+ "parser",
+ "text"
+ ],
+ "description": "Parse fixed-width fields within lines of text (complementary to parsecsv)",
+ "license": "MIT",
+ "web": "https://github.com/jlp765/parsefixed"
}
]