Skip to content

Commit 9a65d62

Browse files
hyperpolymathclaude
andcommitted
chore: add opsm.toml manifest for OPSM integration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b93e544 commit 9a65d62

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

opsm.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+
# 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" }

0 commit comments

Comments
 (0)