Skip to content

Commit 2ade584

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent f436cc4 commit 2ade584

25 files changed

+1266
-61
lines changed

_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
- *Simple, lightweight, cross-platform*
88
- *Modern C/C++ package manager, support distributed repositories*
9-
- **Recently added: libsolv, libzchunk, openvpn3**
9+
- **Recently added: libnfc, libpcsclite, libusb-compat**
1010

1111
[Gitee](https://gitee.com/tboox/xrepo/)
1212
[Github](https://github.com/xmake-io/xrepo/)

_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Getting Started
22
- [Sponsor](https://xmake.io/#/about/sponsor)
33
- [Quick Start](getting_started.md)
4-
- Packages (1795)
4+
- Packages (1799)
55
- [android](packages/android.md)
66
- [bsd](packages/bsd.md)
77
- [cross](packages/cross.md)

mirror/packages/android.html

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6350,7 +6350,7 @@ <h3 id="crowandroid">crow (android)</h3>
63506350
</tr>
63516351
<tr>
63526352
<td>Versions</td>
6353-
<td>v1.2.1+1, v1.2.1+2</td>
6353+
<td>v1.2.1+2, v1.2.1+1</td>
63546354
</tr>
63556355
<tr>
63566356
<td>Architectures</td>
@@ -16992,6 +16992,43 @@ <h5 id="installcommand">Install command</h5>
1699216992
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1699316993
<pre><code class="lang-lua">add_requires("libmysofa")
1699416994
</code></pre>
16995+
<h3 id="libnfcandroid">libnfc (android)</h3>
16996+
<table>
16997+
<thead>
16998+
<tr>
16999+
<th>Description</th>
17000+
<th><em>Header-only binary fuse and xor filter library.</em></th>
17001+
</tr>
17002+
</thead>
17003+
<tbody>
17004+
<tr>
17005+
<td>Homepage</td>
17006+
<td><a href="https://github.com/nfc-tools/libnfc">https://github.com/nfc-tools/libnfc</a></td>
17007+
</tr>
17008+
<tr>
17009+
<td>License</td>
17010+
<td>LGPL-3.0</td>
17011+
</tr>
17012+
<tr>
17013+
<td>Versions</td>
17014+
<td>1.7.1, 1.8.0</td>
17015+
</tr>
17016+
<tr>
17017+
<td>Architectures</td>
17018+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
17019+
</tr>
17020+
<tr>
17021+
<td>Definition</td>
17022+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libnfc/xmake.lua">libnfc/xmake.lua</a></td>
17023+
</tr>
17024+
</tbody>
17025+
</table>
17026+
<h5 id="installcommand">Install command</h5>
17027+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libnfc
17028+
</code></pre>
17029+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
17030+
<pre><code class="lang-lua">add_requires("libnfc")
17031+
</code></pre>
1699517032
<h3 id="libnpyandroid">libnpy (android)</h3>
1699617033
<table>
1699717034
<thead>
@@ -18855,6 +18892,43 @@ <h5 id="installcommand">Install command</h5>
1885518892
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1885618893
<pre><code class="lang-lua">add_requires("libusb")
1885718894
</code></pre>
18895+
<h3 id="libusbcompatandroid">libusb-compat (android)</h3>
18896+
<table>
18897+
<thead>
18898+
<tr>
18899+
<th>Description</th>
18900+
<th><em>A compatibility layer allowing applications written for libusb-0.1 to work with libusb-1.0.</em></th>
18901+
</tr>
18902+
</thead>
18903+
<tbody>
18904+
<tr>
18905+
<td>Homepage</td>
18906+
<td><a href="https://github.com/libusb/libusb-compat-0.1">https://github.com/libusb/libusb-compat-0.1</a></td>
18907+
</tr>
18908+
<tr>
18909+
<td>License</td>
18910+
<td>LGPL-2.1</td>
18911+
</tr>
18912+
<tr>
18913+
<td>Versions</td>
18914+
<td>v0.1.8</td>
18915+
</tr>
18916+
<tr>
18917+
<td>Architectures</td>
18918+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
18919+
</tr>
18920+
<tr>
18921+
<td>Definition</td>
18922+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libusb-compat/xmake.lua">libusb-compat/xmake.lua</a></td>
18923+
</tr>
18924+
</tbody>
18925+
</table>
18926+
<h5 id="installcommand">Install command</h5>
18927+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libusb-compat
18928+
</code></pre>
18929+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
18930+
<pre><code class="lang-lua">add_requires("libusb-compat")
18931+
</code></pre>
1885818932
<h3 id="libuuidandroid">libuuid (android)</h3>
1885918933
<table>
1886018934
<thead>
@@ -32586,7 +32660,7 @@ <h3 id="sqlite3android">sqlite3 (android)</h3>
3258632660
</tr>
3258732661
<tr>
3258832662
<td>Versions</td>
32589-
<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+400, 3.50.0+0, 3.50.0+200, 3.50.0+100, 3.50.0+300</td>
32663+
<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+300, 3.50.0+100, 3.50.0+0, 3.50.0+200, 3.50.0+400</td>
3259032664
</tr>
3259132665
<tr>
3259232666
<td>Architectures</td>

mirror/packages/bsd.html

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6468,7 +6468,7 @@ <h3 id="crowbsd">crow (bsd)</h3>
64686468
</tr>
64696469
<tr>
64706470
<td>Versions</td>
6471-
<td>v1.2.1+1, v1.2.1+2</td>
6471+
<td>v1.2.1+2, v1.2.1+1</td>
64726472
</tr>
64736473
<tr>
64746474
<td>Architectures</td>
@@ -17007,6 +17007,43 @@ <h5 id="installcommand">Install command</h5>
1700717007
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1700817008
<pre><code class="lang-lua">add_requires("libnet")
1700917009
</code></pre>
17010+
<h3 id="libnfcbsd">libnfc (bsd)</h3>
17011+
<table>
17012+
<thead>
17013+
<tr>
17014+
<th>Description</th>
17015+
<th><em>Header-only binary fuse and xor filter library.</em></th>
17016+
</tr>
17017+
</thead>
17018+
<tbody>
17019+
<tr>
17020+
<td>Homepage</td>
17021+
<td><a href="https://github.com/nfc-tools/libnfc">https://github.com/nfc-tools/libnfc</a></td>
17022+
</tr>
17023+
<tr>
17024+
<td>License</td>
17025+
<td>LGPL-3.0</td>
17026+
</tr>
17027+
<tr>
17028+
<td>Versions</td>
17029+
<td>1.7.1, 1.8.0</td>
17030+
</tr>
17031+
<tr>
17032+
<td>Architectures</td>
17033+
<td>i386, x86_64</td>
17034+
</tr>
17035+
<tr>
17036+
<td>Definition</td>
17037+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libnfc/xmake.lua">libnfc/xmake.lua</a></td>
17038+
</tr>
17039+
</tbody>
17040+
</table>
17041+
<h5 id="installcommand">Install command</h5>
17042+
<pre><code class="lang-console">xrepo install libnfc
17043+
</code></pre>
17044+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
17045+
<pre><code class="lang-lua">add_requires("libnfc")
17046+
</code></pre>
1701017047
<h3 id="libnpybsd">libnpy (bsd)</h3>
1701117048
<table>
1701217049
<thead>
@@ -17369,6 +17406,39 @@ <h5 id="installcommand">Install command</h5>
1736917406
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1737017407
<pre><code class="lang-lua">add_requires("libpciaccess")
1737117408
</code></pre>
17409+
<h3 id="libpcsclitebsd">libpcsclite (bsd)</h3>
17410+
<table>
17411+
<thead>
17412+
<tr>
17413+
<th>Description</th>
17414+
<th><em>Middleware to access a smart card using SCard API (PC/SC).</em></th>
17415+
</tr>
17416+
</thead>
17417+
<tbody>
17418+
<tr>
17419+
<td>Homepage</td>
17420+
<td><a href="https://pcsclite.apdu.fr/">https://pcsclite.apdu.fr/</a></td>
17421+
</tr>
17422+
<tr>
17423+
<td>Versions</td>
17424+
<td>2.3.3</td>
17425+
</tr>
17426+
<tr>
17427+
<td>Architectures</td>
17428+
<td>i386, x86_64</td>
17429+
</tr>
17430+
<tr>
17431+
<td>Definition</td>
17432+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpcsclite/xmake.lua">libpcsclite/xmake.lua</a></td>
17433+
</tr>
17434+
</tbody>
17435+
</table>
17436+
<h5 id="installcommand">Install command</h5>
17437+
<pre><code class="lang-console">xrepo install libpcsclite
17438+
</code></pre>
17439+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
17440+
<pre><code class="lang-lua">add_requires("libpcsclite")
17441+
</code></pre>
1737217442
<h3 id="libplistbsd">libplist (bsd)</h3>
1737317443
<table>
1737417444
<thead>
@@ -32578,7 +32648,7 @@ <h3 id="sqlite3bsd">sqlite3 (bsd)</h3>
3257832648
</tr>
3257932649
<tr>
3258032650
<td>Versions</td>
32581-
<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+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+0, 3.49.0+200, 3.49.0+100, 3.50.0+200, 3.50.0+100, 3.50.0+0, 3.50.0+400, 3.50.0+300</td>
32651+
<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+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+0, 3.50.0+200, 3.50.0+100, 3.50.0+300, 3.50.0+400</td>
3258232652
</tr>
3258332653
<tr>
3258432654
<td>Architectures</td>

mirror/packages/cross.html

Lines changed: 109 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6332,7 +6332,7 @@ <h3 id="crowcross">crow (cross)</h3>
63326332
</tr>
63336333
<tr>
63346334
<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>
63366336
</tr>
63376337
<tr>
63386338
<td>Architectures</td>
@@ -16538,6 +16538,43 @@ <h5 id="installcommand">Install command</h5>
1653816538
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1653916539
<pre><code class="lang-lua">add_requires("libmysofa")
1654016540
</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>
1654116578
<h3 id="libnpycross">libnpy (cross)</h3>
1654216579
<table>
1654316580
<thead>
@@ -16826,6 +16863,39 @@ <h5 id="installcommand">Install command</h5>
1682616863
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1682716864
<pre><code class="lang-lua">add_requires("libpcap")
1682816865
</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>
1682916899
<h3 id="libplistcross">libplist (cross)</h3>
1683016900
<table>
1683116901
<thead>
@@ -18405,6 +18475,43 @@ <h5 id="installcommand">Install command</h5>
1840518475
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1840618476
<pre><code class="lang-lua">add_requires("libusb")
1840718477
</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>
1840818515
<h3 id="libuuidcross">libuuid (cross)</h3>
1840918516
<table>
1841018517
<thead>
@@ -31302,7 +31409,7 @@ <h3 id="sqlite3cross">sqlite3 (cross)</h3>
3130231409
</tr>
3130331410
<tr>
3130431411
<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>
3130631413
</tr>
3130731414
<tr>
3130831415
<td>Architectures</td>

mirror/packages/iphoneos.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6057,7 +6057,7 @@ <h3 id="crowiphoneos">crow (iphoneos)</h3>
60576057
</tr>
60586058
<tr>
60596059
<td>Versions</td>
6060-
<td>v1.2.1+1, v1.2.1+2</td>
6060+
<td>v1.2.1+2, v1.2.1+1</td>
60616061
</tr>
60626062
<tr>
60636063
<td>Architectures</td>
@@ -31047,7 +31047,7 @@ <h3 id="sqlite3iphoneos">sqlite3 (iphoneos)</h3>
3104731047
</tr>
3104831048
<tr>
3104931049
<td>Versions</td>
31050-
<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+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+0, 3.49.0+200, 3.49.0+100, 3.50.0+100, 3.50.0+200, 3.50.0+400, 3.50.0+0, 3.50.0+300</td>
31050+
<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+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+100, 3.47.0+0, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+100, 3.49.0+200, 3.50.0+200, 3.50.0+0, 3.50.0+300, 3.50.0+100, 3.50.0+400</td>
3105131051
</tr>
3105231052
<tr>
3105331053
<td>Architectures</td>

0 commit comments

Comments
 (0)