-
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) · 911 Bytes
/
codemeta.json
File metadata and controls
38 lines (38 loc) · 911 Bytes
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://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Docudactyl",
"description": "Multi-format HPC document extraction engine targeting British Library scale (~170M items)",
"version": "0.4.0",
"dateCreated": "2025-12-27",
"dateModified": "2026-02-21",
"license": "https://github.com/hyperpolymath/palimpsest-license",
"codeRepository": "https://github.com/hyperpolymath/docudactyl",
"programmingLanguage": [
"Chapel",
"Zig",
"Idris2",
"OCaml",
"Ada",
"Julia"
],
"author": [
{
"@type": "Person",
"givenName": "Jonathan D.A.",
"familyName": "Jewell",
"email": "j.d.a.jewell@open.ac.uk"
}
],
"keywords": [
"document-processing",
"hpc",
"chapel",
"pdf-extraction",
"ocr",
"british-library",
"distributed-computing",
"zig-ffi",
"idris2-abi"
]
}