Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
9093a66ab8

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gnu-sed, libxtst, gmm**
+- **Recently added: jsoncons, gnu-sed, libxtst**
 
 [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 (158)
+- Packages (159)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -796,6 +796,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
+<h3 id="jsonconsandroid">jsoncons (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h3 id="jsoncppandroid">jsoncpp (android)</h3>
 <table>
 <thead>

+ 34 - 0
mirror/packages/bsd.html

@@ -630,6 +630,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("irrXML")
 </code></pre>
+<h2 id="j">j</h2>
+<h3 id="jsonconsbsd">jsoncons (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="libjpegbsd">libjpeg (bsd)</h3>
 <table>

+ 33 - 0
mirror/packages/cross.html

@@ -631,6 +631,39 @@
 <pre><code class="lang-lua">add_requires("irrXML")
 </code></pre>
 <h2 id="j">j</h2>
+<h3 id="jsonconscross">jsoncons (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h3 id="jsoncppcross">jsoncpp (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -763,6 +763,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
+<h3 id="jsonconsiphoneos">jsoncons (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h3 id="jsoncppiphoneos">jsoncpp (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -1692,6 +1692,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
+<h3 id="jsonconslinux">jsoncons (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h3 id="jsoncpplinux">jsoncpp (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -1659,6 +1659,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
+<h3 id="jsonconsmacosx">jsoncons (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h3 id="jsoncppmacosx">jsoncpp (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -862,6 +862,39 @@
 <pre><code class="lang-lua">add_requires("irrXML")
 </code></pre>
 <h2 id="j">j</h2>
+<h3 id="jsonconsmingw">jsoncons (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h3 id="jsoncppmingw">jsoncpp (mingw)</h3>
 <table>
 <thead>

+ 34 - 0
mirror/packages/msys.html

@@ -630,6 +630,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("irrXML")
 </code></pre>
+<h2 id="j">j</h2>
+<h3 id="jsonconsmsys">jsoncons (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h2 id="l">l</h2>
 <h3 id="libjpegmsys">libjpeg (msys)</h3>
 <table>

+ 33 - 0
mirror/packages/windows.html

@@ -1391,6 +1391,39 @@
 <pre><code class="lang-lua">add_requires("irrXML")
 </code></pre>
 <h2 id="j">j</h2>
+<h3 id="jsonconswindows">jsoncons (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://danielaparker.github.io/jsoncons/">https://danielaparker.github.io/jsoncons/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.158.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/j/jsoncons/xmake.lua">jsoncons/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jsoncons
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncons")
+</code></pre>
 <h3 id="jsoncppwindows">jsoncpp (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -499,6 +499,29 @@ add_requires("json-c")
 ```
 
 
+### jsoncons (android)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
 ### jsoncpp (android)
 
 

+ 25 - 0
packages/bsd.md

@@ -383,6 +383,31 @@ add_requires("irrXML")
 
 
 
+## j
+### jsoncons (bsd)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | i386, x86_64 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
+
 ## l
 ### libjpeg (bsd)
 

+ 23 - 0
packages/cross.md

@@ -384,6 +384,29 @@ add_requires("irrXML")
 
 
 ## j
+### jsoncons (cross)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
 ### jsoncpp (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -476,6 +476,29 @@ add_requires("json-c")
 ```
 
 
+### jsoncons (iphoneos)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
 ### jsoncpp (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -1123,6 +1123,29 @@ add_requires("json-c")
 ```
 
 
+### jsoncons (linux)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
 ### jsoncpp (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -1100,6 +1100,29 @@ add_requires("json-c")
 ```
 
 
+### jsoncons (macosx)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
 ### jsoncpp (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -545,6 +545,29 @@ add_requires("irrXML")
 
 
 ## j
+### jsoncons (mingw)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | i386, x86_64 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
 ### jsoncpp (mingw)
 
 

+ 25 - 0
packages/msys.md

@@ -383,6 +383,31 @@ add_requires("irrXML")
 
 
 
+## j
+### jsoncons (msys)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | i386, x86_64 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
+
 ## l
 ### libjpeg (msys)
 

+ 23 - 0
packages/windows.md

@@ -915,6 +915,29 @@ add_requires("irrXML")
 
 
 ## j
+### jsoncons (windows)
+
+
+| Description | *A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON* |
+| -- | -- |
+| Homepage | [https://danielaparker.github.io/jsoncons/](https://danielaparker.github.io/jsoncons/) |
+| Versions | v0.158.0 |
+| Architectures | x64, x86 |
+| Definition | [jsoncons/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncons/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jsoncons
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncons")
+```
+
+
 ### jsoncpp (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-12T09:22:42+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-12T09:22:44+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-12T09:22:44+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-12T09:22:47+08:00</lastmod>
+  <lastmod>2020-11-12T10:03:44+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: gnu-sed, libxtst, gmm**
+- **Recently added: jsoncons, gnu-sed, libxtst**
 
 [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)
-- 包列表 (158)
+- 包列表 (159)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)