We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48a65b commit f65a876Copy full SHA for f65a876
1 file changed
k9iser.toml
@@ -0,0 +1,23 @@
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_ex
5
+# A2ML Elixir implementation — Mix-based parser and validator for the A2ML format
6
+
7
+[project]
8
+name = "a2ml_ex"
9
+safety_tier = "hunt"
10
11
+[[source]]
12
+path = "mix.exs"
13
+type = "mix"
14
+output = "generated/k9iser/mix-project.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"
0 commit comments