# uv_zip **Repository Path**: mirrors_mapbox/uv_zip ## Basic Information - **Project Name**: uv_zip - **Description**: libzip bindings for libuv - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Makes [`libzip`](http://www.nih.at/libzip/) asynchronous by mimicing the `uv_fs_*` APIs. # Usage See [`test/test.cpp`](test/test.cpp) # Testing ```bash $ ./configure [...] $ make test [...] * open_failure (0.9ms) * open_from_fd (0.9ms) * missing_file (0.2ms) * read_file (0.2ms) ``` **Note: This binding is not complete and only provides read-only support.**