Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
5e73c017f7

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, ruy, vld**
+- **Recently added: mdns, port, ruy**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

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

+ 33 - 0
mirror/packages/android.html

@@ -6702,6 +6702,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
 </code></pre>
+<h3 id="mdnsandroid">mdns (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="memorymappingandroid">memorymapping (android)</h3>
 <h3 id="memorymappingandroid">memorymapping (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -5986,6 +5986,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
 </code></pre>
+<h3 id="mdnsbsd">mdns (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="meowhashbsd">meowhash (bsd)</h3>
 <h3 id="meowhashbsd">meowhash (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -5492,6 +5492,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
 </code></pre>
+<h3 id="mdnscross">mdns (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="mesoncross">meson (cross)</h3>
 <h3 id="mesoncross">meson (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -6134,6 +6134,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
 </code></pre>
+<h3 id="mdnsiphoneos">mdns (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="memorymappingiphoneos">memorymapping (iphoneos)</h3>
 <h3 id="memorymappingiphoneos">memorymapping (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -17203,6 +17203,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mcut")
 <pre><code class="lang-lua">add_requires("mcut")
 </code></pre>
 </code></pre>
+<h3 id="mdnslinux">mdns (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="memlinux">mem (linux)</h3>
 <h3 id="memlinux">mem (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -15882,6 +15882,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mcut")
 <pre><code class="lang-lua">add_requires("mcut")
 </code></pre>
 </code></pre>
+<h3 id="mdnsmacosx">mdns (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="memorymappingmacosx">memorymapping (macosx)</h3>
 <h3 id="memorymappingmacosx">memorymapping (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -7101,6 +7101,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mcut")
 <pre><code class="lang-lua">add_requires("mcut")
 </code></pre>
 </code></pre>
+<h3 id="mdnsmingw">mdns (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="mesonmingw">meson (mingw)</h3>
 <h3 id="mesonmingw">meson (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -4850,6 +4850,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
 </code></pre>
+<h3 id="mdnsmsys">mdns (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</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/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="mesonmsys">meson (msys)</h3>
 <h3 id="mesonmsys">meson (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/wasm.html

@@ -5109,6 +5109,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
 </code></pre>
+<h3 id="mdnswasm">mdns (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="mesonwasm">meson (wasm)</h3>
 <h3 id="mesonwasm">meson (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -13447,6 +13447,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mcut")
 <pre><code class="lang-lua">add_requires("mcut")
 </code></pre>
 </code></pre>
+<h3 id="mdnswindows">mdns (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain mDNS/DNS-SD library in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/mdns">https://github.com/mjansson/mdns</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua">mdns/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install mdns
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("mdns")
+</code></pre>
 <h3 id="memwindows">mem (windows)</h3>
 <h3 id="memwindows">mem (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 23 - 0
packages/android.md

@@ -4431,6 +4431,29 @@ add_requires("mbedtls")
 ```
 ```
 
 
 
 
+### mdns (android)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### memorymapping (android)
 ### memorymapping (android)
 
 
 
 

+ 23 - 0
packages/bsd.md

@@ -3957,6 +3957,29 @@ add_requires("mbedtls")
 ```
 ```
 
 
 
 
+### mdns (bsd)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | i386, x86_64 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### meowhash (bsd)
 ### meowhash (bsd)
 
 
 
 

+ 23 - 0
packages/cross.md

@@ -3627,6 +3627,29 @@ add_requires("mbedtls")
 ```
 ```
 
 
 
 
+### mdns (cross)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### meson (cross)
 ### meson (cross)
 
 
 
 

+ 23 - 0
packages/iphoneos.md

@@ -4053,6 +4053,29 @@ add_requires("mbedtls")
 ```
 ```
 
 
 
 
+### mdns (iphoneos)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### memorymapping (iphoneos)
 ### memorymapping (iphoneos)
 
 
 
 

+ 23 - 0
packages/linux.md

@@ -11446,6 +11446,29 @@ add_requires("mcut")
 ```
 ```
 
 
 
 
+### mdns (linux)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### mem (linux)
 ### mem (linux)
 
 
 
 

+ 23 - 0
packages/macosx.md

@@ -10570,6 +10570,29 @@ add_requires("mcut")
 ```
 ```
 
 
 
 
+### mdns (macosx)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### memorymapping (macosx)
 ### memorymapping (macosx)
 
 
 
 

+ 23 - 0
packages/mingw.md

@@ -4693,6 +4693,29 @@ add_requires("mcut")
 ```
 ```
 
 
 
 
+### mdns (mingw)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### meson (mingw)
 ### meson (mingw)
 
 
 
 

+ 23 - 0
packages/msys.md

@@ -3201,6 +3201,29 @@ add_requires("mbedtls")
 ```
 ```
 
 
 
 
+### mdns (msys)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | i386, x86_64 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### meson (msys)
 ### meson (msys)
 
 
 
 

+ 23 - 0
packages/wasm.md

@@ -3369,6 +3369,29 @@ add_requires("mbedtls")
 ```
 ```
 
 
 
 
+### mdns (wasm)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | wasm32 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### meson (wasm)
 ### meson (wasm)
 
 
 
 

+ 23 - 0
packages/windows.md

@@ -8892,6 +8892,29 @@ add_requires("mcut")
 ```
 ```
 
 
 
 
+### mdns (windows)
+
+
+| Description | *Public domain mDNS/DNS-SD library in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/mdns](https://github.com/mjansson/mdns) |
+| Versions | 1.4.2 |
+| Architectures | arm64, x64, x86 |
+| Definition | [mdns/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mdns/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install mdns
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("mdns")
+```
+
+
 ### mem (windows)
 ### mem (windows)
 
 
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-05-02T07:11:49+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:27+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-05-02T07:11:52+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:29+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-05-02T07:11:52+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:30+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-05-02T07:11:52+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:30+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-05-02T07:11:52+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:30+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-05-02T07:11:52+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:30+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-05-02T07:11:53+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-05-02T07:11:53+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-05-02T07:11:53+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-05-02T07:11:54+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-05-02T07:11:54+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-05-02T07:11:54+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-05-02T07:11:54+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-05-02T07:11:55+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-05-02T07:11:55+08:00</lastmod>
+  <lastmod>2023-05-03T14:09:33+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: port, ruy, vld**
+- **Recently added: mdns, port, ruy**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (879)
+- 包列表 (880)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)