Skip to content

daniel-le97/vlibuv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vlibuv

v bindings for libuv

install

v install --git https://github.com/daniel-le97/vlibuv.git

you may need to run 'make update' before developing

make update

version 0.0.2

old bindings have been moved to ./uv

// http_server_uv.v
import vlibuv.uv

new bindings are now available via vlibuv

import vlibuv

new bindings are not fully complete i am missing the following, but may be missing more

  • fs
  • pipe
  • dl
  • key

note

this currently compiles libuv from source or a static library on macos, other platforms have not yet been tested

passing -d uv_static, assumes libuv is installed as a static library at /usr/local/ or /opt/homebrew on macOS

About

v bindings for libuv

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published