https://github.com/txdv/LibuvSharp
.NET bindings for libuv
https://github.com/txdv/LibuvSharp
asyncio c-sharp libuv wrapper
Last synced: about 1 year ago
JSON representation
.NET bindings for libuv
- Host: GitHub
- URL: https://github.com/txdv/LibuvSharp
- Owner: txdv
- Created: 2011-12-19T11:13:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T20:04:42.000Z (over 9 years ago)
- Last Synced: 2024-08-03T19:09:12.618Z (almost 2 years ago)
- Topics: asyncio, c-sharp, libuv, wrapper
- Language: C#
- Homepage:
- Size: 1.34 MB
- Stars: 176
- Watchers: 20
- Forks: 41
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LibuvSharp [](http://travis-ci.org/txdv/LibuvSharp) [](http://en.wikipedia.org/wiki/MIT_License)
==========
This is a C# wrapper for the [libuv library](https://github.com/libuv/libuv/).
License
=======
The wrapper is available under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
Note that the actual library is not licensed under the MIT license.
Compiling libuv
===============
## Windows
In order to compile libuv, open a Visual Studio Developer console and go to the subdirectory
libuv and execute the following command:
```bash
vcbuild.bat release share
```