mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-01 22:57:07 +02:00
style: move [Build Systems and Task Runners] section below [Browsers] (#866)
Fixes alphabetical order. Part of #858 Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/866 Reviewed-by: Admin <vleermuis-admin@noreply.codeberg.org>
This commit is contained in:
parent
7a8e6e0566
commit
a7e2f9e59e
1 changed files with 34 additions and 34 deletions
68
README.md
68
README.md
|
|
@ -51,12 +51,12 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question
|
|||
* [Static Site Generators](#static-site-generators)
|
||||
* [Books and Library Software](#books-and-library-software)
|
||||
* [Bootloaders](#bootloaders)
|
||||
* [Build Systems and Task Runners](#build-systems-and-task-runners)
|
||||
* [Browsers](#browsers)
|
||||
* [Browser Addons](#browser-addons)
|
||||
* [Desktop Browsers](#desktop-browsers)
|
||||
* [Headless Browsers](#headless-browsers)
|
||||
* [Mobile Browsers](#mobile-browsers)
|
||||
* [Build Systems and Task Runners](#build-systems-and-task-runners)
|
||||
* [Cheat Sheets and Documentation](#cheat-sheets-and-documentation)
|
||||
* [Command-Line Shells](#command-line-shells)
|
||||
* [Addons and Prompts](#addons-and-prompts)
|
||||
|
|
@ -506,39 +506,6 @@ This is a section for repos that are similar to this one either because they are
|
|||
| [barebox](https://github.com/barebox/barebox) | [`fe328bc`](https://github.com/barebox/barebox/commit/fe328bcb8a40e407c7928b6256af4a69aacfab67) | [](#permissive-ai-policy) ([1](https://github.com/barebox/barebox/commit/e3078309ff30c88fab260c6dd08f9208802c7c4c)) | [Coreboot](https://review.coreboot.org/coreboot.git),<br />[EDK2 (UEFI)](https://github.com/tianocore/edk2),<br />[U-Boot](https://github.com/u-boot/u-boot)
|
||||
| [Limine](https://github.com/Limine-Bootloader/Limine) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://codeberg.org/small-hack/open-slopware/pulls/263#issuecomment-12690237), [2](https://codeberg.org/small-hack/open-slopware/pulls/285#issue-4234860)) | [Hyper](https://github.com/UltraOS/Hyper), [GRUB](https://www.gnu.org/software/grub/) |
|
||||
|
||||
## Build Systems and Task Runners
|
||||
|
||||
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|
||||
|---|:---:|---|---|
|
||||
| [Bazel](https://bazel.build/) | [`9.0.2`](https://github.com/bazelbuild/bazel/releases/tag/9.0.2/) | [](#permissive-ai-policy) ([1](https://github.com/bazelbuild/bazel/blob/15609ba649286bf889bbb670c00e5b899eba525d/AGENTS.md)) | [Cloud Shake] or See Below |
|
||||
| [Buck2](https://buck2.build/) | [`2025-10-15`](https://github.com/facebook/buck2/releases/tag/2025-10-15/) | [](#permissive-ai-policy) ([1](https://github.com/facebook/buck2/blob/f66124e98a6fc56a90d0a160b8988397ba04a2b2/.claude/CLAUDE.md))| [Cloud Shake] or See Below |
|
||||
| [Just](https://just.systems/) | [](#request-for-help) | [](#ai-functionality) ([1](https://just.systems/man/en/model-context-protocol.html)) | See Below |
|
||||
| [Mill](https://mill-build.org/) | [`v1.0.6`](https://github.com/com-lihaoyi/mill/releases/tag/1.0.6) | [](#permissive-ai-policy) ([1](https://github.com/com-lihaoyi/mill/blob/main/AGENTS.md), [2](https://github.com/com-lihaoyi/mill/blob/main/CLAUDE.md)) | See Below |
|
||||
| [mise-en-place](https://mise.jdx.dev/) | [`659f851`](https://github.com/jdx/mise/commit/659f851bf6e29d2ac12d64b35fff9afa9981d02e) | [](#permissive-ai-policy) ([1](https://github.com/jdx/mise/blob/main/CLAUDE.md), [2](https://github.com/jdx/mise/tree/main/.claude), [3](https://github.com/search?q=repo%3Ajdx%2Fmise%20claude&type=commits&s=committer-date&o=asc))<br />[](#ai-functionality) ([1](https://mise.jdx.dev/mcp.html)) | See Below |
|
||||
| [SCons](https://scons.org/) | [`4.10.1`](https://github.com/SCons/scons/releases/tag/4.10.1/) | [](#permissive-ai-policy) ([1](https://github.com/SCons/scons/blob/8ea152eddff6afa11f94108a10283bd6378a3dfa/AGENTS.md)) | [Waf](https://waf.io/) or See Below |
|
||||
| [sbt](https://www.scala-sbt.org/) | [`1.12.3`](https://github.com/sbt/sbt/releases/tag/v1.12.3) | [](#permissive-ai-policy) ([1](https://github.com/sbt/sbt/blob/develop/AGENTS.md), [2](https://github.com/sbt/sbt/blob/develop/CONTRIBUTING.md#ai-assisted-contributions)) | See Below |
|
||||
| [Taskfile](https://taskfile.dev/) | [](#request-for-help) | [](#ai-code-reviews) ([1](https://github.com/go-task/task/pull/2592#pullrequestreview-3596720069)) | See Below |
|
||||
|
||||
> [!NOTE]
|
||||
> #### On task runners and `make(1)` implementations:
|
||||
> A lot of Make implementations exist that are very fit to replace other task runners.
|
||||
> In fact so many were produced, that one can just look up "GNU Make alternative" and find >10 results to pick the one they like the best. Also see: [wikipedia/Make](https://en.wikipedia.org/wiki/Make_(software))
|
||||
> Here are some Make implementation suggestions:
|
||||
> | name | description |
|
||||
> |------|-------------|
|
||||
> | [GNU Make](https://www.gnu.org/software/make/) | the most complete one, extra extensions, guile scripting, exports, etc. |
|
||||
> | [NetBSD `make`](https://man.netbsd.org/make.1) | Make used to build NetBSD ports tree |
|
||||
> | [Jam](https://swarm.workshop.perforce.com/projects/perforce_software-jam/) | OSS rewrite by Perforce |
|
||||
> | [Schilytools] or [OpenOffice](https://www.openoffice.org/tools/dmake/) ``dmake`` | Descendants of Sun's Distributed Make |
|
||||
|
||||
> [!NOTE]
|
||||
> #### Alternative Build Systems
|
||||
> Various other build systems exist,
|
||||
> that try to address perceived deficiencies in `make` and its derivatives.
|
||||
> * [Ninja](https://ninja-build.org/) - standalone or as the backend of a meta-build tool like [CMake](https://cmake.org/) or [Meson](http://mesonbuild.com/)
|
||||
> * [redo](https://redo.readthedocs.io/)
|
||||
> * [tup](https://gittup.org/)
|
||||
|
||||
## Browsers
|
||||
|
||||
### Browser Addons
|
||||
|
|
@ -582,6 +549,39 @@ This is a section for repos that are similar to this one either because they are
|
|||
> * [IronFox] For Android, while not officially related to LibreWolf, some of the same developers work on it.
|
||||
> * [Waterfox] For Android.
|
||||
|
||||
## Build Systems and Task Runners
|
||||
|
||||
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|
||||
|---|:---:|---|---|
|
||||
| [Bazel](https://bazel.build/) | [`9.0.2`](https://github.com/bazelbuild/bazel/releases/tag/9.0.2/) | [](#permissive-ai-policy) ([1](https://github.com/bazelbuild/bazel/blob/15609ba649286bf889bbb670c00e5b899eba525d/AGENTS.md)) | [Cloud Shake] or See Below |
|
||||
| [Buck2](https://buck2.build/) | [`2025-10-15`](https://github.com/facebook/buck2/releases/tag/2025-10-15/) | [](#permissive-ai-policy) ([1](https://github.com/facebook/buck2/blob/f66124e98a6fc56a90d0a160b8988397ba04a2b2/.claude/CLAUDE.md))| [Cloud Shake] or See Below |
|
||||
| [Just](https://just.systems/) | [](#request-for-help) | [](#ai-functionality) ([1](https://just.systems/man/en/model-context-protocol.html)) | See Below |
|
||||
| [Mill](https://mill-build.org/) | [`v1.0.6`](https://github.com/com-lihaoyi/mill/releases/tag/1.0.6) | [](#permissive-ai-policy) ([1](https://github.com/com-lihaoyi/mill/blob/main/AGENTS.md), [2](https://github.com/com-lihaoyi/mill/blob/main/CLAUDE.md)) | See Below |
|
||||
| [mise-en-place](https://mise.jdx.dev/) | [`659f851`](https://github.com/jdx/mise/commit/659f851bf6e29d2ac12d64b35fff9afa9981d02e) | [](#permissive-ai-policy) ([1](https://github.com/jdx/mise/blob/main/CLAUDE.md), [2](https://github.com/jdx/mise/tree/main/.claude), [3](https://github.com/search?q=repo%3Ajdx%2Fmise%20claude&type=commits&s=committer-date&o=asc))<br />[](#ai-functionality) ([1](https://mise.jdx.dev/mcp.html)) | See Below |
|
||||
| [SCons](https://scons.org/) | [`4.10.1`](https://github.com/SCons/scons/releases/tag/4.10.1/) | [](#permissive-ai-policy) ([1](https://github.com/SCons/scons/blob/8ea152eddff6afa11f94108a10283bd6378a3dfa/AGENTS.md)) | [Waf](https://waf.io/) or See Below |
|
||||
| [sbt](https://www.scala-sbt.org/) | [`1.12.3`](https://github.com/sbt/sbt/releases/tag/v1.12.3) | [](#permissive-ai-policy) ([1](https://github.com/sbt/sbt/blob/develop/AGENTS.md), [2](https://github.com/sbt/sbt/blob/develop/CONTRIBUTING.md#ai-assisted-contributions)) | See Below |
|
||||
| [Taskfile](https://taskfile.dev/) | [](#request-for-help) | [](#ai-code-reviews) ([1](https://github.com/go-task/task/pull/2592#pullrequestreview-3596720069)) | See Below |
|
||||
|
||||
> [!NOTE]
|
||||
> #### On task runners and `make(1)` implementations:
|
||||
> A lot of Make implementations exist that are very fit to replace other task runners.
|
||||
> In fact so many were produced, that one can just look up "GNU Make alternative" and find >10 results to pick the one they like the best. Also see: [wikipedia/Make](https://en.wikipedia.org/wiki/Make_(software))
|
||||
> Here are some Make implementation suggestions:
|
||||
> | name | description |
|
||||
> |------|-------------|
|
||||
> | [GNU Make](https://www.gnu.org/software/make/) | the most complete one, extra extensions, guile scripting, exports, etc. |
|
||||
> | [NetBSD `make`](https://man.netbsd.org/make.1) | Make used to build NetBSD ports tree |
|
||||
> | [Jam](https://swarm.workshop.perforce.com/projects/perforce_software-jam/) | OSS rewrite by Perforce |
|
||||
> | [Schilytools] or [OpenOffice](https://www.openoffice.org/tools/dmake/) ``dmake`` | Descendants of Sun's Distributed Make |
|
||||
|
||||
> [!NOTE]
|
||||
> #### Alternative Build Systems
|
||||
> Various other build systems exist,
|
||||
> that try to address perceived deficiencies in `make` and its derivatives.
|
||||
> * [Ninja](https://ninja-build.org/) - standalone or as the backend of a meta-build tool like [CMake](https://cmake.org/) or [Meson](http://mesonbuild.com/)
|
||||
> * [redo](https://redo.readthedocs.io/)
|
||||
> * [tup](https://gittup.org/)
|
||||
|
||||
## Cheat Sheets and Documentation
|
||||
|
||||
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue