#!/usr/bin/env dotslash // libvidya for the phone, from jolt-native's v0.1.3 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": 14150473, "hash": "sha256", "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz" } ] }, "linux-aarch64": { "size": 14150473, "hash": "sha256", "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz" } ] }, "macos-x86_64": { "size": 14150473, "hash": "sha256", "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz" } ] }, "macos-aarch64": { "size": 14150473, "hash": "sha256", "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108", "format": "tar.gz", "path": "libvidya.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz" } ] } } }