AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing xmake-io/xmake-repo in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewxmake-repo An official xmake package repository Support this project Support this project by becoming a sponsor. Your logo will show up here with a link to your website. π Introduction (δΈζ) xmake-repo is an official xmake package repository and project templates collection. Package dependences Package management If you want to know more, please refer to the xmake documentation: β’ Documents β’ Github β’ HomePage Xrepo xrepo is a cross-platform C/C++ package manager based on Xmake. It is based on the runtime provided by xmake, but it is a complete and independent package management program. Compared with package managers such as vcpkg/homebrew, xrepo can provide C/C++ packages for more platforms and architectures at the same time. If you want to know more, please refer to the xrepo documentation: β’ Documents β’ Github β’ Gitee Submit package to repository Write a xmake.lua of new package in and push a pull-request to the dev branch. For example, packages/z/zlib/xmake.lua: If you want to know more, please see: Create and Submit packages to the official repository Create a package template from Github We need to install the gh cli tool first, and then execute the following command to log in to github. Create a package configuration file to this warehouse based on the package address of github. Test a package in local Project Templates This repository also provides official project templates for . You can use these templates to create new projects quickly: The templates are located in the directory.