nandi/frqpublic Fork 0
e8e4fa06ebc279c647a0941d9c2106f1bb56713f
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Build the APK with buck2, from pins rather than from a second checkout a71ef8f · on e8e4fa06ebc279c647a0941d9c2106f1bb56713f · nandi · 18d ago
libvidya-android.dotslash · 64 lines · 2.1 KBGDScript3 Blame HistoryRaw
 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
#!/usr/bin/env dotslash

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