aboutsummaryrefslogtreecommitdiff
path: root/haxelib.json
diff options
context:
space:
mode:
Diffstat (limited to 'haxelib.json')
-rw-r--r--haxelib.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/haxelib.json b/haxelib.json
new file mode 100644
index 0000000..82bb053
--- /dev/null
+++ b/haxelib.json
@@ -0,0 +1,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": {}
+}