aboutsummaryrefslogtreecommitdiff
path: root/haxelib.json
blob: 82bb053ae82883a2b847ffcc3f4e291229e63c18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "haxe-unix-sockets",
    "url" : "https://git.rc-05.com/haxe-unix-sockets",
    "license": "MIT",
    "tags": ["unix", "socket", "ipc"],
    "description": "Haxe bindings to Unix sockets.",
    "version": "1.0.0",
    "classPath": "src",
    "releasenote": "",
    "contributors": [
        "rc_05"
    ],
    "dependencies": {}
}