# LibuvSharp **Repository Path**: jojoasp/LibuvSharp ## Basic Information - **Project Name**: LibuvSharp - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-15 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```