-
Notifications
You must be signed in to change notification settings - Fork 2
/
haxelib.json
25 lines (25 loc) · 923 Bytes
/
haxelib.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"contributors": [
"DavisDevelopment"
],
"description": "Toolbelt libary for writing Applications (command-line and graphical) in Haxe",
"dependencies": {
"slambda": "0.8.5"
},
"license": "MIT",
"releasenote": "\n## v0.3.0 Changelog\n---\n - created `tannus.ds.ArgParser` class\n - created `tannus.http.Url` class, which parses a url String into a useful data structure\n - created `tannus.http.UrlPattern` class, which parses a url-descriptor String, and can be used to validate urls\n - created `tannus.ds.QueryString` class, which can encode/decode url-query-strings\n",
"name": "tnative",
"version": "1.2.1",
"url": "http://github.com/DavisDevelopment/tnative",
"tags": [
"tannus",
"tnative",
"geometry",
"argparse",
"filesystem",
"globstar",
"url",
"urlpattern",
"querystring"
]
}