Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 3 ani în urmă
părinte
comite
1d14714648

+ 1 - 1
_coverpage.md

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

+ 5 - 1
mirror/packages/android.html

@@ -733,8 +733,12 @@
 <td><a href="https://github.com/DaveGamble/cJSON">https://github.com/DaveGamble/cJSON</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>1.7.10, 1.7.14</td>
+<td>1.7.10, 1.7.14, 1.7.15</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 5 - 1
mirror/packages/iphoneos.html

@@ -630,8 +630,12 @@
 <td><a href="https://github.com/DaveGamble/cJSON">https://github.com/DaveGamble/cJSON</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>1.7.10, 1.7.14</td>
+<td>1.7.10, 1.7.14, 1.7.15</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 42 - 1
mirror/packages/linux.html

@@ -1623,8 +1623,12 @@
 <td><a href="https://github.com/DaveGamble/cJSON">https://github.com/DaveGamble/cJSON</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>1.7.10, 1.7.14</td>
+<td>1.7.10, 1.7.14, 1.7.15</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12737,6 +12741,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="opencoloriolinux">opencolorio (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opencolorio.org/">https://opencolorio.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.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/o/opencolorio/xmake.lua">opencolorio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opencolorio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opencolorio")
+</code></pre>
 <h3 id="opencvlinux">opencv (linux)</h3>
 <table>
 <thead>

+ 42 - 1
mirror/packages/macosx.html

@@ -1475,8 +1475,12 @@
 <td><a href="https://github.com/DaveGamble/cJSON">https://github.com/DaveGamble/cJSON</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>1.7.10, 1.7.14</td>
+<td>1.7.10, 1.7.14, 1.7.15</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11959,6 +11963,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="opencoloriomacosx">opencolorio (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opencolorio.org/">https://opencolorio.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.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/o/opencolorio/xmake.lua">opencolorio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opencolorio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opencolorio")
+</code></pre>
 <h3 id="opencvmacosx">opencv (macosx)</h3>
 <table>
 <thead>

+ 42 - 1
mirror/packages/windows.html

@@ -1512,8 +1512,12 @@
 <td><a href="https://github.com/DaveGamble/cJSON">https://github.com/DaveGamble/cJSON</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>1.7.10, 1.7.14</td>
+<td>1.7.10, 1.7.14, 1.7.15</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10068,6 +10072,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="opencoloriowindows">opencolorio (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://opencolorio.org/">https://opencolorio.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.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/o/opencolorio/xmake.lua">opencolorio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opencolorio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opencolorio")
+</code></pre>
 <h3 id="opencvwindows">opencv (windows)</h3>
 <table>
 <thead>

+ 2 - 1
packages/android.md

@@ -431,7 +431,8 @@ add_requires("chipmunk2d")
 | Description | *Ultralightweight JSON parser in ANSI C.* |
 | -- | -- |
 | Homepage | [https://github.com/DaveGamble/cJSON](https://github.com/DaveGamble/cJSON) |
-| Versions | 1.7.10, 1.7.14 |
+| License | MIT |
+| Versions | 1.7.10, 1.7.14, 1.7.15 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [cjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua) |
 

+ 2 - 1
packages/iphoneos.md

@@ -361,7 +361,8 @@ add_requires("chipmunk2d")
 | Description | *Ultralightweight JSON parser in ANSI C.* |
 | -- | -- |
 | Homepage | [https://github.com/DaveGamble/cJSON](https://github.com/DaveGamble/cJSON) |
-| Versions | 1.7.10, 1.7.14 |
+| License | MIT |
+| Versions | 1.7.10, 1.7.14, 1.7.15 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [cjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua) |
 

+ 26 - 1
packages/linux.md

@@ -1024,7 +1024,8 @@ add_requires("chipmunk2d")
 | Description | *Ultralightweight JSON parser in ANSI C.* |
 | -- | -- |
 | Homepage | [https://github.com/DaveGamble/cJSON](https://github.com/DaveGamble/cJSON) |
-| Versions | 1.7.10, 1.7.14 |
+| License | MIT |
+| Versions | 1.7.10, 1.7.14, 1.7.15 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [cjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua) |
 
@@ -8504,6 +8505,30 @@ add_requires("opencl-headers")
 ```
 
 
+### opencolorio (linux)
+
+
+| Description | *A complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation.* |
+| -- | -- |
+| Homepage | [https://opencolorio.org/](https://opencolorio.org/) |
+| License | BSD-3-Clause |
+| Versions | v2.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [opencolorio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencolorio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opencolorio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opencolorio")
+```
+
+
 ### opencv (linux)
 
 

+ 26 - 1
packages/macosx.md

@@ -928,7 +928,8 @@ add_requires("chipmunk2d")
 | Description | *Ultralightweight JSON parser in ANSI C.* |
 | -- | -- |
 | Homepage | [https://github.com/DaveGamble/cJSON](https://github.com/DaveGamble/cJSON) |
-| Versions | 1.7.10, 1.7.14 |
+| License | MIT |
+| Versions | 1.7.10, 1.7.14, 1.7.15 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [cjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua) |
 
@@ -7985,6 +7986,30 @@ add_requires("opencl-headers")
 ```
 
 
+### opencolorio (macosx)
+
+
+| Description | *A complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation.* |
+| -- | -- |
+| Homepage | [https://opencolorio.org/](https://opencolorio.org/) |
+| License | BSD-3-Clause |
+| Versions | v2.1.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [opencolorio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencolorio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opencolorio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opencolorio")
+```
+
+
 ### opencv (macosx)
 
 

+ 26 - 1
packages/windows.md

@@ -952,7 +952,8 @@ add_requires("chipmunk2d")
 | Description | *Ultralightweight JSON parser in ANSI C.* |
 | -- | -- |
 | Homepage | [https://github.com/DaveGamble/cJSON](https://github.com/DaveGamble/cJSON) |
-| Versions | 1.7.10, 1.7.14 |
+| License | MIT |
+| Versions | 1.7.10, 1.7.14, 1.7.15 |
 | Architectures | x64, x86 |
 | Definition | [cjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua) |
 
@@ -6679,6 +6680,30 @@ add_requires("opencl-headers")
 ```
 
 
+### opencolorio (windows)
+
+
+| Description | *A complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation.* |
+| -- | -- |
+| Homepage | [https://opencolorio.org/](https://opencolorio.org/) |
+| License | BSD-3-Clause |
+| Versions | v2.1.0 |
+| Architectures | x64, x86 |
+| Definition | [opencolorio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencolorio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opencolorio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opencolorio")
+```
+
+
 ### opencv (windows)
 
 

+ 14 - 14
sitemap.xml

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

+ 1 - 1
zh-cn/_coverpage.md

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