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: about 2 months ago
JSON representation

.NET bindings for libuv

Lists

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
```