-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
38 lines (38 loc) · 1.3 KB
/
Copy pathcodemeta.json
File metadata and controls
38 lines (38 loc) · 1.3 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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"authors": [
{
"@type": "Person",
"givenName": "Jonathan D.A.",
"familyName": "Jewell",
"email": "j.d.a.jewell@open.ac.uk",
"affiliation": {
"@type": "Organization",
"name": "hyperpolymath"
}
}
],
"codeRepository": "https://github.com/hyperpolymath/palimpsest-plasma",
"datePublished": "2026-02-12",
"dateModified": "2026-07-02",
"description": "Deterministic, typed policy engine: define machine-readable deontic policies (obligations, prohibitions, permissions over repository state) and evaluate repositories against them with byte-for-byte reproducible results. Includes an SPDX expression parser, zone-aware license auditing, and SARIF output.",
"keywords": [
"policy-engine",
"compliance",
"spdx",
"audit",
"deterministic",
"agentic"
],
"license": "https://spdx.org/licenses/MPL-2.0",
"name": "palimpsest-plasma",
"programmingLanguage": [
"Rust"
],
"version": "0.6.0",
"url": "https://github.com/hyperpolymath/palimpsest-plasma",
"readme": "https://github.com/hyperpolymath/palimpsest-plasma/blob/main/README.adoc",
"issueTracker": "https://github.com/hyperpolymath/palimpsest-plasma/issues",
"developmentStatus": "active"
}