|
@@ -3226,6 +3226,30 @@ add_requires("concurrentqueue")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### console-bridge (cross)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/ros/console_bridge](https://github.com/ros/console_bridge) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | 1.0.1, 1.0.2 |
|
|
|
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
+| Definition | [console-bridge/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/console-bridge/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p cross [--sdk=/xxx] console-bridge
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("console-bridge")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### continuable (cross)
|
|
|
|
|
|
|
|
@@ -19933,7 +19957,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+400, 3.35.0+300, 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+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+100, 3.50.0+0, 3.50.0+200 |
|
|
|
+| 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+300, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+200, 3.50.0+100, 3.50.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) |
|
|
|
|
|
@@ -22182,7 +22206,7 @@ add_requires("upa-url")
|
|
|
| -- | -- |
|
|
|
| Homepage | [http://ros.org/wiki/urdf](http://ros.org/wiki/urdf) |
|
|
|
| License | BSD-3-Clause |
|
|
|
-| Versions | 1.0.5, 1.1.1, 1.1.2 |
|
|
|
+| Versions | 1.0.5, 1.1.1, 1.1.2, 2.0.0 |
|
|
|
| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
| Definition | [urdfdom-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/urdfdom-headers/xmake.lua) |
|
|
|
|