浏览代码

autoupdate docs by xmake-repo/ci

ruki 3 年之前
父节点
当前提交
809d51127d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: ceval, prvhash, mumps**
+- **Recently added: pystring, tinycbor, ceval**
 
 [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 (514)
+- Packages (516)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 70 - 0
mirror/packages/android.html

@@ -4933,6 +4933,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="pystringandroid">pystring (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythonandroid">python (android)</h3>
 <table>
 <thead>
@@ -5695,6 +5728,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tinycborandroid">tinycbor (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinyformatandroid">tinyformat (android)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/bsd.html

@@ -3784,6 +3784,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="pystringbsd">pystring (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythonbsd">python (bsd)</h3>
 <table>
 <thead>
@@ -4480,6 +4513,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tinycborbsd">tinycbor (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinyccbsd">tinycc (bsd)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/cross.html

@@ -3471,6 +3471,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="pystringcross">pystring (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythoncross">python (cross)</h3>
 <table>
 <thead>
@@ -4167,6 +4200,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tinycborcross">tinycbor (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinyformatcross">tinyformat (cross)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/iphoneos.html

@@ -4381,6 +4381,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="pystringiphoneos">pystring (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythoniphoneos">python (iphoneos)</h3>
 <table>
 <thead>
@@ -5114,6 +5147,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tinycboriphoneos">tinycbor (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinyformatiphoneos">tinyformat (iphoneos)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/linux.html

@@ -14014,6 +14014,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pybind11")
 </code></pre>
+<h3 id="pystringlinux">pystring (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythonlinux">python (linux)</h3>
 <table>
 <thead>
@@ -15793,6 +15826,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tiltedcore")
 </code></pre>
+<h3 id="tinycborlinux">tinycbor (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinycclinux">tinycc (linux)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/macosx.html

@@ -13162,6 +13162,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pybind11")
 </code></pre>
+<h3 id="pystringmacosx">pystring (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythonmacosx">python (macosx)</h3>
 <table>
 <thead>
@@ -14801,6 +14834,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tinycbormacosx">tinycbor (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinyccmacosx">tinycc (macosx)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/mingw.html

@@ -5077,6 +5077,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pthreads4w")
 </code></pre>
+<h3 id="pystringmingw">pystring (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythonmingw">python (mingw)</h3>
 <table>
 <thead>
@@ -5942,6 +5975,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tinycbormingw">tinycbor (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinyformatmingw">tinyformat (mingw)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/msys.html

@@ -3261,6 +3261,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
+<h3 id="pystringmsys">pystring (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythonmsys">python (msys)</h3>
 <table>
 <thead>
@@ -3956,6 +3989,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tiltedcore")
 </code></pre>
+<h3 id="tinycbormsys">tinycbor (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinyformatmsys">tinyformat (msys)</h3>
 <table>
 <thead>

+ 70 - 0
mirror/packages/windows.html

@@ -11271,6 +11271,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pybind11")
 </code></pre>
+<h3 id="pystringwindows">pystring (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.02.04</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/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pystring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pystring")
+</code></pre>
 <h3 id="pythonwindows">python (windows)</h3>
 <table>
 <thead>
@@ -12840,6 +12873,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tiltedcore")
 </code></pre>
+<h3 id="tinycborwindows">tinycbor (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Concise Binary Object Representation (CBOR) Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/intel/tinycbor">https://github.com/intel/tinycbor</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.6.0</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/t/tinycbor/xmake.lua">tinycbor/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tinycbor
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tinycbor")
+</code></pre>
 <h3 id="tinyccwindows">tinycc (windows)</h3>
 <table>
 <thead>

+ 47 - 0
packages/android.md

@@ -3286,6 +3286,29 @@ add_requires("prvhash")
 ```
 
 
+### pystring (android)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (android)
 
 
@@ -3808,6 +3831,30 @@ add_requires("tclap")
 ```
 
 
+### tinycbor (android)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinyformat (android)
 
 

+ 47 - 0
packages/bsd.md

@@ -2512,6 +2512,29 @@ add_requires("prvhash")
 ```
 
 
+### pystring (bsd)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | i386, x86_64 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (bsd)
 
 
@@ -2988,6 +3011,30 @@ add_requires("tclap")
 ```
 
 
+### tinycbor (bsd)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinycc (bsd)
 
 

+ 47 - 0
packages/cross.md

@@ -2301,6 +2301,29 @@ add_requires("prvhash")
 ```
 
 
+### pystring (cross)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (cross)
 
 
@@ -2777,6 +2800,30 @@ add_requires("tclap")
 ```
 
 
+### tinycbor (cross)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinyformat (cross)
 
 

+ 47 - 0
packages/iphoneos.md

@@ -2912,6 +2912,29 @@ add_requires("prvhash")
 ```
 
 
+### pystring (iphoneos)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (iphoneos)
 
 
@@ -3412,6 +3435,30 @@ add_requires("tclap")
 ```
 
 
+### tinycbor (iphoneos)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinyformat (iphoneos)
 
 

+ 47 - 0
packages/linux.md

@@ -9356,6 +9356,29 @@ add_requires("pybind11")
 ```
 
 
+### pystring (linux)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (linux)
 
 
@@ -10560,6 +10583,30 @@ add_requires("tiltedcore")
 ```
 
 
+### tinycbor (linux)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinycc (linux)
 
 

+ 47 - 0
packages/macosx.md

@@ -8789,6 +8789,29 @@ add_requires("pybind11")
 ```
 
 
+### pystring (macosx)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (macosx)
 
 
@@ -9899,6 +9922,30 @@ add_requires("tclap")
 ```
 
 
+### tinycbor (macosx)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinycc (macosx)
 
 

+ 47 - 0
packages/mingw.md

@@ -3381,6 +3381,29 @@ add_requires("pthreads4w")
 ```
 
 
+### pystring (mingw)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (mingw)
 
 
@@ -3973,6 +3996,30 @@ add_requires("tclap")
 ```
 
 
+### tinycbor (mingw)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinyformat (mingw)
 
 

+ 47 - 0
packages/msys.md

@@ -2160,6 +2160,29 @@ add_requires("prvhash")
 ```
 
 
+### pystring (msys)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | i386, x86_64 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (msys)
 
 
@@ -2634,6 +2657,30 @@ add_requires("tiltedcore")
 ```
 
 
+### tinycbor (msys)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | i386, x86_64 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinyformat (msys)
 
 

+ 47 - 0
packages/windows.md

@@ -7483,6 +7483,29 @@ add_requires("pybind11")
 ```
 
 
+### pystring (windows)
+
+
+| Description | *Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.* |
+| -- | -- |
+| Homepage | [https://github.com/imageworks/pystring](https://github.com/imageworks/pystring) |
+| Versions | 2020.02.04 |
+| Architectures | x64, x86 |
+| Definition | [pystring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pystring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pystring")
+```
+
+
 ### python (windows)
 
 
@@ -8546,6 +8569,30 @@ add_requires("tiltedcore")
 ```
 
 
+### tinycbor (windows)
+
+
+| Description | *Concise Binary Object Representation (CBOR) Library* |
+| -- | -- |
+| Homepage | [https://github.com/intel/tinycbor](https://github.com/intel/tinycbor) |
+| License | MIT |
+| Versions | v0.6.0 |
+| Architectures | x64, x86 |
+| Definition | [tinycbor/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinycbor/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tinycbor
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tinycbor")
+```
+
+
 ### tinycc (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-24T07:47:04+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-24T07:47:06+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-24T07:47:06+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-24T07:47:06+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-24T07:47:07+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-24T07:47:07+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-24T07:47:07+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-24T07:47:07+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-24T07:47:08+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-24T07:47:08+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-24T07:47:08+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-24T07:47:09+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-24T07:47:09+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-24T07:47:09+08:00</lastmod>
+  <lastmod>2021-11-24T09:17:37+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: ceval, prvhash, mumps**
+- **Recently added: pystring, tinycbor, ceval**
 
 [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)
-- 包列表 (514)
+- 包列表 (516)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)