forked from vegardit/haxe-strings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
haxelib.json
16 lines (16 loc) · 915 Bytes
/
haxelib.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "haxe-strings",
"url": "https://github.com/vegardit/haxe-strings",
"license": "Apache",
"classPath": "src/",
"tags": [
"utility","string","collection","semver","ansi","random","version",
"cross","cpp","cs","flash","hashlink","hl","java","javascript","js","lua","neko","nodejs","php","python",
"vegardit"
],
"description": "A haxelib for consistent cross-platform UTF-8 string manipulation. Contains comprehensive String utility functions, SemVer.org version parsing, spell checker, ANSI escape sequence builder, RandomUUID generator, thread-safe regular expression API, StringBuilder, SortedStringMap, SortedStringSet, camelcase string formatting, filepath normalizing and globbing (wildcards).",
"contributors": ["vegardit"],
"releasenote": "See https://github.com/vegardit/haxe-strings/blob/main/CHANGELOG.md",
"version": "7.0.3",
"dependencies": {}
}