-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopsm.toml
More file actions
54 lines (46 loc) · 1.92 KB
/
Copy pathopsm.toml
File metadata and controls
54 lines (46 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# nextgen-languages OPSM manifest.
# OPSM is the native package manager for the nextgen languages family.
#
# nextgen-languages is a PURE COORDINATOR: the language packages live in their
# own standalone hyperpolymath/<lang> repos, so there is no in-tree workspace to
# install or publish here. This manifest pins the coordinator's tooling
# ([runtime], which also serves as the family-wide toolchain version reference)
# and declares the shared services its CI/tooling talks to.
#
# Usage:
# opsm runtime install # install pinned tool versions below
[workspace]
# Pure coordinator: the language packages are NOT in-tree members — each lives in
# its own standalone hyperpolymath/<lang> repo (see
# .machine_readable/LANGUAGES.a2ml). This list held the pre-pivot monorepo
# membership and is intentionally empty now.
members = []
# Workspace-level default registry — all members publish here unless overridden
default_registry = "hf"
[workspace.opsm]
trust_level = "hyperpolymath"
[workspace.dependencies]
# Shared dependencies available to all members
proven = { git = "https://github.com/hyperpolymath/proven", registry = "hf" }
groove = { git = "https://github.com/hyperpolymath/groove", registry = "hf" }
verisimdb = { registry = "hf", version = "latest" }
[runtime]
# Tool versions for the full nextgen-languages toolchain.
# OPSM runtime extension manages all of these — no asdf needed.
#
# Compilers
ocaml = "5.1.0" # AffineScript compiler
rust = "nightly" # Betlang, KRL, tools
haskell = "9.8.1" # k9-haskell, pandoc-k9
# BEAM
erlang = "26.2.0"
elixir = "1.16.0"
# Core build tools
just = "1.46.0"
zig = "0.14.0" # ABI/FFI layer
deno = "2.6.10" # JS build scripts
# Language-specific toolchains (installed via OPSM runtime)
# julia is managed by the jtv sub-project directly