|
@@ -5784,7 +5784,7 @@ add_requires("crossguid")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/CrowCpp/Crow](https://github.com/CrowCpp/Crow) |
|
|
|
| License | BSD 3-Clause |
|
|
|
-| Versions | v1.2.1+2, v1.2.1+1 |
|
|
|
+| Versions | v1.2.1+1, v1.2.1+2 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [crow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crow/xmake.lua) |
|
|
|
|
|
@@ -26052,6 +26052,30 @@ add_requires("openblas")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### opencascade (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://dev.opencascade.org/](https://dev.opencascade.org/) |
|
|
|
+| License | LGPL-2.1 |
|
|
|
+| Versions | 7.9.1 |
|
|
|
+| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [opencascade/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencascade/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install opencascade
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("opencascade")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### opencc (linux)
|
|
|
|
|
|
|
|
@@ -33256,7 +33280,7 @@ add_requires("sqlite-vec")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://sqlite.org/](https://sqlite.org/) |
|
|
|
| License | Public Domain |
|
|
|
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+100, 3.47.0+200, 3.48.0+0, 3.49.0+0, 3.49.0+200, 3.49.0+100, 3.50.0+0, 3.50.0+100 |
|
|
|
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+100, 3.47.0+0, 3.48.0+0, 3.49.0+100, 3.49.0+200, 3.49.0+0, 3.50.0+0, 3.50.0+100 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
|
|
|
@@ -37837,7 +37861,7 @@ add_requires("whisper.cpp")
|
|
|
| Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
|
|
|
-| License | table: 0x55e5871bf920 |
|
|
|
+| License | table: 0x5565f7baf990 |
|
|
|
| Versions | 1.13 |
|
|
|
| Architectures | arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
|