#!/usr/bin/env dotslash // libvidya for the phone, from jolt-native's v0.1.2 release. // // arm64, API 28, built by NDK r29 through jolt-native's buck2 toolchain. The // same object `just ffi-android` produces there, pinned so that building the // APK needs neither that checkout nor an NDK. // // A sibling jolt-native checkout still wins over this: see the `buck` recipe // in the justfile. Anyone working on both repos at once builds what they are // editing; everyone else gets these bytes. { "name": "libvidya-android", "platforms": { "linux-x86_64": { "size": 5469258, "hash": "sha256", "digest": "fd57b1681b4e720f578faeacd1b2abd862ba3fe8929b8fb8f3110d74b6b6eb9d", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.2/downloads/jolt-native-android-arm64-v0.1.2.tar.gz" } ] }, "linux-aarch64": { "size": 5469258, "hash": "sha256", "digest": "fd57b1681b4e720f578faeacd1b2abd862ba3fe8929b8fb8f3110d74b6b6eb9d", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.2/downloads/jolt-native-android-arm64-v0.1.2.tar.gz" } ] }, "macos-x86_64": { "size": 5469258, "hash": "sha256", "digest": "fd57b1681b4e720f578faeacd1b2abd862ba3fe8929b8fb8f3110d74b6b6eb9d", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.2/downloads/jolt-native-android-arm64-v0.1.2.tar.gz" } ] }, "macos-aarch64": { "size": 5469258, "hash": "sha256", "digest": "fd57b1681b4e720f578faeacd1b2abd862ba3fe8929b8fb8f3110d74b6b6eb9d", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.2/downloads/jolt-native-android-arm64-v0.1.2.tar.gz" } ] } } }