|
@@ -104,6 +104,7 @@ add_requires("access_private")
|
|
|
| Description | *ACE (ADAPTIVE Communication Environment) is a C++ framework for implementing distributed and networked applications.* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://www.dre.vanderbilt.edu/~schmidt/ACE.html](https://www.dre.vanderbilt.edu/~schmidt/ACE.html) |
|
|
|
+| License | DOC |
|
|
|
| Versions | 8.0.3 |
|
|
|
| Architectures | arm, arm64, arm64ec, x64, x86 |
|
|
|
| Definition | [ace/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ace/xmake.lua) |
|
|
@@ -5285,7 +5286,7 @@ add_requires("crossguid")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
|
|
|
| License | BSD 3-Clause |
|
|
|
-| Versions | v1.2.1+2, v1.2.1+1 |
|
|
|
+| Versions | v1.2.1+1, v1.2.1+2 |
|
|
|
| Architectures | arm, arm64, arm64ec, x64, x86 |
|
|
|
| Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
|
|
|
|
|
@@ -29195,7 +29196,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+300, 3.45.0+200, 3.45.0+100, 3.46.0+100, 3.46.0+0, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
|
|
|
+| 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+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0 |
|
|
|
| Architectures | arm, arm64, arm64ec, x64, x86 |
|
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
|
|
|
@@ -30143,6 +30144,30 @@ add_requires("tabulate")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### tao_idl (windows)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *tao_idl is TAO's Interface Description Language (IDL) compiler, based on Sun Microsystems' OMG IDL Compiler Front End (CFE) version 1.3, implements most IDL v3 & some IDL v4 features.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://www.dre.vanderbilt.edu/~schmidt/TAO.html](https://www.dre.vanderbilt.edu/~schmidt/TAO.html) |
|
|
|
+| License | DOC |
|
|
|
+| Versions | 8.0.3 |
|
|
|
+| Architectures | arm, arm64, arm64ec, x64, x86 |
|
|
|
+| Definition | [tao_idl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tao_idl/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install tao_idl
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("tao_idl")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### taskflow (windows)
|
|
|
|
|
|
|