-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathk9iser.toml
More file actions
27 lines (22 loc) · 715 Bytes
/
Copy pathk9iser.toml
File metadata and controls
27 lines (22 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# k9iser manifest for nextgen-languages-evangeliser
# Nextgen typed-language evangelism tool — Deno-based tooling to assist AffineScript/ReScript adoption and advocacy
[project]
name = "nextgen-languages-evangeliser"
safety_tier = "hunt"
[[source]]
path = "deno.json"
type = "deno"
output = "generated/k9iser/deno-workspace.k9"
[[source]]
path = "Justfile"
type = "justfile"
output = "generated/k9iser/justfile-recipes.k9"
[[constraint]]
rule = "build.dependencies has no banned_packages"
severity = "error"
[[constraint]]
rule = "deno.imports has no npm: specifiers"
severity = "error"