diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..1f48825 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "tokenizer", + "name": "Tokenizer", + "authors": [ + "John Bandela" + ], + "description": "Break of a string or other character sequence into a series of tokens.", + "category": [ + "Iterators", + "String" + ], + "maintainers": [ + "John R. Bandela " + ] +}