-
Notifications
You must be signed in to change notification settings - Fork 1
/
hedgehog-packages.json
61 lines (59 loc) · 1.94 KB
/
hedgehog-packages.json
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
55
56
57
58
59
60
61
[
{
"name":"Hedgehog-Standard-Library",
"alias":"std",
"location":"https://raw.githubusercontent.com/Hedgehog-Computing/Hedgehog-Standard-Library/main/",
"docs":"https://github.com/Hedgehog-Computing/Hedgehog-Standard-Library/blob/main/README.md",
"website": "https://github.com/Hedgehog-Computing/Hedgehog-Standard-Library",
"author": "lidangzzz",
"description": "The standard library for Hedgehog Lab"
},
{
"name":"Hedgehog-Datasets",
"location":"https://raw.githubusercontent.com/Hedgehog-Computing/Hedgehog-Datasets/main/",
"docs":"",
"website": "https://github.com/Hedgehog-Computing/Hedgehog-Datasets",
"author": "lidangzzz",
"description": "A collection of datasets for Hedgehog Lab users"
},
{
"name":"Hedgehog-Network",
"location":"https://raw.githubusercontent.com/Hedgehog-Computing/Hedgehog-Network/main/",
"docs":"https://github.com/Hedgehog-Computing",
"website": "https://github.com/Hedgehog-Computing",
"author": "lidangzzz",
"description": "A collection of network graph algorithms"
},
{
"name":"Test-Package",
"location":"https://raw.githubusercontent.com/Hedgehog-Computing/Test-Package/main/",
"docs":"",
"website": "https://github.com/Hedgehog-Computing/Test-Package",
"author": "lidangzzz",
"description": "A test package"
},
{
"name":"math",
"location":"https://raw.githubusercontent.com/Hedgehog-Computing/math/main/",
"docs":"",
"website": "",
"author": "",
"description": "Math package for Hedgehog Lab"
},
{
"name":"plot",
"location":"https://raw.githubusercontent.com/Hedgehog-Computing/plot/main/",
"docs":"",
"website": "",
"author": "",
"description": "Plot package for Hedgehog Lab"
},
{
"name":"EDUC412",
"location":"https://raw.githubusercontent.com/Hedgehog-Computing/EDUC412/main/",
"docs":"",
"website": "",
"author": "",
"description": "EDUC412"
}
]