Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/txdv/LibuvSharp
.NET bindings for libuv
https://github.com/txdv/LibuvSharp
asyncio c-sharp libuv wrapper
Last synced: 3 months ago
JSON representation
.NET bindings for libuv
- Host: GitHub
- URL: https://github.com/txdv/LibuvSharp
- Owner: txdv
- Created: 2011-12-19T11:13:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T20:04:42.000Z (almost 8 years ago)
- Last Synced: 2024-04-26T05:38:52.589Z (7 months 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 [![Build Status](https://secure.travis-ci.org/txdv/LibuvSharp.png)](http://travis-ci.org/txdv/LibuvSharp) [![License](http://img.shields.io/:license-mit-blue.svg)](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
```