| Description | An extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. | | -- | -- | | Homepage | https://www.gnu.org/software/autoconf/autoconf.html | | Versions | 2.68, 2.69 | | Architectures | i386, x86_64 | | Definition | autoconf/xmake.lua |
xrepo install autoconf
add_requires("autoconf")
| Description | A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. | | -- | -- | | Homepage | https://www.gnu.org/software/automake/ | | Versions | 1.15.1, 1.16.1, 1.9.5, 1.9.6 | | Architectures | i386, x86_64 | | Definition | automake/xmake.lua |
xrepo install automake
add_requires("automake")
| Description | A simple utility for converting a binary file to a c application | | -- | -- | | Homepage | https://github.com/gwilymk/bin2c | | Versions | 0.0.1 | | Architectures | i386, x86_64 | | Definition | bin2c/xmake.lua |
xrepo install bin2c
add_requires("bin2c")
| Description | GNU binary tools for native development | | -- | -- | | Homepage | https://www.gnu.org/software/binutils/binutils.html | | License | GPL-2.0 | | Versions | 2.34 | | Architectures | i386, x86_64 | | Definition | binutils/xmake.lua |
xrepo install binutils
add_requires("binutils")
| Description | *Catch2 is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). * | | -- | -- | | Homepage | https://github.com/catchorg/Catch2 | | Versions | 2.9.2 | | Architectures | i386, x86_64 | | Definition | catch2/xmake.lua |
xrepo install catch2
add_requires("catch2")
| Description | A cross-platform family of tool designed to build, test and package software | | -- | -- | | Homepage | https://cmake.org | | Versions | 3.11.4, 3.15.4, 3.18.4 | | Architectures | i386, x86_64 | | Definition | cmake/xmake.lua |
xrepo install cmake
add_requires("cmake")
| Description | An industrial-strength lock-free queue for C++. | | -- | -- | | Homepage | https://github.com/cameron314/concurrentqueue | | Versions | | | Architectures | i386, x86_64 | | Definition | concurrentqueue/xmake.lua |
xrepo install concurrentqueue
add_requires("concurrentqueue")
| Description | A fast C++ header-only library to help you quickly write parallel programs with complex task dependencies | | -- | -- | | Homepage | https://cpp-taskflow.github.io/ | | Versions | 2.2.0 | | Architectures | i386, x86_64 | | Definition | cpp-taskflow/xmake.lua |
xrepo install cpp-taskflow
add_requires("cpp-taskflow")
| Description | Lightweight C++ command line option parser | | -- | -- | | Homepage | https://github.com/jarro2783/cxxopts | | Versions | v2.2.0 | | Architectures | i386, x86_64 | | Definition | cxxopts/xmake.lua |
xrepo install cxxopts
add_requires("cxxopts")
| Description | The fastest feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD | | -- | -- | | Homepage | http://bit.ly/doctest-docs | | Versions | 2.3.1, 2.3.6 | | Architectures | i386, x86_64 | | Definition | doctest/xmake.lua |
xrepo install doctest
add_requires("doctest")
| Description | fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams. | | -- | -- | | Homepage | https://fmt.dev | | Versions | 5.3.0, 6.0.0, 6.2.0 | | Architectures | i386, x86_64 | | Definition | fmt/xmake.lua |
xrepo install fmt
add_requires("fmt")
| Description | OpenGL Mathematics (GLM) | | -- | -- | | Homepage | https://glm.g-truc.net/ | | Versions | 0.9.9+8 | | Architectures | i386, x86_64 | | Definition | glm/xmake.lua |
xrepo install glm
add_requires("glm")
| Description | Google Testing and Mocking Framework. | | -- | -- | | Homepage | https://github.com/google/googletest | | Versions | 1.10.0, 1.8.1 | | Architectures | i386, x86_64 | | Definition | gtest/xmake.lua |
xrepo install gtest
add_requires("gtest")
| Description | A C++ implementation of a fast hash map and hash set using hopscotch hashing | | -- | -- | | Homepage | https://github.com/Tessil/hopscotch-map | | Versions | v2.3.0 | | Architectures | i386, x86_64 | | Definition | hopscotch-map/xmake.lua |
xrepo install hopscotch-map
add_requires("hopscotch-map")
| Description | A Template Engine for Modern C++ | | -- | -- | | Homepage | https://pantor.github.io/inja/ | | Versions | v2.1.0 | | Architectures | i386, x86_64 | | Definition | inja/xmake.lua |
xrepo install inja
add_requires("inja")
| Description | High speed and easy-to-use XML Parser for C++ | | -- | -- | | Homepage | https://sourceforge.net/projects/irrlicht/ | | Versions | 1.2 | | Architectures | i386, x86_64 | | Definition | irrXML/xmake.lua |
xrepo install irrXML
add_requires("irrXML")
| Description | A widely used C library for reading and writing JPEG image files. | | -- | -- | | Homepage | http://ijg.org/ | | Versions | v9b, v9c | | Architectures | i386, x86_64 | | Definition | libjpeg/xmake.lua |
xrepo install libjpeg
add_requires("libjpeg")
| Description | A generic library support script. | | -- | -- | | Homepage | https://www.gnu.org/software/libtool/ | | Versions | 2.4.5, 2.4.6 | | Architectures | i386, x86_64 | | Definition | libtool/xmake.lua |
xrepo install libtool
add_requires("libtool")
| Description | A powerful, efficient, lightweight, embeddable scripting language. | | -- | -- | | Homepage | http://lua.org | | Versions | 5.1.5, 5.2.4, 5.3.5 | | Architectures | i386, x86_64 | | Definition | lua/xmake.lua |
xrepo install lua
add_requires("lua")
| Description | A Just-In-Time Compiler (JIT) for the Lua programming language. | | -- | -- | | Homepage | http://luajit.org | | Versions | 2.1.0-beta3 | | Architectures | i386, x86_64 | | Definition | luajit/xmake.lua |
xrepo install luajit
add_requires("luajit")
| Description | Macro processing language | | -- | -- | | Homepage | https://www.gnu.org/software/m4 | | Versions | 1.4.18 | | Architectures | i386, x86_64 | | Definition | m4/xmake.lua |
xrepo install m4
add_requires("m4")
| Description | GNU make tool. | | -- | -- | | Homepage | https://www.gnu.org/software/make/ | | Versions | 4.2.1 | | Architectures | i386, x86_64 | | Definition | make/xmake.lua |
xrepo install make
add_requires("make")
| Description | Fast and user friendly build system. | | -- | -- | | Homepage | https://mesonbuild.com/ | | Versions | 0.50.1 | | Architectures | i386, x86_64 | | Definition | meson/xmake.lua |
xrepo install meson
add_requires("meson")
| Description | A Just-In-Time Compiler (JIT) for the Lua programming language. | | -- | -- | | Homepage | https://github.com/moonjit/moonjit | | Versions | 2.2.0 | | Architectures | i386, x86_64 | | Definition | moonjit/xmake.lua |
xrepo install moonjit
add_requires("moonjit")
| Description | Netwide Assembler (NASM) is an 80x86 assembler. | | -- | -- | | Homepage | https://www.nasm.us/ | | Versions | 2.13.03 | | Architectures | i386, x86_64 | | Definition | nasm/xmake.lua |
xrepo install nasm
add_requires("nasm")
| Description | A free software emulation of curses. | | -- | -- | | Homepage | https://www.gnu.org/software/ncurses/ | | Versions | 6.1 | | Architectures | i386, x86_64 | | Definition | ncurses/xmake.lua |
xrepo install ncurses
add_requires("ncurses")
| Description | Small build system for use with gyp or CMake. | | -- | -- | | Homepage | https://ninja-build.org/ | | Versions | 1.9.0 | | Architectures | i386, x86_64 | | Definition | ninja/xmake.lua |
xrepo install ninja
add_requires("ninja")
| Description | JSON for Modern C++ | | -- | -- | | Homepage | https://nlohmann.github.io/json/ | | Versions | v3.9.1 | | Architectures | i386, x86_64 | | Definition | nlohmann_json/xmake.lua |
xrepo install nlohmann_json
add_requires("nlohmann_json")
| Description | GNU patch, which applies diff files to original files. | | -- | -- | | Homepage | http://www.gnu.org/software/patch/patch.html | | Versions | 2.7.6 | | Architectures | i386, x86_64 | | Definition | patch/xmake.lua |
xrepo install patch
add_requires("patch")
| Description | A helper tool used when compiling applications and libraries. | | -- | -- | | Homepage | https://freedesktop.org/wiki/Software/pkg-config/ | | Versions | 0.29.2 | | Architectures | i386, x86_64 | | Definition | pkg-config/xmake.lua |
xrepo install pkg-config
add_requires("pkg-config")
| Description | Google's data interchange format compiler | | -- | -- | | Homepage | https://developers.google.com/protocol-buffers/ | | Versions | 3.8.0 | | Architectures | i386, x86_64 | | Definition | protoc/xmake.lua |
xrepo install protoc
add_requires("protoc")
| Description | Seamless operability between C++11 and Python. | | -- | -- | | Homepage | https://github.com/pybind/pybind11 | | Versions | 2.5.0 | | Architectures | i386, x86_64 | | Definition | pybind11/xmake.lua |
xrepo install pybind11
add_requires("pybind11")
| Description | The python programming language. | | -- | -- | | Homepage | https://www.python.org/ | | Versions | 2.7.15, 3.7.0 | | Architectures | i386, x86_64 | | Definition | python/xmake.lua |
xrepo install python
add_requires("python")
| Description | The python programming language. | | -- | -- | | Homepage | https://www.python.org/ | | Versions | 2.7.15 | | Architectures | i386, x86_64 | | Definition | python2/xmake.lua |
xrepo install python2
add_requires("python2")
| Description | RapidJSON is a JSON parser and generator for C++. | | -- | -- | | Homepage | https://github.com/Tencent/rapidjson | | Versions | v1.1.0 | | Architectures | i386, x86_64 | | Definition | rapidjson/xmake.lua |
xrepo install rapidjson
add_requires("rapidjson")
| Description | Fast C++ logging library. | | -- | -- | | Homepage | https://github.com/gabime/spdlog | | Versions | 1.3.1, 1.4.2, 1.5.0, 1.8.0 | | Architectures | i386, x86_64 | | Definition | spdlog/xmake.lua |
xrepo install spdlog
add_requires("spdlog")
| Description | single-file public domain (or MIT licensed) libraries for C/C++ | | -- | -- | | Homepage | https://github.com/nothings/stb | | Versions | 0.0 | | Architectures | i386, x86_64 | | Definition | stb/xmake.lua |
xrepo install stb
add_requires("stb")
| Description | A glib-like multi-platform c library | | -- | -- | | Homepage | http://www.tboox.org | | Versions | v1.6.2, v1.6.3, v1.6.4, v1.6.5 | | Architectures | i386, x86_64 | | Definition | tbox/xmake.lua |
xrepo install tbox
add_requires("tbox")
| Description | C++11 library for parsing the maps generated by Tiled Map Editor | | -- | -- | | Homepage | https://github.com/sainteos/tmxparser | | Versions | 2.2.0 | | Architectures | i386, x86_64 | | Definition | tmxparser/xmake.lua |
xrepo install tmxparser
add_requires("tmxparser")
| Description | Modular BSD reimplementation of NASM. | | -- | -- | | Homepage | https://yasm.tortall.net/ | | Versions | 1.3.0 | | Architectures | i386, x86_64 | | Definition | yasm/xmake.lua |
xrepo install yasm
add_requires("yasm")