1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "name": "epoll-shim", "version": "0.0.20240608", "description": "Small epoll implementation using kqueue", "homepage": "https://github.com/jiixyj/epoll-shim", "license": "MIT", "supports": "osx | freebsd | openbsd", "dependencies": [ { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ] }