mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-05 08:37:03 +02:00
Spin out Build Systems from Developer Tools; reorganize both (#440)
Should this section in any way refer to the later NixOS entry? Nix is often brought up as an alternative to other Cloud Build Systems. I'm also pretty sure Golly should go into a games or toys section, if there was one. Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/440 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: perditionecessaria <perditionecessaria@noreply.codeberg.org> Co-committed-by: perditionecessaria <perditionecessaria@noreply.codeberg.org>
This commit is contained in:
parent
2e6c070f62
commit
7542f4836a
1 changed files with 40 additions and 23 deletions
65
README.md
65
README.md
|
|
@ -38,6 +38,7 @@ See a project on here that you love, and wish wasn't on here? Check out our [**N
|
|||
* [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)
|
||||
* [Desktop Browsers](#desktop-browsers)
|
||||
* [Mobile Browsers](#mobile-browsers)
|
||||
|
|
@ -338,6 +339,37 @@ This is a section for repos that are similar to this one either because they are
|
|||
|---|:---:|---|---|
|
||||
| [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 |
|
||||
| [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)) | [asdf](https://asdf-vm.com/) or 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 |
|
||||
| [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
|
||||
|
||||
### Desktop Browsers
|
||||
|
|
@ -389,7 +421,7 @@ This is a section for repos that are similar to this one either because they are
|
|||
> * [`bash`](https://www.gnu.org/software/bash/)
|
||||
> * [`oksh`](https://github.com/ibara/oksh)
|
||||
> * [Busybox](https://busybox.net/) `ash`
|
||||
> * [Schilytools](https://codeberg.org/schilytools/schilytools) `bosh`
|
||||
> * [Schilytools] `bosh`
|
||||
|
||||
> [!NOTE]
|
||||
> #### Alternative Shell Languages
|
||||
|
|
@ -443,31 +475,14 @@ This is a section for repos that are similar to this one either because they are
|
|||
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|
||||
|---|:---:|---|---|
|
||||
| [Atuin](https://github.com/atuinsh/atuin) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/atuinsh/atuin/blob/main/AGENTS.md), [2](https://github.com/atuinsh/atuin/pull/2777#issuecomment-2944105696))<br />[](#ai-functionality) ([1](https://github.com/atuinsh/atuin/pull/3199)) | Built-in shell history |
|
||||
| [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)) | A Make implementation |
|
||||
| [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))| A Make implementation |
|
||||
| [Nextest](https://github.com/nextest-rs/nextest) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/nextest-rs/nextest/commit/3853279b41cc4a81f82e26fd88fac3bf85054af5)) | `cargo test` |
|
||||
| [Golly](https://golly.sourceforge.io/) | [](#request-for-help) | [](https://codeberg.org/small-hack/open-slopware#gen-ai-art) ([1](https://golly.sourceforge.io/Help/changes.html)) | [](#request-for-help) |
|
||||
| [Just](https://just.systems/) | [](#request-for-help) | [](#ai-functionality) ([1](https://just.systems/man/en/model-context-protocol.html)) | A Make implementation |
|
||||
| [Mold](https://github.com/rui314/mold) linker | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/rui314/mold/commit/dac20fa24373f35b5dec44e4740db85c3eb7b3dd)) | GNU ld |
|
||||
| [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)) | A Make implementation |
|
||||
| [Taskfile](https://taskfile.dev/) | [](#request-for-help) | [](#ai-code-reviews) ([1](https://github.com/go-task/task/pull/2592#pullrequestreview-3596720069)) | [](#request-for-help) |
|
||||
| [Wild](https://github.com/wild-linker/wild) linker | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/wild-linker/wild/blob/9027437a8776afea1a1f0840fcda3fd6895f6f55/CONTRIBUTING.md), [2](https://github.com/wild-linker/wild/pull/1653#issuecomment-4017584459), [3](https://github.com/wild-linker/wild/pull/912)) | [](#request-for-help) |
|
||||
| [curl](https://curl.se/) | [](#request-for-help) | [](#ai-code-reviews) ([1](https://github.com/curl/curl/pull/20797), [2](https://github.com/curl/curl/pull/20798), [3](https://github.com/curl/curl/pull/20787))<br />[](#sponsored-by-ai) ([1](https://github.com/apps/aisle-research-bot))<br />[](#permissive-ai-policy) ([1](https://mastodon.social/@bagder/116204333476519757)) | [Wget](https://www.gnu.org/software/wget/) |
|
||||
| [rsync](https://rsync.samba.org/) | [`3.4.1`](https://github.com/RsyncProject/rsync/releases/tag/v3.4.1) | [](#permissive-ai-policy) ([1](https://github.com/RsyncProject/rsync/commit/aa142f08ef31d3ffa8d6b3b8af16d00324a98c1b), [2](https://github.com/RsyncProject/rsync/commit/b905ab23af2d71363271e99e446e8fe0bfc77f7f)) | [openrsync](https://github.com/kristapsdz/openrsync),<br /> `scp`, <br />an FTP client,<br />[tar](https://drewdevault.com/2026/03/28/2026-03-28-rsync-without-rsync.html) |
|
||||
| [npmx](https://npmx.dev/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/npmx-dev/npmx.dev/blob/e3b575ad0760ce79a278e34fc3553020d093e940/CONTRIBUTING.md#using-ai), [2](https://github.com/npmx-dev/npmx.dev/blob/7f2fc1ae716605c87612b0e138aa95a277d44559/.github/copilot-instructions.md), [3](https://github.com/npmx-dev/npmx.dev/pull/1513/changes/557db327a06ffa2d42e67a8df3ccc107381fe063))<br />[](#ai-code-reviews) ([1](https://github.com/npmx-dev/npmx.dev/pull/2183#issuecomment-4104059314)) | [npmjs](https://www.npmjs.com/) |
|
||||
| [explainshell](https://explainshell.com/) | [`1157256`](https://github.com/idank/explainshell/commit/1157256e3da70d4acdd239e8821e8f0a457b0fe3) | [](#permissive-ai-policy) ([1](https://github.com/idank/explainshell/blob/master/AGENTS.md), [2](https://github.com/idank/explainshell/commit/f14b7d4f617678cfa95a4729991723bb7db31f4f), [3](https://github.com/idank/explainshell/commit/559cd91a5516950ddf27735b7cca5c9c16839129))<br /> [](#ai-code-reviews) ([1](https://github.com/idank/explainshell/commit/91e601916983d2447dc92d3cfb5d8d7afdf1f98d)) | [](#request-for-help) |
|
||||
| [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)) | [asdf](https://asdf-vm.com/)? |
|
||||
|
||||
> [!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|
|
||||
| [Golly](https://golly.sourceforge.io/) | [](#request-for-help) | [](https://codeberg.org/small-hack/open-slopware#gen-ai-art) ([1](https://golly.sourceforge.io/Help/changes.html)) | [](#request-for-help) |
|
||||
| [Mold](https://github.com/rui314/mold) linker | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/rui314/mold/commit/dac20fa24373f35b5dec44e4740db85c3eb7b3dd)) | GNU ld |
|
||||
| [Nextest](https://github.com/nextest-rs/nextest) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/nextest-rs/nextest/commit/3853279b41cc4a81f82e26fd88fac3bf85054af5)) | `cargo test` |
|
||||
| [npmx](https://npmx.dev/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/npmx-dev/npmx.dev/blob/e3b575ad0760ce79a278e34fc3553020d093e940/CONTRIBUTING.md#using-ai), [2](https://github.com/npmx-dev/npmx.dev/blob/7f2fc1ae716605c87612b0e138aa95a277d44559/.github/copilot-instructions.md), [3](https://github.com/npmx-dev/npmx.dev/pull/1513/changes/557db327a06ffa2d42e67a8df3ccc107381fe063))<br />[](#ai-code-reviews) ([1](https://github.com/npmx-dev/npmx.dev/pull/2183#issuecomment-4104059314)) | [npmjs](https://www.npmjs.com/) |
|
||||
| [rsync](https://rsync.samba.org/) | [`3.4.1`](https://github.com/RsyncProject/rsync/releases/tag/v3.4.1) | [](#permissive-ai-policy) ([1](https://github.com/RsyncProject/rsync/commit/aa142f08ef31d3ffa8d6b3b8af16d00324a98c1b), [2](https://github.com/RsyncProject/rsync/commit/b905ab23af2d71363271e99e446e8fe0bfc77f7f)) | [openrsync](https://github.com/kristapsdz/openrsync),<br /> `scp`, <br />an FTP client,<br />[tar](https://drewdevault.com/2026/03/28/2026-03-28-rsync-without-rsync.html) |
|
||||
| [Wild](https://github.com/wild-linker/wild) linker | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/wild-linker/wild/blob/9027437a8776afea1a1f0840fcda3fd6895f6f55/CONTRIBUTING.md), [2](https://github.com/wild-linker/wild/pull/1653#issuecomment-4017584459), [3](https://github.com/wild-linker/wild/pull/912)) | [](#request-for-help) |
|
||||
|
||||
### Compiler Tools And Related
|
||||
|
||||
|
|
@ -1083,6 +1098,7 @@ This repository is licensed under the Creative Commons Attribution Share Alike 4
|
|||
[Alacritty]: https://alacritty.org/
|
||||
[Alacritty fork with sixel]: https://github.com/ayosec/alacritty
|
||||
[Clojure]: https://clojure.org
|
||||
[Cloud Shake]: https://shakebuild.com/cloud
|
||||
[`console`]: https://github.com/console-rs/console
|
||||
[Contour Terminal]: https://github.com/contour-terminal/contour
|
||||
[COSMIC Terminal]: https://github.com/pop-os/cosmic-term
|
||||
|
|
@ -1117,6 +1133,7 @@ This repository is licensed under the Creative Commons Attribution Share Alike 4
|
|||
[QEMU]: https://www.qemu.org
|
||||
[Rio Terminal]: https://github.com/raphamorim/rio
|
||||
[Servo]: https://servo.org/
|
||||
[Schilytools]: https://codeberg.org/schilytools/schilytools
|
||||
[Showtime]: https://apps.gnome.org/Showtime/
|
||||
[SMPlayer]: https://www.smplayer.info/
|
||||
[vaultwarden]: https://github.com/dani-garcia/vaultwarden
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue