|
@@ -2938,7 +2938,8 @@ add_requires("ctpg")
|
|
|
| Description | *ctre is a Compile time PCRE (almost) compatible regular expression matcher.* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/hanickadot/compile-time-regular-expressions/](https://github.com/hanickadot/compile-time-regular-expressions/) |
|
|
|
-| Versions | 3.4.1, 3.5, 3.6, 3.7.2, 3.8.1, 3.9.0 |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | v3.4.1, v3.5, v3.6, v3.7.2, v3.8.1, v3.9.0 |
|
|
|
| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
| Definition | [ctre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ctre/xmake.lua) |
|
|
|
|
|
@@ -4057,6 +4058,30 @@ add_requires("enet6")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### enkits (cross)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *A permissively licensed C and C++ Task Scheduler for creating parallel programs.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/dougbinks/enkiTS](https://github.com/dougbinks/enkiTS) |
|
|
|
+| License | zlib |
|
|
|
+| Versions | v1.10, v1.11 |
|
|
|
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
+| Definition | [enkits/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/enkits/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p cross [--sdk=/xxx] enkits
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("enkits")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### entt (cross)
|
|
|
|
|
|
|
|
@@ -11921,7 +11946,7 @@ add_requires("recastnavigation")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v0.10.0, v0.11.1, v0.12.0 |
|
|
|
+| Versions | v0.10.0, v0.11.1, v0.12.0, v0.13.0 |
|
|
|
| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
| Definition | [reflect-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/reflect-cpp/xmake.lua) |
|
|
|
|
|
@@ -13161,7 +13186,7 @@ add_requires("sqlcipher")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://sqlite.org/](https://sqlite.org/) |
|
|
|
| License | Public Domain |
|
|
|
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
|
|
|
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
|
|
|
| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
|
|