# bspack **Repository Path**: xiaozhuai/bspack ## Basic Information - **Project Name**: bspack - **Description**: 一个轻量的跨平台文件打包解决方案, 可以轻松的集成到你的项目中 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-04 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bspack A light weight and cross platform files pack and unpack solution. It can be simply integrated to your project. Just copy `BSPacker.h`, `BSPacker.cpp` (and `dirent.h` for Windows only) to your project, and you are ready to go. bspack is design for simple usage, and it only support file type, no dir(empty dir), no symlink... The suggested extension name is `.bs`. What is `BSPack.bt` ? This is a template for [010 editor](https://www.sweetscape.com/010editor/), you may like it : ) And there are two sample command line tools. Maybe helpful.