Skip to content

Commit 0365cc6

Browse files
committed
Packages updated
1 parent bd4c1a4 commit 0365cc6

File tree

4 files changed

+39
-79
lines changed

4 files changed

+39
-79
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 APL Team Ltd
3+
Copyright (c) 2018-2024 Kai Jaeger
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cider.config

Lines changed: 1 addition & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1 @@
1-
{
2-
CIDER: {
3-
dependencies: {
4-
tatin: "",
5-
},
6-
dependencies_dev: {
7-
tatin: "packages_dev=TestCases",
8-
},
9-
distributionFolder: "Dist",
10-
init: "",
11-
make: "Admin.Make 1",
12-
parent: "#",
13-
projectSpace: "EventCodes",
14-
project_url: "https://github.com/aplteam/EventCodes",
15-
source: "APLSource",
16-
tests: "TestCases.RunTests",
17-
},
18-
LINK: {
19-
arrays: 0,
20-
beforeRead: "",
21-
beforeWrite: "",
22-
caseCode: 0,
23-
codeExtensions: [
24-
"aplf",
25-
"aplo",
26-
"apln",
27-
"aplc",
28-
"apli",
29-
"dyalog",
30-
"apl",
31-
"mipage",
32-
],
33-
fastLoad: 0,
34-
flatten: 0,
35-
forceExtensions: 0,
36-
forceFilenames: 1,
37-
getFilename: "",
38-
typeExtensions: [
39-
[
40-
2,
41-
"apla",
42-
],
43-
[
44-
3,
45-
"aplf",
46-
],
47-
[
48-
4,
49-
"aplo",
50-
],
51-
[
52-
9.1,
53-
"apln",
54-
],
55-
[
56-
9.4,
57-
"aplc",
58-
],
59-
[
60-
9.5,
61-
"apli",
62-
],
63-
],
64-
watch: "ns",
65-
},
66-
SYSVARS: {
67-
io: 1,
68-
ml: 1,
69-
},
70-
USER: {
71-
},
72-
}
1+
{ CIDER: { dependencies: { nuget: "", tatin: "", }, dependencies_dev: { tatin: "packages_dev=TestCases", }, distributionFolder: "Dist", init: "", make: "Admin.Make 1", parent: "#", projectSpace: "EventCodes", project_url: "https://github.com/aplteam/EventCodes", source: "APLSource", tests: "TestCases.RunTests", }, LINK: { forceFilenames: 1, watch: "ns", }, SYSVARS: { io: 1, ml: 1, }, USER: { },}

packages_dev/apl-buildlist.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
{ packageID: [ "aplteam-WinReg-5.0.4", "aplteam-Tester2-3.5.0", "aplteam-FilesAndDirs-5.5.0", "aplteam-CommTools-1.5.0", "aplteam-CodeCoverage-0.10.2", "aplteam-APLTreeUtils2-1.2.0", "aplteam-OS-3.0.1", "aplteam-IniFiles-5.0.3", ], principal: [ 1, 1, 1, 1, 1, 1, 0, 0, ], url: [ "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", ],}
1+
{
2+
packageID: [
3+
"aplteam-WinReg-5.0.4",
4+
"aplteam-Tester2-3.6.0",
5+
"aplteam-FilesAndDirs-5.7.0",
6+
"aplteam-CommTools-1.7.1",
7+
"aplteam-CodeCoverage-0.10.5",
8+
"aplteam-APLTreeUtils2-1.3.1",
9+
"aplteam-OS-3.1.1",
10+
"aplteam-IniFiles-5.0.3",
11+
],
12+
principal: [
13+
1,
14+
1,
15+
1,
16+
1,
17+
1,
18+
1,
19+
0,
20+
0,
21+
],
22+
url: [
23+
"https://tatin.dev/",
24+
"https://tatin.dev/",
25+
"https://tatin.dev/",
26+
"https://tatin.dev/",
27+
"https://tatin.dev/",
28+
"https://tatin.dev/",
29+
"https://tatin.dev/",
30+
"https://tatin.dev/",
31+
],
32+
}

packages_dev/apl-dependencies.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aplteam-APLTreeUtils2-1.2.0
2-
aplteam-Tester2-3.5.0
3-
aplteam-CodeCoverage-0.10.2
4-
aplteam-FilesAndDirs-5.5.0
1+
aplteam-APLTreeUtils2-1.3.1
2+
aplteam-Tester2-3.6.0
3+
aplteam-CodeCoverage-0.10.5
4+
aplteam-FilesAndDirs-5.7.0
55
aplteam-WinReg-5.0.4
6-
aplteam-CommTools-1.5.0
6+
aplteam-CommTools-1.7.1

0 commit comments

Comments
 (0)