#!/usr/bin/env dotslash // The Jolt side that binds the tree ABI, from jolt-native's v0.1.1 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": 17964, "hash": "sha256", "digest": "3842a5981c0656eb14915aead80814286040c24e83732d5e69d4f4470308fbf5", "format": "tar.gz", "path": "glimmer-vidya/deps.edn", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/626e11a573676ef0441eb53d8d60306e/jolt-native-glimmer-vidya-v0.1.1.tar.gz" } ] }, "linux-aarch64": { "size": 17964, "hash": "sha256", "digest": "3842a5981c0656eb14915aead80814286040c24e83732d5e69d4f4470308fbf5", "format": "tar.gz", "path": "glimmer-vidya/deps.edn", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/626e11a573676ef0441eb53d8d60306e/jolt-native-glimmer-vidya-v0.1.1.tar.gz" } ] }, "macos-x86_64": { "size": 17964, "hash": "sha256", "digest": "3842a5981c0656eb14915aead80814286040c24e83732d5e69d4f4470308fbf5", "format": "tar.gz", "path": "glimmer-vidya/deps.edn", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/626e11a573676ef0441eb53d8d60306e/jolt-native-glimmer-vidya-v0.1.1.tar.gz" } ] }, "macos-aarch64": { "size": 17964, "hash": "sha256", "digest": "3842a5981c0656eb14915aead80814286040c24e83732d5e69d4f4470308fbf5", "format": "tar.gz", "path": "glimmer-vidya/deps.edn", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/626e11a573676ef0441eb53d8d60306e/jolt-native-glimmer-vidya-v0.1.1.tar.gz" } ] } } }