#!/usr/bin/env dotslash // libvidya for the phone, from jolt-native's v0.1.1 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": 6721871, "hash": "sha256", "digest": "bb85c57ea263b9bfe113927c6f6b0c8c6414b97056bcb0281b8444187616a233", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/a7264f20582e6d42d45b17fe626ba471/jolt-native-android-arm64-v0.1.1.tar.gz" } ] }, "linux-aarch64": { "size": 6721871, "hash": "sha256", "digest": "bb85c57ea263b9bfe113927c6f6b0c8c6414b97056bcb0281b8444187616a233", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/a7264f20582e6d42d45b17fe626ba471/jolt-native-android-arm64-v0.1.1.tar.gz" } ] }, "macos-x86_64": { "size": 6721871, "hash": "sha256", "digest": "bb85c57ea263b9bfe113927c6f6b0c8c6414b97056bcb0281b8444187616a233", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/a7264f20582e6d42d45b17fe626ba471/jolt-native-android-arm64-v0.1.1.tar.gz" } ] }, "macos-aarch64": { "size": 6721871, "hash": "sha256", "digest": "bb85c57ea263b9bfe113927c6f6b0c8c6414b97056bcb0281b8444187616a233", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/a7264f20582e6d42d45b17fe626ba471/jolt-native-android-arm64-v0.1.1.tar.gz" } ] } } }