Registry / networking / libslirp

libslirp

JSON →
library4.9.1vcpkgunverified

libslirp is a user-mode networking library used by virtual machines, containers or various tools.

vcpkg install libslirp
INSTALL
IMPORT
SIG · LIBSLIRP
L
libslirp
networkingcppv4.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

slirp/libslirp.h
#include <slirp/libslirp.h>

Initialize and cleanup a slirp networking context

#include <slirp/libslirp.h> int main() { SlirpConfig config = {0}; Slirp *slirp = slirp_new(&config, NULL, NULL); slirp_cleanup(slirp); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.9.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libslirp — pip install libslirp · libregistry