-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopsm.toml
More file actions
23 lines (20 loc) · 885 Bytes
/
Copy pathopsm.toml
File metadata and controls
23 lines (20 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# error-lang package manifest — OPSM native.
# This file makes error-lang a first-class OPSM/HFR package.
[package]
name = "error-lang"
description = "Error-lang compiler — error-type-first language for robust system design"
license = "MPL-2.0"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
keywords = ["error_lang", "hyperpolymath", "nextgen-languages", "compiler"]
homepage = "https://github.com/hyperpolymath/nextgen-languages"
repository = "https://github.com/hyperpolymath/nextgen-languages"
forth = "error_lang"
[opsm]
trust_level = "hyperpolymath"
registry = "hf"
[dependencies]
proven = { git = "https://github.com/hyperpolymath/proven", registry = "hf" }
groove = { git = "https://github.com/hyperpolymath/groove", registry = "hf" }