We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b771a1 commit f32d978Copy full SHA for f32d978
1 file changed
k9iser.toml
@@ -0,0 +1,27 @@
1
+# SPDX-License-Identifier: PMPL-1.0-or-later
2
+# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3
+#
4
+# k9iser manifest for a2ml-showcase
5
+# A2ML showcase — Deno-based demonstration and example collection for the A2ML format
6
+
7
+[project]
8
+name = "a2ml-showcase"
9
+safety_tier = "hunt"
10
11
+[[source]]
12
+path = "deno.json"
13
+type = "deno"
14
+output = "generated/k9iser/deno-workspace.k9"
15
16
17
+path = "Justfile"
18
+type = "justfile"
19
+output = "generated/k9iser/justfile-recipes.k9"
20
21
+[[constraint]]
22
+rule = "build.dependencies has no banned_packages"
23
+severity = "error"
24
25
26
+rule = "deno.imports has no npm: specifiers"
27
0 commit comments