|
@@ -381,6 +381,29 @@ add_requires("hopscotch-map")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+### http_parser (cross)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *Parser for HTTP messages written in C.* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser) |
|
|
|
|
+| Versions | v2.9.4 |
|
|
|
|
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
|
+| Definition | [http_parser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/http_parser/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install -p cross [--sdk=/xxx] http_parser
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("http_parser")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
## i
|
|
## i
|
|
### inja (cross)
|
|
### inja (cross)
|
|
@@ -478,6 +501,31 @@ add_requires("jsoncpp")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+## k
|
|
|
|
+### kcp (cross)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *A Fast and Reliable ARQ Protocol.* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://github.com/skywind3000/kcp](https://github.com/skywind3000/kcp) |
|
|
|
|
+| Versions | 1.7 |
|
|
|
|
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
|
+| Definition | [kcp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/kcp/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install -p cross [--sdk=/xxx] kcp
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("kcp")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
## l
|
|
## l
|
|
### libcurl (cross)
|
|
### libcurl (cross)
|
|
|
|
|
|
@@ -744,7 +792,7 @@ add_requires("nasm")
|
|
| Description | *Small build system for use with gyp or CMake.* |
|
|
| Description | *Small build system for use with gyp or CMake.* |
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
|
|
| Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
|
|
-| Versions | 1.9.0 |
|
|
|
|
|
|
+| Versions | 1.10.1, 1.9.0 |
|
|
| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
| Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
|
|
| Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
|
|
|
|
|
|
@@ -932,7 +980,7 @@ add_requires("python")
|
|
| Description | *The python programming language.* |
|
|
| Description | *The python programming language.* |
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://www.python.org/](https://www.python.org/) |
|
|
| Homepage | [https://www.python.org/](https://www.python.org/) |
|
|
-| Versions | 2.7.15 |
|
|
|
|
|
|
+| Versions | 2.7.15, 2.7.18 |
|
|
| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
| Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
|
|
| Definition | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
|
|
|
|
|