Skip to content

Commit f65a876

Browse files
committed
chore: add k9iser.toml (Batch 2C)
1 parent f48a65b commit f65a876

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

k9iser.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
[[source]]
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

Comments
 (0)