|
@@ -5926,7 +5926,7 @@ add_requires("crossguid")
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
|
|
| Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
|
|
| License | BSD 3-Clause |
|
|
| License | BSD 3-Clause |
|
|
-| Versions | v1.2.1+1, v1.2.1+2 |
|
|
|
|
|
|
+| Versions | v1.2.1+2, v1.2.1+1 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
|
|
| Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
|
|
|
|
|
|
@@ -17856,6 +17856,30 @@ add_requires("libnet")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+### libnfc (linux)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *Header-only binary fuse and xor filter library.* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://github.com/nfc-tools/libnfc](https://github.com/nfc-tools/libnfc) |
|
|
|
|
+| License | LGPL-3.0 |
|
|
|
|
+| Versions | 1.7.1, 1.8.0 |
|
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
|
+| Definition | [libnfc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libnfc/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install libnfc
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("libnfc")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
### libnpy (linux)
|
|
### libnpy (linux)
|
|
|
|
|
|
|
|
|
|
@@ -18189,6 +18213,29 @@ add_requires("libpciaccess")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+### libpcsclite (linux)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *Middleware to access a smart card using SCard API (PC/SC).* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://pcsclite.apdu.fr/](https://pcsclite.apdu.fr/) |
|
|
|
|
+| Versions | 2.3.3 |
|
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
|
+| Definition | [libpcsclite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpcsclite/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install libpcsclite
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("libpcsclite")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
### libpfm (linux)
|
|
### libpfm (linux)
|
|
|
|
|
|
|
|
|
|
@@ -19855,6 +19902,30 @@ add_requires("libusb")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+### libusb-compat (linux)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *A compatibility layer allowing applications written for libusb-0.1 to work with libusb-1.0.* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://github.com/libusb/libusb-compat-0.1](https://github.com/libusb/libusb-compat-0.1) |
|
|
|
|
+| License | LGPL-2.1 |
|
|
|
|
+| Versions | v0.1.8 |
|
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
|
+| Definition | [libusb-compat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libusb-compat/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install libusb-compat
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("libusb-compat")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
### libusbmuxd (linux)
|
|
### libusbmuxd (linux)
|
|
|
|
|
|
|
|
|
|
@@ -34001,7 +34072,7 @@ add_requires("sqlite-vec")
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://sqlite.org/](https://sqlite.org/) |
|
|
| Homepage | [https://sqlite.org/](https://sqlite.org/) |
|
|
| License | Public Domain |
|
|
| 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+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+400, 3.50.0+0, 3.50.0+200, 3.50.0+100, 3.50.0+300 |
|
|
|
|
|
|
+| 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+200, 3.45.0+100, 3.45.0+300, 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+200, 3.49.0+100, 3.49.0+0, 3.50.0+300, 3.50.0+100, 3.50.0+0, 3.50.0+200, 3.50.0+400 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
|
|
|
|
@@ -38656,7 +38727,7 @@ add_requires("whisper.cpp")
|
|
| Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
|
|
| Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
|
|
| Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
|
|
-| License | table: 0x55f0dba151e0 |
|
|
|
|
|
|
+| License | table: 0x55654f892a10 |
|
|
| Versions | 1.13 |
|
|
| Versions | 1.13 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
|
|
| Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
|