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
63
64
65
|
#!/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.
//
// This is the only answer, and deliberately: a checkout used to win over it,
// which meant the APK on a phone depended on which directories happened to sit
// beside this one. To build against a jolt-native you are editing, cut a
// release of it and point these manifests at it — `just bump <tag>`.
{
"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"
}
]
}
}
}
|