diff options
author | rc_05 <contact@rc-05.com> | 2024-05-24 23:03:55 +0200 |
---|---|---|
committer | rc_05 <contact@rc-05.com> | 2024-05-25 00:58:25 +0200 |
commit | 2095935c2488d1a46c7dd0c9d2325e41715b8ad9 (patch) | |
tree | 9761c6b5956d9b89e37a1eb6630ba63d39a8128a /README | |
download | haxe-unix-sockets-2095935c2488d1a46c7dd0c9d2325e41715b8ad9.tar.gz |
First commit1.0.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +--- Haxe Unix Sockets --- + +Haxe bindings for Unix sockets. + +The following targets are supported: + - C++ + +--- Installation --- + +$ haxelib git haxe-unix-sockets https://git.rc-05.com/haxe-unix-sockets + +--- Documentation --- + +The documentation is available at https://docs.rc-05.com/haxe-unix-sockets/git +for the unstable version. + +--- License --- + +This project is licensed with the MIT License which can be viewed by +reading the LICENSE file supplied with this codebase. |