|
@@ -603,7 +603,8 @@ add_requires("bc")
|
|
|
| Description | *A microbenchmark support library* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/google/benchmark](https://github.com/google/benchmark) |
|
|
|
-| Versions | 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1 |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1, 1.7.0 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [benchmark/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/benchmark/xmake.lua) |
|
|
|
|
|
@@ -3380,7 +3381,7 @@ add_requires("fcl")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://www.ffmpeg.org](https://www.ffmpeg.org) |
|
|
|
| License | GPL-3.0 |
|
|
|
-| Versions | 4.0.2, 5.0.1 |
|
|
|
+| Versions | 4.0.2, 5.0.1, 5.1.1 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [ffmpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffmpeg/xmake.lua) |
|
|
|
|
|
@@ -4697,6 +4698,30 @@ add_requires("gperf")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### gperftools (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/gperftools/gperftools](https://github.com/gperftools/gperftools) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | 2.10 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [gperftools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gperftools/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install gperftools
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("gperftools")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### gpujpeg (linux)
|
|
|
|
|
|
|
|
@@ -4768,6 +4793,30 @@ add_requires("graphene")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### grpc (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://grpc.io](https://grpc.io) |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | v1.46.3 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [grpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/grpc/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install grpc
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("grpc")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### gsl (linux)
|
|
|
|
|
|
|