|
| 1 | +# SPDX-License-Identifier: MPL-2.0 |
| 2 | +# SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> |
| 3 | +# |
| 4 | +# K9 ecosystem members, grouped by role. |
| 5 | +# Inert while staged inside developer-ecosystem (git only reads the root |
| 6 | +# .gitmodules). Becomes active once this directory is extracted to its own |
| 7 | +# repository — see BOOTSTRAP.md. |
| 8 | + |
| 9 | +# --- Implementations ------------------------------------------------------- |
| 10 | +[submodule "members/implementations/k9-rs"] |
| 11 | + path = members/implementations/k9-rs |
| 12 | + url = git@github.com:hyperpolymath/k9-rs.git |
| 13 | +[submodule "members/implementations/k9_ex"] |
| 14 | + path = members/implementations/k9_ex |
| 15 | + url = git@github.com:hyperpolymath/k9_ex.git |
| 16 | +[submodule "members/implementations/k9_gleam"] |
| 17 | + path = members/implementations/k9_gleam |
| 18 | + url = git@github.com:hyperpolymath/k9_gleam.git |
| 19 | +[submodule "members/implementations/k9-deno"] |
| 20 | + path = members/implementations/k9-deno |
| 21 | + url = git@github.com:hyperpolymath/k9-deno.git |
| 22 | +[submodule "members/implementations/k9-haskell"] |
| 23 | + path = members/implementations/k9-haskell |
| 24 | + url = git@github.com:hyperpolymath/k9-haskell.git |
| 25 | + |
| 26 | +# --- Tooling --------------------------------------------------------------- |
| 27 | +[submodule "members/tooling/tree-sitter-k9"] |
| 28 | + path = members/tooling/tree-sitter-k9 |
| 29 | + url = git@github.com:hyperpolymath/tree-sitter-k9.git |
| 30 | +[submodule "members/tooling/vscode-k9"] |
| 31 | + path = members/tooling/vscode-k9 |
| 32 | + url = git@github.com:hyperpolymath/vscode-k9.git |
| 33 | +[submodule "members/tooling/pandoc-k9"] |
| 34 | + path = members/tooling/pandoc-k9 |
| 35 | + url = git@github.com:hyperpolymath/pandoc-k9.git |
| 36 | + |
| 37 | +# --- CI / validation ------------------------------------------------------- |
| 38 | +[submodule "members/ci/k9-validate-action"] |
| 39 | + path = members/ci/k9-validate-action |
| 40 | + url = git@github.com:hyperpolymath/k9-validate-action.git |
| 41 | +[submodule "members/ci/k9-pre-commit"] |
| 42 | + path = members/ci/k9-pre-commit |
| 43 | + url = git@github.com:hyperpolymath/k9-pre-commit.git |
| 44 | + |
| 45 | +# --- Examples -------------------------------------------------------------- |
| 46 | +[submodule "members/examples/k9-showcase"] |
| 47 | + path = members/examples/k9-showcase |
| 48 | + url = git@github.com:hyperpolymath/k9-showcase.git |
0 commit comments