@@ -6332,7 +6332,7 @@ <h3 id="crowcross">crow (cross)</h3>
6332
6332
</tr>
6333
6333
<tr>
6334
6334
<td>Versions</td>
6335
- <td>v1.2.1+1 , v1.2.1+2 </td>
6335
+ <td>v1.2.1+2 , v1.2.1+1 </td>
6336
6336
</tr>
6337
6337
<tr>
6338
6338
<td>Architectures</td>
@@ -16538,6 +16538,43 @@ <h5 id="installcommand">Install command</h5>
16538
16538
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
16539
16539
<pre><code class="lang-lua">add_requires("libmysofa")
16540
16540
</code></pre>
16541
+ <h3 id="libnfccross">libnfc (cross)</h3>
16542
+ <table>
16543
+ <thead>
16544
+ <tr>
16545
+ <th>Description</th>
16546
+ <th><em>Header-only binary fuse and xor filter library.</em></th>
16547
+ </tr>
16548
+ </thead>
16549
+ <tbody>
16550
+ <tr>
16551
+ <td>Homepage</td>
16552
+ <td><a href="https://github.com/nfc-tools/libnfc">https://github.com/nfc-tools/libnfc</a></td>
16553
+ </tr>
16554
+ <tr>
16555
+ <td>License</td>
16556
+ <td>LGPL-3.0</td>
16557
+ </tr>
16558
+ <tr>
16559
+ <td>Versions</td>
16560
+ <td>1.7.1, 1.8.0</td>
16561
+ </tr>
16562
+ <tr>
16563
+ <td>Architectures</td>
16564
+ <td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
16565
+ </tr>
16566
+ <tr>
16567
+ <td>Definition</td>
16568
+ <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libnfc/xmake.lua">libnfc/xmake.lua</a></td>
16569
+ </tr>
16570
+ </tbody>
16571
+ </table>
16572
+ <h5 id="installcommand">Install command</h5>
16573
+ <pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libnfc
16574
+ </code></pre>
16575
+ <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
16576
+ <pre><code class="lang-lua">add_requires("libnfc")
16577
+ </code></pre>
16541
16578
<h3 id="libnpycross">libnpy (cross)</h3>
16542
16579
<table>
16543
16580
<thead>
@@ -16826,6 +16863,39 @@ <h5 id="installcommand">Install command</h5>
16826
16863
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
16827
16864
<pre><code class="lang-lua">add_requires("libpcap")
16828
16865
</code></pre>
16866
+ <h3 id="libpcsclitecross">libpcsclite (cross)</h3>
16867
+ <table>
16868
+ <thead>
16869
+ <tr>
16870
+ <th>Description</th>
16871
+ <th><em>Middleware to access a smart card using SCard API (PC/SC).</em></th>
16872
+ </tr>
16873
+ </thead>
16874
+ <tbody>
16875
+ <tr>
16876
+ <td>Homepage</td>
16877
+ <td><a href="https://pcsclite.apdu.fr/">https://pcsclite.apdu.fr/</a></td>
16878
+ </tr>
16879
+ <tr>
16880
+ <td>Versions</td>
16881
+ <td>2.3.3</td>
16882
+ </tr>
16883
+ <tr>
16884
+ <td>Architectures</td>
16885
+ <td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
16886
+ </tr>
16887
+ <tr>
16888
+ <td>Definition</td>
16889
+ <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpcsclite/xmake.lua">libpcsclite/xmake.lua</a></td>
16890
+ </tr>
16891
+ </tbody>
16892
+ </table>
16893
+ <h5 id="installcommand">Install command</h5>
16894
+ <pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libpcsclite
16895
+ </code></pre>
16896
+ <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
16897
+ <pre><code class="lang-lua">add_requires("libpcsclite")
16898
+ </code></pre>
16829
16899
<h3 id="libplistcross">libplist (cross)</h3>
16830
16900
<table>
16831
16901
<thead>
@@ -18405,6 +18475,43 @@ <h5 id="installcommand">Install command</h5>
18405
18475
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
18406
18476
<pre><code class="lang-lua">add_requires("libusb")
18407
18477
</code></pre>
18478
+ <h3 id="libusbcompatcross">libusb-compat (cross)</h3>
18479
+ <table>
18480
+ <thead>
18481
+ <tr>
18482
+ <th>Description</th>
18483
+ <th><em>A compatibility layer allowing applications written for libusb-0.1 to work with libusb-1.0.</em></th>
18484
+ </tr>
18485
+ </thead>
18486
+ <tbody>
18487
+ <tr>
18488
+ <td>Homepage</td>
18489
+ <td><a href="https://github.com/libusb/libusb-compat-0.1">https://github.com/libusb/libusb-compat-0.1</a></td>
18490
+ </tr>
18491
+ <tr>
18492
+ <td>License</td>
18493
+ <td>LGPL-2.1</td>
18494
+ </tr>
18495
+ <tr>
18496
+ <td>Versions</td>
18497
+ <td>v0.1.8</td>
18498
+ </tr>
18499
+ <tr>
18500
+ <td>Architectures</td>
18501
+ <td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
18502
+ </tr>
18503
+ <tr>
18504
+ <td>Definition</td>
18505
+ <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libusb-compat/xmake.lua">libusb-compat/xmake.lua</a></td>
18506
+ </tr>
18507
+ </tbody>
18508
+ </table>
18509
+ <h5 id="installcommand">Install command</h5>
18510
+ <pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libusb-compat
18511
+ </code></pre>
18512
+ <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
18513
+ <pre><code class="lang-lua">add_requires("libusb-compat")
18514
+ </code></pre>
18408
18515
<h3 id="libuuidcross">libuuid (cross)</h3>
18409
18516
<table>
18410
18517
<thead>
@@ -31302,7 +31409,7 @@ <h3 id="sqlite3cross">sqlite3 (cross)</h3>
31302
31409
</tr>
31303
31410
<tr>
31304
31411
<td>Versions</td>
31305
- <td>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+0 , 3.50.0+400 , 3.50.0+100 , 3.50.0+200 , 3.50.0+300 </td>
31412
+ <td>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+100 , 3.50.0+300 , 3.50.0+200 , 3.50.0+0 , 3.50.0+400 </td>
31306
31413
</tr>
31307
31414
<tr>
31308
31415
<td>Architectures</td>
0 commit comments