nandi/frqpublic Fork 0
cb6465fccc6da348e4ea2d1530b2b36ad97e451a
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.

Take the smaller library, and the glue that stopped crashing 972d7bd · on cb6465fccc6da348e4ea2d1530b2b36ad97e451a · 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.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"
        }
      ]
    }
  }
}