mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-07-17 00:44:32 +02:00
Add libxml2 as an alternative for Expat (#1055)
### Description of Changes This patch adds libxml2 as alternative for Expat. Also add a list for XML libraries written in C, so that more alternatives can be added there in the future. Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1055 Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
parent
61b42dfd05
commit
c567072cfb
1 changed files with 5 additions and 1 deletions
|
|
@ -1404,7 +1404,7 @@ This is a section for repos that are similar to this one either because they are
|
|||
|---|:---:|---|---|
|
||||
| [cppcheck](https://github.com/cppcheck-opensource/cppcheck) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/cppcheck-opensource/cppcheck/commit/376d7f1896e1b9145a369055d5f15be2d87cea11))<br />[](#ai-code-reviews) ([1](https://github.com/cppcheck-opensource/cppcheck/pull/8491), [2](https://github.com/cppcheck-opensource/cppcheck/pull/7517), [3](https://github.com/cppcheck-opensource/cppcheck/pull/7457)) | [ccls](https://github.com/MaskRay/ccls)? |
|
||||
| [cpplint](https://github.com/cpplint/cpplint) | [](#request-for-help) | [](#ai-code-reviews) ([1](https://github.com/cpplint/cpplint/pull/423), [2](https://github.com/cpplint/cpplint/pull/412), [3](https://github.com/cpplint/cpplint/pull/411)) | [ccls](https://github.com/MaskRay/ccls)? |
|
||||
| [Expat](https://libexpat.github.io/) | [`2.7.4`](https://github.com/libexpat/libexpat/releases/tag/R_2_7_4) | [](#ai-code-reviews) ([1](https://github.com/libexpat/libexpat/pull/1147)) | [](#request-for-help) |
|
||||
| [Expat](https://libexpat.github.io/) | [`2.7.4`](https://github.com/libexpat/libexpat/releases/tag/R_2_7_4) | [](#ai-code-reviews) ([1](https://github.com/libexpat/libexpat/pull/1147)) | See below |
|
||||
| [gobject-linter](https://github.com/bilelmoussaoui/gobject-linter) | None | [](#permissive-ai-policy) ([1](https://github.com/bilelmoussaoui/goblint/commit/d54da4dc2ac0036bf3864294f1ef9d0f9f3a1dca)) | [](#request-for-help) |
|
||||
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) |[`12.3.2`](https://github.com/harfbuzz/harfbuzz/tree/12.3.2) | [](#permissive-ai-policy) ([1](https://typo.social/@behdad/116172838540880597),[2](https://github.com/harfbuzz/harfbuzz/commit/73616f9808dfc31f82877e842be87e4f4543d8ab),[3](https://github.com/harfbuzz/harfbuzz/commit/664085f0ae19bf101ef4c8cda94a590a0f253286)) | [](#request-for-help) |
|
||||
| [libuv](https://libuv.org) | [`f6b713`](https://github.com/libuv/libuv/commit/f6b713398e464a9f166328765be1703fd860981f) | [](#permissive-ai-policy) ([1](https://github.com/libuv/libuv/commit/f6b713398e464a9f166328765be1703fd860981f)) | [libev](https://software.schmorp.de/pkg/libev.html) |
|
||||
|
|
@ -1424,6 +1424,10 @@ This is a section for repos that are similar to this one either because they are
|
|||
> - [GnuTLS](https://www.gnutls.org/)
|
||||
> - [LibreSSL](https://www.libressl.org/)
|
||||
|
||||
> [!Note]
|
||||
> #### Alternative XML Libraries
|
||||
> - [libxml2](https://gitlab.gnome.org/GNOME/libxml2) [](#anti-ai-policy) ([1](https://gitlab.gnome.org/GNOME/libxml2/-/commit/b30494c58492274f885b53d1e7211c63ee11e0ad))
|
||||
|
||||
### C++
|
||||
|
||||
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue