Go to file
ComixHe 11face2e94 chore: formatting codes
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
2025-10-13 11:28:59 +08:00
.github/workflows ci: remove auto-tag 2024-11-11 16:27:51 +08:00
.obs build: remove /archlinux 2023-12-27 10:13:57 +08:00
LICENSES build: vendoring CLI11 and nlohmann_json 2025-04-01 17:36:48 +08:00
app/ll-box/src chore: update reuse and SPDX comment 2025-02-27 20:37:19 +08:00
cmake build: support fetching deps by CPM 2025-03-26 17:55:44 +08:00
cmake.external chore: add version information for vendoring dependencies 2025-06-13 13:12:28 +08:00
external chore: update dependency 'nlohmann_json' 2025-04-15 10:51:14 +08:00
src/linyaps_box feat: allow cn.org.linyaps.runtime.ns_last_pid extension failed 2025-10-13 11:28:59 +08:00
tests chore: formatting codes 2025-10-13 11:28:59 +08:00
tools chore(tools): add clang-format script for formatting C++ sources 2025-10-13 11:28:59 +08:00
.clang-format build: refactory CMakeLists 2024-11-11 16:26:00 +08:00
.cmake-format.py add format file and fix issue (#37) 2025-03-11 15:46:49 +08:00
.deepsource.toml chore: add deepsource config 2025-07-18 14:50:46 +08:00
.editorconfig add format file and fix issue (#37) 2025-03-11 15:46:49 +08:00
.gitignore refactor: adjust the behavior of mount process 2025-03-06 14:28:21 +08:00
CMakeLists.txt fix(deps): upgrade CLI11 to 2.5.0 to resolve bug in argument parsing 2025-09-11 17:59:04 +08:00
CMakePresets.json chore: update CMake preset 2025-07-18 11:15:47 +08:00
LICENSE feat: add license 2022-11-25 13:32:19 +08:00
README.md docs: Update linyaps-box documentation 2025-08-20 15:27:24 +08:00
README.zh_CN.md docs: Update linyaps-box documentation 2025-08-20 15:27:24 +08:00
REUSE.toml build: vendoring CLI11 and nlohmann_json 2025-04-01 17:36:48 +08:00

README.md

linyaps-box

 **en** | [zh_CN](./README.zh_CN.md) 

Packaging status

This project is a simple OCI runtime mainly used by linyaps, which is a toolkit for Linux desktop application distributing.

Build

It is recommend to use cmake-presets:

cmake --workflow --preset=dev

License

This project is licensed under LGPL-3.0-or-later.