Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
8757629cec

+ 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: libogg, pthreads4w, tbb**
+- **Recently added: libogg, pthreads4w, jsoncpp**
 
 
 [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 (137)
+- Packages (138)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 34 - 1
mirror/packages/android.html

@@ -273,7 +273,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -659,6 +659,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("json-c")
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
 </code></pre>
+<h3 id="jsoncppandroid">jsoncpp (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ library for interacting with JSON.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/open-source-parsers/jsoncpp/wiki">https://github.com/open-source-parsers/jsoncpp/wiki</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.4</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/jsoncpp/xmake.lua">jsoncpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] jsoncpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncpp")
+</code></pre>
 <h2 id="l">l</h2>
 <h2 id="l">l</h2>
 <h3 id="libjpegandroid">libjpeg (android)</h3>
 <h3 id="libjpegandroid">libjpeg (android)</h3>
 <table>
 <table>

+ 1 - 1
mirror/packages/bsd.html

@@ -240,7 +240,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 35 - 1
mirror/packages/cross.html

@@ -240,7 +240,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -526,6 +526,40 @@
 <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("irrXML")
 <pre><code class="lang-lua">add_requires("irrXML")
 </code></pre>
 </code></pre>
+<h2 id="j">j</h2>
+<h3 id="jsoncppcross">jsoncpp (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ library for interacting with JSON.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/open-source-parsers/jsoncpp/wiki">https://github.com/open-source-parsers/jsoncpp/wiki</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.4</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/jsoncpp/xmake.lua">jsoncpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] jsoncpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncpp")
+</code></pre>
 <h2 id="l">l</h2>
 <h2 id="l">l</h2>
 <h3 id="libjpegcross">libjpeg (cross)</h3>
 <h3 id="libjpegcross">libjpeg (cross)</h3>
 <table>
 <table>

+ 34 - 1
mirror/packages/iphoneos.html

@@ -273,7 +273,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -626,6 +626,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("json-c")
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
 </code></pre>
+<h3 id="jsoncppiphoneos">jsoncpp (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ library for interacting with JSON.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/open-source-parsers/jsoncpp/wiki">https://github.com/open-source-parsers/jsoncpp/wiki</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.4</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/jsoncpp/xmake.lua">jsoncpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos jsoncpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncpp")
+</code></pre>
 <h2 id="l">l</h2>
 <h2 id="l">l</h2>
 <h3 id="libcurliphoneos">libcurl (iphoneos)</h3>
 <h3 id="libcurliphoneos">libcurl (iphoneos)</h3>
 <table>
 <table>

+ 34 - 1
mirror/packages/linux.html

@@ -537,7 +537,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -1386,6 +1386,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("json-c")
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
 </code></pre>
+<h3 id="jsoncpplinux">jsoncpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ library for interacting with JSON.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/open-source-parsers/jsoncpp/wiki">https://github.com/open-source-parsers/jsoncpp/wiki</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.4</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/jsoncpp/xmake.lua">jsoncpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jsoncpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncpp")
+</code></pre>
 <h2 id="l">l</h2>
 <h2 id="l">l</h2>
 <h3 id="libcurllinux">libcurl (linux)</h3>
 <h3 id="libcurllinux">libcurl (linux)</h3>
 <table>
 <table>

+ 34 - 1
mirror/packages/macosx.html

@@ -537,7 +537,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -1353,6 +1353,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("json-c")
 <pre><code class="lang-lua">add_requires("json-c")
 </code></pre>
 </code></pre>
+<h3 id="jsoncppmacosx">jsoncpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ library for interacting with JSON.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/open-source-parsers/jsoncpp/wiki">https://github.com/open-source-parsers/jsoncpp/wiki</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.4</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/jsoncpp/xmake.lua">jsoncpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jsoncpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncpp")
+</code></pre>
 <h2 id="l">l</h2>
 <h2 id="l">l</h2>
 <h3 id="libcurlmacosx">libcurl (macosx)</h3>
 <h3 id="libcurlmacosx">libcurl (macosx)</h3>
 <table>
 <table>

+ 35 - 1
mirror/packages/mingw.html

@@ -306,7 +306,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -691,6 +691,40 @@
 <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("irrXML")
 <pre><code class="lang-lua">add_requires("irrXML")
 </code></pre>
 </code></pre>
+<h2 id="j">j</h2>
+<h3 id="jsoncppmingw">jsoncpp (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ library for interacting with JSON.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/open-source-parsers/jsoncpp/wiki">https://github.com/open-source-parsers/jsoncpp/wiki</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.4</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/jsoncpp/xmake.lua">jsoncpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] jsoncpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncpp")
+</code></pre>
 <h2 id="l">l</h2>
 <h2 id="l">l</h2>
 <h3 id="libjpegmingw">libjpeg (mingw)</h3>
 <h3 id="libjpegmingw">libjpeg (mingw)</h3>
 <table>
 <table>

+ 1 - 1
mirror/packages/msys.html

@@ -240,7 +240,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 35 - 1
mirror/packages/windows.html

@@ -504,7 +504,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td></td>
+<td>3.11.4, 3.15.4, 3.18.4</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>
@@ -1088,6 +1088,40 @@
 <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("irrXML")
 <pre><code class="lang-lua">add_requires("irrXML")
 </code></pre>
 </code></pre>
+<h2 id="j">j</h2>
+<h3 id="jsoncppwindows">jsoncpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ library for interacting with JSON.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/open-source-parsers/jsoncpp/wiki">https://github.com/open-source-parsers/jsoncpp/wiki</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.4</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/jsoncpp/xmake.lua">jsoncpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jsoncpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jsoncpp")
+</code></pre>
 <h2 id="l">l</h2>
 <h2 id="l">l</h2>
 <h3 id="libcurlwindows">libcurl (windows)</h3>
 <h3 id="libcurlwindows">libcurl (windows)</h3>
 <table>
 <table>

+ 24 - 1
packages/android.md

@@ -124,7 +124,7 @@ add_requires("cjson")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 
@@ -404,6 +404,29 @@ add_requires("json-c")
 ```
 ```
 
 
 
 
+### jsoncpp (android)
+
+
+| Description | *A C++ library for interacting with JSON.* |
+| -- | -- |
+| Homepage | [https://github.com/open-source-parsers/jsoncpp/wiki](https://github.com/open-source-parsers/jsoncpp/wiki) |
+| Versions | 1.9.4 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [jsoncpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] jsoncpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncpp")
+```
+
+
 
 
 ## l
 ## l
 ### libjpeg (android)
 ### libjpeg (android)

+ 1 - 1
packages/bsd.md

@@ -101,7 +101,7 @@ add_requires("catch2")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 

+ 26 - 1
packages/cross.md

@@ -101,7 +101,7 @@ add_requires("catch2")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 
@@ -311,6 +311,31 @@ add_requires("irrXML")
 
 
 
 
 
 
+## j
+### jsoncpp (cross)
+
+
+| Description | *A C++ library for interacting with JSON.* |
+| -- | -- |
+| Homepage | [https://github.com/open-source-parsers/jsoncpp/wiki](https://github.com/open-source-parsers/jsoncpp/wiki) |
+| Versions | 1.9.4 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [jsoncpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] jsoncpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncpp")
+```
+
+
+
 ## l
 ## l
 ### libjpeg (cross)
 ### libjpeg (cross)
 
 

+ 24 - 1
packages/iphoneos.md

@@ -124,7 +124,7 @@ add_requires("cjson")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 
@@ -381,6 +381,29 @@ add_requires("json-c")
 ```
 ```
 
 
 
 
+### jsoncpp (iphoneos)
+
+
+| Description | *A C++ library for interacting with JSON.* |
+| -- | -- |
+| Homepage | [https://github.com/open-source-parsers/jsoncpp/wiki](https://github.com/open-source-parsers/jsoncpp/wiki) |
+| Versions | 1.9.4 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [jsoncpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos jsoncpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncpp")
+```
+
+
 
 
 ## l
 ## l
 ### libcurl (iphoneos)
 ### libcurl (iphoneos)

+ 24 - 1
packages/linux.md

@@ -308,7 +308,7 @@ add_requires("cjson")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 
@@ -912,6 +912,29 @@ add_requires("json-c")
 ```
 ```
 
 
 
 
+### jsoncpp (linux)
+
+
+| Description | *A C++ library for interacting with JSON.* |
+| -- | -- |
+| Homepage | [https://github.com/open-source-parsers/jsoncpp/wiki](https://github.com/open-source-parsers/jsoncpp/wiki) |
+| Versions | 1.9.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [jsoncpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jsoncpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncpp")
+```
+
+
 
 
 ## l
 ## l
 ### libcurl (linux)
 ### libcurl (linux)

+ 24 - 1
packages/macosx.md

@@ -308,7 +308,7 @@ add_requires("cjson")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | arm64, i386, x86_64 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 
@@ -889,6 +889,29 @@ add_requires("json-c")
 ```
 ```
 
 
 
 
+### jsoncpp (macosx)
+
+
+| Description | *A C++ library for interacting with JSON.* |
+| -- | -- |
+| Homepage | [https://github.com/open-source-parsers/jsoncpp/wiki](https://github.com/open-source-parsers/jsoncpp/wiki) |
+| Versions | 1.9.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [jsoncpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jsoncpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncpp")
+```
+
+
 
 
 ## l
 ## l
 ### libcurl (macosx)
 ### libcurl (macosx)

+ 26 - 1
packages/mingw.md

@@ -147,7 +147,7 @@ add_requires("catch2")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 
@@ -426,6 +426,31 @@ add_requires("irrXML")
 
 
 
 
 
 
+## j
+### jsoncpp (mingw)
+
+
+| Description | *A C++ library for interacting with JSON.* |
+| -- | -- |
+| Homepage | [https://github.com/open-source-parsers/jsoncpp/wiki](https://github.com/open-source-parsers/jsoncpp/wiki) |
+| Versions | 1.9.4 |
+| Architectures | i386, x86_64 |
+| Definition | [jsoncpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] jsoncpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncpp")
+```
+
+
+
 ## l
 ## l
 ### libjpeg (mingw)
 ### libjpeg (mingw)
 
 

+ 1 - 1
packages/msys.md

@@ -101,7 +101,7 @@ add_requires("catch2")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | i386, x86_64 |
 | Architectures | i386, x86_64 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 

+ 26 - 1
packages/windows.md

@@ -285,7 +285,7 @@ add_requires("catch2")
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | Description | *A cross-platform family of tool designed to build, test and package software* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Homepage | [https://cmake.org](https://cmake.org) |
-| Versions |  |
+| Versions | 3.11.4, 3.15.4, 3.18.4 |
 | Architectures | x64, x86 |
 | Architectures | x64, x86 |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 | Definition | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 
@@ -704,6 +704,31 @@ add_requires("irrXML")
 
 
 
 
 
 
+## j
+### jsoncpp (windows)
+
+
+| Description | *A C++ library for interacting with JSON.* |
+| -- | -- |
+| Homepage | [https://github.com/open-source-parsers/jsoncpp/wiki](https://github.com/open-source-parsers/jsoncpp/wiki) |
+| Versions | 1.9.4 |
+| Architectures | x64, x86 |
+| Definition | [jsoncpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jsoncpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jsoncpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jsoncpp")
+```
+
+
+
 ## l
 ## l
 ### libcurl (windows)
 ### libcurl (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-04T01:40:22+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:13+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>2020-11-04T01:40:22+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:14+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>2020-11-04T01:40:22+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:14+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>2020-11-04T01:40:23+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:14+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>2020-11-04T01:40:23+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:15+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>2020-11-04T01:40:23+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:15+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>2020-11-04T01:40:23+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:15+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>2020-11-04T01:40:23+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:15+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>2020-11-04T01:40:24+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:16+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>2020-11-04T01:40:24+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:16+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>2020-11-04T01:40:24+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:16+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>2020-11-04T01:40:24+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:16+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>2020-11-04T01:40:25+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:16+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>2020-11-04T01:40:25+08:00</lastmod>
+  <lastmod>2020-11-04T02:26:17+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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