-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathdylan-package.json
More file actions
32 lines (32 loc) · 911 Bytes
/
dylan-package.json
File metadata and controls
32 lines (32 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
{
"name": "opendylan",
"category": "compilers",
"contact": "dylan-lang@googlegroups.com",
"description": "The Open Dylan compiler, IDE, and core libraries",
"dependencies": [
"channels@0.1",
"collection-extensions@0.1",
"columnist@0.3",
"command-line-parser@3.2.2",
"deft@0.13",
"hash-algorithms@1.1",
"json@1.1.2",
"logging@2.2.1",
"lsp-dylan@0.2",
"meta@0.2",
"regular-expressions@0.2",
"strings@2.0.1",
"uncommon-dylan@1.0",
"xml-parser@0.2.1"
],
"dev-dependencies": [
"dylan-reference-manual",
"gendoc",
"sphinx-extensions",
"testworks"
],
"url": "https://github.com/dylan-lang/opendylan",
"version": "2026.1.0",
"license": "DUAL",
"license-url": "https://github.com/dylan-lang/opendylan/blob/master/License.txt"
}