Quellcode durchsuchen

autoupdate docs by xmake-repo/ci

ruki vor 4 Jahren
Ursprung
Commit
42e5da0db5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: directxshadercompiler, gn, libjpeg-turbo**
+- **Recently added: gmp, libtasn1, nettle**
 
 [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 (188)
+- Packages (192)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 146 - 2
mirror/packages/linux.html

@@ -1709,6 +1709,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
+<h3 id="gmplinux">gmp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gmplib.org/">https://gmplib.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>6.2.1</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/g/gmp/xmake.lua">gmp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gmp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmp")
+</code></pre>
 <h3 id="gnlinux">gn (linux)</h3>
 <table>
 <thead>
@@ -3017,6 +3054,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtask")
 </code></pre>
+<h3 id="libtasn1linux">libtasn1 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/libtasn1/">https://www.gnu.org/software/libtasn1/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.15.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/l/libtasn1/xmake.lua">libtasn1/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libtasn1
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libtasn1")
+</code></pre>
 <h3 id="libtifflinux">libtiff (linux)</h3>
 <table>
 <thead>
@@ -3333,7 +3407,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.13.1</td>
+<td>1.13.1, 1.14</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4462,6 +4536,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ncurses")
 </code></pre>
+<h3 id="nettlelinux">nettle (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Nettle is a cryptographic library that is designed to fit easily in more or less any context.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lysator.liu.se/~nisse/nettle/">https://www.lysator.liu.se/~nisse/nettle/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.6</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/n/nettle/xmake.lua">nettle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nettle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nettle")
+</code></pre>
 <h3 id="ninjalinux">ninja (linux)</h3>
 <table>
 <thead>
@@ -5233,6 +5344,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sfml")
 </code></pre>
+<h3 id="sfntlylinux">sfntly (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The sfntly project contains Java and C++ libraries for reading, editing, and writing sfnt container fonts (OpenType, TrueType, AAT/GX, and Graphite.)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/googlefonts/sfntly">https://github.com/googlefonts/sfntly</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190917</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/s/sfntly/xmake.lua">sfntly/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install sfntly
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sfntly")
+</code></pre>
 <h3 id="skialinux">skia (linux)</h3>
 <table>
 <thead>
@@ -5974,7 +6118,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.13</td>
+<td>1.13, 1.14</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 146 - 2
mirror/packages/macosx.html

@@ -1643,6 +1643,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
+<h3 id="gmpmacosx">gmp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gmplib.org/">https://gmplib.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>6.2.1</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/g/gmp/xmake.lua">gmp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gmp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gmp")
+</code></pre>
 <h3 id="gnmacosx">gn (macosx)</h3>
 <table>
 <thead>
@@ -2885,6 +2922,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtask")
 </code></pre>
+<h3 id="libtasn1macosx">libtasn1 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/libtasn1/">https://www.gnu.org/software/libtasn1/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.15.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/l/libtasn1/xmake.lua">libtasn1/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libtasn1
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libtasn1")
+</code></pre>
 <h3 id="libtiffmacosx">libtiff (macosx)</h3>
 <table>
 <thead>
@@ -3201,7 +3275,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.13.1</td>
+<td>1.13.1, 1.14</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4297,6 +4371,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ncurses")
 </code></pre>
+<h3 id="nettlemacosx">nettle (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Nettle is a cryptographic library that is designed to fit easily in more or less any context.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lysator.liu.se/~nisse/nettle/">https://www.lysator.liu.se/~nisse/nettle/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.6</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/n/nettle/xmake.lua">nettle/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nettle
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nettle")
+</code></pre>
 <h3 id="ninjamacosx">ninja (macosx)</h3>
 <table>
 <thead>
@@ -5068,6 +5179,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sfml")
 </code></pre>
+<h3 id="sfntlymacosx">sfntly (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The sfntly project contains Java and C++ libraries for reading, editing, and writing sfnt container fonts (OpenType, TrueType, AAT/GX, and Graphite.)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/googlefonts/sfntly">https://github.com/googlefonts/sfntly</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190917</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/s/sfntly/xmake.lua">sfntly/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install sfntly
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sfntly")
+</code></pre>
 <h3 id="skiamacosx">skia (macosx)</h3>
 <table>
 <thead>
@@ -5771,7 +5915,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.13</td>
+<td>1.13, 1.14</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 33 - 0
mirror/packages/windows.html

@@ -3868,6 +3868,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sfml")
 </code></pre>
+<h3 id="sfntlywindows">sfntly (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The sfntly project contains Java and C++ libraries for reading, editing, and writing sfnt container fonts (OpenType, TrueType, AAT/GX, and Graphite.)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/googlefonts/sfntly">https://github.com/googlefonts/sfntly</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20190917</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/s/sfntly/xmake.lua">sfntly/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install sfntly
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sfntly")
+</code></pre>
 <h3 id="skiawindows">skia (windows)</h3>
 <table>
 <thead>

+ 97 - 2
packages/linux.md

@@ -1122,6 +1122,30 @@ add_requires("gmm")
 ```
 
 
+### gmp (linux)
+
+
+| Description | *GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.* |
+| -- | -- |
+| Homepage | [https://gmplib.org/](https://gmplib.org/) |
+| License | LGPL-3.0 |
+| Versions | 6.2.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gmp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gmp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmp")
+```
+
+
 ### gn (linux)
 
 
@@ -2033,6 +2057,30 @@ add_requires("libtask")
 ```
 
 
+### libtasn1 (linux)
+
+
+| Description | *Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/libtasn1/](https://www.gnu.org/software/libtasn1/) |
+| License | LGPL-2.1 |
+| Versions | 4.15.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libtasn1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtasn1/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libtasn1
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libtasn1")
+```
+
+
 ### libtiff (linux)
 
 
@@ -2247,7 +2295,7 @@ add_requires("libxau")
 | Description | *X.Org: Interface to the X Window System protocol* |
 | -- | -- |
 | Homepage | [https://www.x.org/](https://www.x.org/) |
-| Versions | 1.13.1 |
+| Versions | 1.13.1, 1.14 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libxcb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxcb/xmake.lua) |
 
@@ -3032,6 +3080,30 @@ add_requires("ncurses")
 ```
 
 
+### nettle (linux)
+
+
+| Description | *Nettle is a cryptographic library that is designed to fit easily in more or less any context.* |
+| -- | -- |
+| Homepage | [https://www.lysator.liu.se/~nisse/nettle/](https://www.lysator.liu.se/~nisse/nettle/) |
+| License | LGPL-3.0 |
+| Versions | 3.6 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nettle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nettle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nettle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nettle")
+```
+
+
 ### ninja (linux)
 
 
@@ -3571,6 +3643,29 @@ add_requires("sfml")
 ```
 
 
+### sfntly (linux)
+
+
+| Description | *The sfntly project contains Java and C++ libraries for reading, editing, and writing sfnt container fonts (OpenType, TrueType, AAT/GX, and Graphite.)* |
+| -- | -- |
+| Homepage | [https://github.com/googlefonts/sfntly](https://github.com/googlefonts/sfntly) |
+| Versions | 20190917 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [sfntly/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sfntly/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install sfntly
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sfntly")
+```
+
+
 ### skia (linux)
 
 
@@ -4077,7 +4172,7 @@ add_requires("x265")
 | Description | *X.Org: XML-XCB protocol descriptions for libxcb code generation* |
 | -- | -- |
 | Homepage | [https://www.x.org/](https://www.x.org/) |
-| Versions | 1.13 |
+| Versions | 1.13, 1.14 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [xcb-proto/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xcb-proto/xmake.lua) |
 

+ 97 - 2
packages/macosx.md

@@ -1076,6 +1076,30 @@ add_requires("gmm")
 ```
 
 
+### gmp (macosx)
+
+
+| Description | *GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.* |
+| -- | -- |
+| Homepage | [https://gmplib.org/](https://gmplib.org/) |
+| License | LGPL-3.0 |
+| Versions | 6.2.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gmp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gmp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gmp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gmp")
+```
+
+
 ### gn (macosx)
 
 
@@ -1941,6 +1965,30 @@ add_requires("libtask")
 ```
 
 
+### libtasn1 (macosx)
+
+
+| Description | *Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/libtasn1/](https://www.gnu.org/software/libtasn1/) |
+| License | LGPL-2.1 |
+| Versions | 4.15.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libtasn1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtasn1/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libtasn1
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libtasn1")
+```
+
+
 ### libtiff (macosx)
 
 
@@ -2155,7 +2203,7 @@ add_requires("libxau")
 | Description | *X.Org: Interface to the X Window System protocol* |
 | -- | -- |
 | Homepage | [https://www.x.org/](https://www.x.org/) |
-| Versions | 1.13.1 |
+| Versions | 1.13.1, 1.14 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [libxcb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxcb/xmake.lua) |
 
@@ -2917,6 +2965,30 @@ add_requires("ncurses")
 ```
 
 
+### nettle (macosx)
+
+
+| Description | *Nettle is a cryptographic library that is designed to fit easily in more or less any context.* |
+| -- | -- |
+| Homepage | [https://www.lysator.liu.se/~nisse/nettle/](https://www.lysator.liu.se/~nisse/nettle/) |
+| License | LGPL-3.0 |
+| Versions | 3.6 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [nettle/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nettle/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nettle
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nettle")
+```
+
+
 ### ninja (macosx)
 
 
@@ -3456,6 +3528,29 @@ add_requires("sfml")
 ```
 
 
+### sfntly (macosx)
+
+
+| Description | *The sfntly project contains Java and C++ libraries for reading, editing, and writing sfnt container fonts (OpenType, TrueType, AAT/GX, and Graphite.)* |
+| -- | -- |
+| Homepage | [https://github.com/googlefonts/sfntly](https://github.com/googlefonts/sfntly) |
+| Versions | 20190917 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [sfntly/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sfntly/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install sfntly
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sfntly")
+```
+
+
 ### skia (macosx)
 
 
@@ -3936,7 +4031,7 @@ add_requires("x265")
 | Description | *X.Org: XML-XCB protocol descriptions for libxcb code generation* |
 | -- | -- |
 | Homepage | [https://www.x.org/](https://www.x.org/) |
-| Versions | 1.13 |
+| Versions | 1.13, 1.14 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [xcb-proto/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xcb-proto/xmake.lua) |
 

+ 23 - 0
packages/windows.md

@@ -2625,6 +2625,29 @@ add_requires("sfml")
 ```
 
 
+### sfntly (windows)
+
+
+| Description | *The sfntly project contains Java and C++ libraries for reading, editing, and writing sfnt container fonts (OpenType, TrueType, AAT/GX, and Graphite.)* |
+| -- | -- |
+| Homepage | [https://github.com/googlefonts/sfntly](https://github.com/googlefonts/sfntly) |
+| Versions | 20190917 |
+| Architectures | x64, x86 |
+| Definition | [sfntly/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sfntly/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install sfntly
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sfntly")
+```
+
+
 ### skia (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-28T14:57:07+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-28T14:57:07+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-28T14:57:08+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-28T14:57:08+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-28T14:57:08+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-28T14:57:08+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-28T14:57:09+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-28T14:57:10+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-28T14:57:10+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-28T14:57:10+08:00</lastmod>
+  <lastmod>2020-11-29T09:58:50+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: directxshadercompiler, gn, libjpeg-turbo**
+- **Recently added: gmp, libtasn1, nettle**
 
 [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)
-- 包列表 (188)
+- 包列表 (192)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)