forked from minoki/rxpattern
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhaxelib.json
More file actions
16 lines (16 loc) · 725 Bytes
/
haxelib.json
File metadata and controls
16 lines (16 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "rxpattern",
"url": "https://github.com/skial/rxpattern",
"license": "MIT",
"tags": ["cross", "unicode", "string"],
"description": "Library provides a human-friendly way to write complex regular expression patterns supporting unicode.",
"version": "0.0.1",
"releasenote": "",
"classPath": "./",
"contributors": ["skial"],
"dependencies": {
"tink_macro": "git:https://github.com/haxetink/tink_macro.git#9018b06279ab8743428f494f19d06f3c1e2a41bc",
"tink_unittest": "gh:https://github.com/haxetink/tink_unittest.git#0b0c7de647e522ca42662e2cdfc59e21ed8d4eb4",
"seri": "git:https://github.com/skial/seri.git#b969bfe5fd5ef4a3ca1646dae6ff09ca907d0f2f"
}
}