File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ # wokelang package manifest — OPSM native.
5+ # This file makes wokelang a first-class OPSM/HFR package.
6+
7+ [package ]
8+ name = " wokelang"
9+ description = " Wokelang compiler — general-purpose BEAM-friendly application language"
10+ license = " PMPL-1.0-or-later"
11+ authors = [" Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>" ]
12+ keywords = [" wokelang" , " hyperpolymath" , " nextgen-languages" , " compiler" ]
13+ homepage = " https://github.com/hyperpolymath/nextgen-languages"
14+ repository = " https://github.com/hyperpolymath/nextgen-languages"
15+ forth = " wokelang"
16+
17+ [opsm ]
18+ trust_level = " hyperpolymath"
19+ registry = " hf"
20+
21+ [dependencies ]
22+ proven = { git = " https://github.com/hyperpolymath/proven" , registry = " hf" }
23+ groove = { git = " https://github.com/hyperpolymath/groove" , registry = " hf" }
You can’t perform that action at this time.
0 commit comments