back to home

xmake-io / xmake-repo

πŸ“¦ An official xmake package repository

View on GitHub
893 stars
512 forks
290 issues

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.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/xmake-io/xmake-repo)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

xmake-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.