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
62
|
#!/usr/bin/env dotslash
// The Jolt side that binds the tree ABI, from jolt-native's v0.1.3 release.
//
// deps.edn takes this as a git dependency, and jolt resolves it into its own
// cache. The boot image cannot: a cross compile has no dependency resolution,
// so every source root has to be named, and a path into somebody's ~/.jolt is
// not a thing a build can be handed. This is the same tree at the same commit,
// as an archive an action can depend on.
{
"name": "glimmer-vidya",
"platforms": {
"linux-x86_64": {
"size": 17988,
"hash": "sha256",
"digest": "5ea0f7d2c3d3ff56daa3983c7222bd724a6dd4d6977c6b3bb2311d7d708ea9fe",
"format": "tar.gz",
"path": "glimmer-vidya/deps.edn",
"providers": [
{
"url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-glimmer-vidya-v0.1.3.tar.gz"
}
]
},
"linux-aarch64": {
"size": 17988,
"hash": "sha256",
"digest": "5ea0f7d2c3d3ff56daa3983c7222bd724a6dd4d6977c6b3bb2311d7d708ea9fe",
"format": "tar.gz",
"path": "glimmer-vidya/deps.edn",
"providers": [
{
"url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-glimmer-vidya-v0.1.3.tar.gz"
}
]
},
"macos-x86_64": {
"size": 17988,
"hash": "sha256",
"digest": "5ea0f7d2c3d3ff56daa3983c7222bd724a6dd4d6977c6b3bb2311d7d708ea9fe",
"format": "tar.gz",
"path": "glimmer-vidya/deps.edn",
"providers": [
{
"url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-glimmer-vidya-v0.1.3.tar.gz"
}
]
},
"macos-aarch64": {
"size": 17988,
"hash": "sha256",
"digest": "5ea0f7d2c3d3ff56daa3983c7222bd724a6dd4d6977c6b3bb2311d7d708ea9fe",
"format": "tar.gz",
"path": "glimmer-vidya/deps.edn",
"providers": [
{
"url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-glimmer-vidya-v0.1.3.tar.gz"
}
]
}
}
}
|