Jelajahi Sumber

autoupdate docs by xmake-repo/ci

ruki 2 tahun lalu
induk
melakukan
a9f4c029d0
5 mengubah file dengan 139 tambahan dan 17 penghapusan
  1. 74 0
      mirror/packages/macosx.html
  2. 1 1
      mirror/packages/windows.html
  3. 48 0
      packages/macosx.md
  4. 1 1
      packages/windows.md
  5. 15 15
      sitemap.xml

+ 74 - 0
mirror/packages/macosx.html

@@ -8709,6 +8709,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lemon")
 </code></pre>
+<h3 id="leptonicamacosx">leptonica (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.leptonica.org/">http://www.leptonica.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.80.0, 1.81.1, 1.82.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leptonica/xmake.lua">leptonica/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install leptonica
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("leptonica")
+</code></pre>
 <h3 id="leveldbmacosx">leveldb (macosx)</h3>
 <table>
 <thead>
@@ -21537,6 +21574,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("tclap")
 </code></pre>
+<h3 id="tesseractmacosx">tesseract (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Tesseract Open Source OCR Engine</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://tesseract-ocr.github.io/">https://tesseract-ocr.github.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.1.1, 4.1.3, 5.0.1, 5.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tesseract/xmake.lua">tesseract/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tesseract
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tesseract")
+</code></pre>
 <h3 id="texinfomacosx">texinfo (macosx)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/windows.html

@@ -18763,7 +18763,7 @@
 </tr>
 <tr>
 <td>Architectures</td>
-<td>arm64, x64, x86</td>
+<td>x64, x86</td>
 </tr>
 <tr>
 <td>Definition</td>

+ 48 - 0
packages/macosx.md

@@ -5766,6 +5766,30 @@ add_requires("lemon")
 ```
 
 
+### leptonica (macosx)
+
+
+| Description | *Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications.* |
+| -- | -- |
+| Homepage | [http://www.leptonica.org/](http://www.leptonica.org/) |
+| License | BSD-2-Clause |
+| Versions | 1.80.0, 1.81.1, 1.82.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [leptonica/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/leptonica/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install leptonica
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("leptonica")
+```
+
+
 ### leveldb (macosx)
 
 
@@ -14356,6 +14380,30 @@ add_requires("tclap")
 ```
 
 
+### tesseract (macosx)
+
+
+| Description | *Tesseract Open Source OCR Engine* |
+| -- | -- |
+| Homepage | [https://tesseract-ocr.github.io/](https://tesseract-ocr.github.io/) |
+| License | Apache-2.0 |
+| Versions | 4.1.1, 4.1.3, 5.0.1, 5.2.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [tesseract/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tesseract/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tesseract
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tesseract")
+```
+
+
 ### texinfo (macosx)
 
 

+ 1 - 1
packages/windows.md

@@ -12448,7 +12448,7 @@ add_requires("tclap")
 | Homepage | [https://tesseract-ocr.github.io/](https://tesseract-ocr.github.io/) |
 | License | Apache-2.0 |
 | Versions | 4.1.1, 4.1.3, 5.0.1, 5.2.0 |
-| Architectures | arm64, x64, x86 |
+| Architectures | x64, x86 |
 | Definition | [tesseract/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tesseract/xmake.lua) |
 
 ##### Install command

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-10-28T10:42:05+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-10-28T10:42:08+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-10-28T10:42:08+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-10-28T10:42:08+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-10-28T10:42:09+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-10-28T10:42:09+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-10-28T10:42:09+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-10-28T10:42:09+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-10-28T10:42:10+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-10-28T10:42:10+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-10-28T10:42:10+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-10-28T10:42:11+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-10-28T10:42:11+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-10-28T10:42:11+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-10-28T10:42:12+08:00</lastmod>
+  <lastmod>2022-10-28T11:13:32+08:00</lastmod>
 </url>
 
 </urlset>