|
@@ -5982,6 +5982,30 @@ add_requires("expected-lite")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### expresscpp (mingw)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Fast, unopinionated, minimalist web framework for C++ Perfect for building REST APIs.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/expresscpp/expresscpp.git](https://github.com/expresscpp/expresscpp.git) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | v0.20.0 |
|
|
|
+| Architectures | arm, arm64, i386, x86_64 |
|
|
|
+| Definition | [expresscpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expresscpp/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p mingw [--mingw=/xxx] expresscpp
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("expresscpp")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### extra-cmake-modules (mingw)
|
|
|
|
|
|
|
|
@@ -11002,6 +11026,29 @@ add_requires("libinterpolate")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### libintl (mingw)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *GNU gettext runtime* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://www.gnu.org/software/gettext/](https://www.gnu.org/software/gettext/) |
|
|
|
+| Versions | 0.21, 0.22.3 |
|
|
|
+| Architectures | arm, arm64, i386, x86_64 |
|
|
|
+| Definition | [libintl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libintl/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p mingw [--mingw=/xxx] libintl
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("libintl")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### libjpeg (mingw)
|
|
|
|
|
|
|
|
@@ -21721,7 +21768,7 @@ add_requires("sqlite-vec")
|
|
|
| -- | -- |
|
|
|
| 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+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+300, 3.45.0+200, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.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+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
|
|
|
| Architectures | arm, arm64, i386, x86_64 |
|
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
|
|