瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 4 年之前
父節點
當前提交
c92027c0e5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: minimp3, blaze, viennacl**
+- **Recently added: dr_flac, dr_mp3, dr_wav**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (342)
+- Packages (346)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 112 - 1
mirror/packages/android.html

@@ -914,6 +914,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dr_flacandroid">dr_flac (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3android">dr_mp3 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_wavandroid">dr_wav (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h2 id="e">e</h2>
 <h3 id="enttandroid">entt (android)</h3>
 <table>
@@ -1544,7 +1655,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 111 - 0
mirror/packages/bsd.html

@@ -667,6 +667,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dr_flacbsd">dr_flac (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3bsd">dr_mp3 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_wavbsd">dr_wav (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h2 id="e">e</h2>
 <h3 id="enttbsd">entt (bsd)</h3>
 <table>

+ 111 - 0
mirror/packages/cross.html

@@ -634,6 +634,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dr_flaccross">dr_flac (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3cross">dr_mp3 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_wavcross">dr_wav (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h2 id="e">e</h2>
 <h3 id="enttcross">entt (cross)</h3>
 <table>

+ 112 - 1
mirror/packages/iphoneos.html

@@ -774,6 +774,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dr_flaciphoneos">dr_flac (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3iphoneos">dr_mp3 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_waviphoneos">dr_wav (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h2 id="e">e</h2>
 <h3 id="enttiphoneos">entt (iphoneos)</h3>
 <table>
@@ -1268,7 +1379,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/linux.html

@@ -1536,6 +1536,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("double-conversion")
 </code></pre>
+<h3 id="dr_flaclinux">dr_flac (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3linux">dr_mp3 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_wavlinux">dr_wav (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h3 id="dracolinux">draco (linux)</h3>
 <table>
 <thead>
@@ -3442,7 +3553,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/macosx.html

@@ -1499,6 +1499,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("double-conversion")
 </code></pre>
+<h3 id="dr_flacmacosx">dr_flac (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3macosx">dr_mp3 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_wavmacosx">dr_wav (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h3 id="dracomacosx">draco (macosx)</h3>
 <table>
 <thead>
@@ -3228,7 +3339,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 112 - 1
mirror/packages/mingw.html

@@ -811,6 +811,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dr_flacmingw">dr_flac (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3mingw">dr_mp3 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_wavmingw">dr_wav (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h2 id="e">e</h2>
 <h3 id="enttmingw">entt (mingw)</h3>
 <table>
@@ -1474,7 +1585,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 111 - 0
mirror/packages/msys.html

@@ -671,6 +671,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dr_flacmsys">dr_flac (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3msys">dr_mp3 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_wavmsys">dr_wav (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h2 id="e">e</h2>
 <h3 id="enttmsys">entt (msys)</h3>
 <table>

+ 149 - 1
mirror/packages/windows.html

@@ -1433,6 +1433,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("dav1d")
 </code></pre>
+<h3 id="directxshadercompilerwindows">directxshadercompiler (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>DirectX Shader Compiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/microsoft/DirectXShaderCompiler/">https://github.com/microsoft/DirectXShaderCompiler/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LLVM</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.5.2010, 1.6.2104</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/directxshadercompiler/xmake.lua">directxshadercompiler/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install directxshadercompiler
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("directxshadercompiler")
+</code></pre>
 <h3 id="directxtkwindows">directxtk (windows)</h3>
 <table>
 <thead>
@@ -1569,6 +1606,117 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("double-conversion")
 </code></pre>
+<h3 id="dr_flacwindows">dr_flac (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.29</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua">dr_flac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_flac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_flac")
+</code></pre>
+<h3 id="dr_mp3windows">dr_mp3 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.27</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua">dr_mp3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_mp3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_mp3")
+</code></pre>
+<h3 id="dr_wavwindows">dr_wav (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Single file audio decoding libraries for C/C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mackron/dr_libs">https://github.com/mackron/dr_libs</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.12.19</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua">dr_wav/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dr_wav
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dr_wav")
+</code></pre>
 <h3 id="dracowindows">draco (windows)</h3>
 <table>
 <thead>
@@ -3174,7 +3322,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 73 - 1
packages/android.md

@@ -564,6 +564,78 @@ add_requires("doctest")
 ```
 
 
+### dr_flac (android)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (android)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (android)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 
 ## e
 ### entt (android)
@@ -998,7 +1070,7 @@ add_requires("http_parser")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 

+ 72 - 0
packages/bsd.md

@@ -399,6 +399,78 @@ add_requires("doctest")
 ```
 
 
+### dr_flac (bsd)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | i386, x86_64 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (bsd)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | i386, x86_64 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (bsd)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | i386, x86_64 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 
 ## e
 ### entt (bsd)

+ 72 - 0
packages/cross.md

@@ -376,6 +376,78 @@ add_requires("doctest")
 ```
 
 
+### dr_flac (cross)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (cross)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (cross)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 
 ## e
 ### entt (cross)

+ 73 - 1
packages/iphoneos.md

@@ -470,6 +470,78 @@ add_requires("doctest")
 ```
 
 
+### dr_flac (iphoneos)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (iphoneos)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (iphoneos)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 
 ## e
 ### entt (iphoneos)
@@ -811,7 +883,7 @@ add_requires("http_parser")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 

+ 73 - 1
packages/linux.md

@@ -985,6 +985,78 @@ add_requires("double-conversion")
 ```
 
 
+### dr_flac (linux)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (linux)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (linux)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 ### draco (linux)
 
 
@@ -2269,7 +2341,7 @@ add_requires("imagemagick")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 

+ 73 - 1
packages/macosx.md

@@ -961,6 +961,78 @@ add_requires("double-conversion")
 ```
 
 
+### dr_flac (macosx)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (macosx)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (macosx)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 ### draco (macosx)
 
 
@@ -2127,7 +2199,7 @@ add_requires("imagemagick")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 

+ 73 - 1
packages/mingw.md

@@ -494,6 +494,78 @@ add_requires("doctest")
 ```
 
 
+### dr_flac (mingw)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (mingw)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (mingw)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 
 ## e
 ### entt (mingw)
@@ -951,7 +1023,7 @@ add_requires("http_parser")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 

+ 72 - 0
packages/msys.md

@@ -400,6 +400,78 @@ add_requires("doctest")
 ```
 
 
+### dr_flac (msys)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | i386, x86_64 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (msys)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | i386, x86_64 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (msys)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | i386, x86_64 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 
 ## e
 ### entt (msys)

+ 97 - 1
packages/windows.md

@@ -915,6 +915,30 @@ add_requires("dav1d")
 ```
 
 
+### directxshadercompiler (windows)
+
+
+| Description | *DirectX Shader Compiler* |
+| -- | -- |
+| Homepage | [https://github.com/microsoft/DirectXShaderCompiler/](https://github.com/microsoft/DirectXShaderCompiler/) |
+| License | LLVM |
+| Versions | 1.5.2010, 1.6.2104 |
+| Architectures | x64 |
+| Definition | [directxshadercompiler/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/directxshadercompiler/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install directxshadercompiler
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("directxshadercompiler")
+```
+
+
 ### directxtk (windows)
 
 
@@ -1008,6 +1032,78 @@ add_requires("double-conversion")
 ```
 
 
+### dr_flac (windows)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.29 |
+| Architectures | x64, x86 |
+| Definition | [dr_flac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_flac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_flac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_flac")
+```
+
+
+### dr_mp3 (windows)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.6.27 |
+| Architectures | x64, x86 |
+| Definition | [dr_mp3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_mp3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_mp3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_mp3")
+```
+
+
+### dr_wav (windows)
+
+
+| Description | *Single file audio decoding libraries for C/C++.* |
+| -- | -- |
+| Homepage | [https://github.com/mackron/dr_libs](https://github.com/mackron/dr_libs) |
+| License | MIT |
+| Versions | 0.12.19 |
+| Architectures | x64, x86 |
+| Definition | [dr_wav/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dr_wav/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dr_wav
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dr_wav")
+```
+
+
 ### draco (windows)
 
 
@@ -2084,7 +2180,7 @@ add_requires("icu4c")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83 |
 | Architectures | x64, x86 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-05-29T14:09:03+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-05-29T14:09:04+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-05-29T14:09:04+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-05-29T14:09:04+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-05-29T14:09:04+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-05-29T14:09:05+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-05-29T14:09:05+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-05-29T14:09:05+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-05-29T14:09:05+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-05-29T14:09:05+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-05-29T14:09:06+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-05-29T14:09:06+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-05-29T14:09:06+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-05-29T14:09:06+08:00</lastmod>
+  <lastmod>2021-05-29T16:25:28+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: minimp3, blaze, viennacl**
+- **Recently added: dr_flac, dr_mp3, dr_wav**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (342)
+- 包列表 (346)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)