Skip to content

Commit b8b17a2

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 b74905f commit b8b17a2

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+
# error-lang package manifest — OPSM native.
5+
# This file makes error-lang a first-class OPSM/HFR package.
6+
7+
[package]
8+
name = "error-lang"
9+
description = "Error-lang compiler — error-type-first language for robust system design"
10+
license = "PMPL-1.0-or-later"
11+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
12+
keywords = ["error_lang", "hyperpolymath", "nextgen-languages", "compiler"]
13+
homepage = "https://github.com/hyperpolymath/nextgen-languages"
14+
repository = "https://github.com/hyperpolymath/nextgen-languages"
15+
forth = "error_lang"
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)