|
@@ -853,6 +853,30 @@ add_requires("cereal")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### ceval (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *A C/C++ library for parsing and evaluation of arithmetic expressions.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/erstan/ceval](https://github.com/erstan/ceval) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | 1.0.0 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [ceval/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ceval/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install ceval
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("ceval")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### cfitsio (linux)
|
|
|
|
|
|
|
|
@@ -1758,7 +1782,7 @@ add_requires("draco")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/an-tao/drogon/](https://github.com/an-tao/drogon/) |
|
|
|
| License | MIT |
|
|
|
-| Versions | v1.4.1, v1.6.0, v1.7.1 |
|
|
|
+| Versions | v1.4.1, v1.6.0, v1.7.1, v1.7.3 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [drogon/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/drogon/xmake.lua) |
|
|
|
|
|
@@ -9212,6 +9236,30 @@ add_requires("protoc")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### prvhash (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *PRVHASH - Pseudo-Random-Value Hash* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/avaneev/prvhash](https://github.com/avaneev/prvhash) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | 4.0 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [prvhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/prvhash/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install prvhash
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("prvhash")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### ptex (linux)
|
|
|
|
|
|
|
|
@@ -10778,7 +10826,7 @@ add_requires("toml++")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/an-tao/trantor/](https://github.com/an-tao/trantor/) |
|
|
|
| License | BSD-3-Clause |
|
|
|
-| Versions | v1.3.0, v1.4.1, v1.5.0 |
|
|
|
+| Versions | v1.3.0, v1.4.1, v1.5.0, v1.5.2 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [trantor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/trantor/xmake.lua) |
|
|
|
|