chaos

Version, currently main branch1 version
  • main branchlatestAug 18, 2026

github.com/test7272/unstable-polyp-9618

Depends on everything: every package ecosystem, real examples for 200+ languages (incl. Brainfuck), 10 repository bots.

0 stars
0 dependents
License: MIT

The last crawl could not reach this repository on its host: test7272/unstable-polyp-9618 is not a repository this token can see. The entry stays because repositories come back, and because other shards still link to it.

Installation

# Add this to your shard.yml
dependencies:
  chaos:
    github: test7272/unstable-polyp-9618
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • mysql*github: crystal-lang/crystal-mysql
  • sqlite3*github: crystal-lang/crystal-sqlite3
  • crystalline*github: jtomschroeder/crystalline
  • json_mapping*github: crystal-lang/json_mapping.cr

README

radiant-polyp-4470

A chaos repository depending on 3212 packages, submodules, real language examples and automation files — plus every (827) language in the current GitHub Linguist languages.yml.

Languages

  • 827 languages ship real files under languages/<lang>/ with a random base filename per run (e.g. languages/python/xukybi.py; Brainfuck stays at the stable languages/brainfuck/hello.bf so the interpreter and docs always match) — detected from the current GitHub Linguist languages.yml, parsed at generation time. File names, submodule folder names and the repo name are all randomized on every run.
  • 488 are genuine programs: 37 of them are executed in CI and verified to print Hello World! (.github/workflows/languages.yml), the rest are real sources whose toolchain isn't on the CI runner.
  • 241 are valid markup/data/prose documents (JSON, YAML, CSV, HTML, Mermaid, BibTeX, …).
  • 98 are best-effort generated for obscure languages with no known example anywhere in the database — every language ships a file, per the author's requirement.
  • Brainfuck is included with a real interpreter (tools/bf.py) and CI run.
  • Full metadata: languages/LANGS.json (aliases, extensions, interpreters, package ecosystems, run commands, status). See languages/README.md for the full table.

Dependency counts

EcosystemManagerCount
JavaScript / Nodenpm432
Pythonpip530
Gogo modules70
RustCargo134
RubyBundler174
PHPComposer114
JavaMaven86
Kotlin/JavaGradle40
C# / .NET / F#NuGet133
Dart / Flutterpub79
SwiftSwift Package Manager40
iOS/macOSCocoaPods61
PerlCPAN (cpanfile)71
LuaLuaRocks41
OCamlOPAM47
C/C++Conan85
C/C++vcpkg65
Scalasbt42
Git repositoriessubmodules12
Bot / config / CI files91
Deploy targetsGitHub Actions workflows38
Language examples827
Total3212

Deploy to everything

This repo ships 38 deployment workflows — one per major platform, mirroring GitHub's /actions/new?category=deployment gallery: Azure (Web App, Container Apps, AKS, Static Web Apps, Functions), AWS (ECS, ECR, EKS, Lambda, Amplify, Elastic Beanstalk, CodeDeploy, S3 + CloudFront), Google Cloud (Cloud Run, GKE, App Engine, Functions), Heroku, Netlify, Vercel, Cloudflare Pages, Deno Deploy, Fly.io, Railway, Render, DigitalOcean, Koyeb, Surge.sh, GitHub Pages, Docker Hub, GHCR, Kubernetes, SSH/SCP, Firebase Hosting & Functions, Cloud Foundry, and Alibaba Cloud Function Compute.

Every one is workflow_dispatch — they sit ready in the Actions tab and only run when you run them (add the platform's secrets first; each workflow's required secrets are listed in DEPLOYMENTS.md).

Also: Swift Package Manager, CocoaPods, Carthage, Hex, Rebar3, deps.edn, sbt, opam, Cabal, Zig, Nim, Crystal, DUB, V, Haxe, Gleam, Raku, fpm, Alire, Unity UPM, Unreal, Godot, Roblox Rojo, Minecraft Paper, Nix/Guix, Homebrew, WinGet/Chocolatey, APT/DNF/Pacman/APK/Zypper/Portage, Conda, PowerShell Gallery, Docker, and Brainfuck.

Bots & automation

  • Auto-accept (.github/workflows/automerge.yml) — every pull request is merged automatically when checks pass, then the branch is deleted
  • Dependabot (.github/dependabot.yml) — 15 package ecosystems, grouped update PRs
  • Renovate (renovate.json) — 30+ manager support, lockfile maintenance
  • CodeQL SAST (.github/workflows/codeql.yml) — 6 languages, security-and-quality queries
  • Dependency review (.github/workflows/dependency-review.yml) — blocks high-severity on PRs
  • Stale bot (.github/workflows/stale.yml) — flags inactive issues/PRs (never auto-closes)
  • Release Please (.github/workflows/release.yml) — semantic versioning + changelog + GitHub Releases
  • Greetings (.github/workflows/hello.yml) — welcomes first-time contributors
  • CI (.github/workflows/ci.yml) — installs & tests every ecosystem
  • Lint (.github/workflows/lint.yml) — eslint/prettier/ruff/black/mypy/clippy/golangci
  • Languages (.github/workflows/languages.yml) — executes every CI-capable language example

Auto-accept is ON: every pull request (Dependabot, Renovate, any contributor) is merged automatically when checks pass, and the merged branch is deleted. Deploy workflows stay manual (workflow_dispatch).

Brainfuck

Brainfuck is a first-class language here. Source: languages/brainfuck/hello.bf; interpreter: tools/bf.py; run it: python3 tools/bf.py languages/brainfuck/hello.bf. See BRAINFUCK.md.

Generated by the Chaos Repo Generator.