nandi/jolt-nativepublic Fork 0
c71fc595f031aaa5cb461735af1865146f7b42ec
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

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

Build under buck2, with the toolchain pinned rather than found 460541b · on c71fc595f031aaa5cb461735af1865146f7b42ec · nandi · 19d ago
just · 67 lines · 1.9 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
65
66
67
#!/usr/bin/env dotslash

{
  "name": "just",
  "platforms": {
    "linux-x86_64": {
      "size": 2529009,
      "hash": "sha256",
      "digest": "4a5cc2f53e6f0f8c59092a6cc38291eb729d46a7dd95d3ae582008881b84931d",
      "format": "tar.gz",
      "path": "just",
      "providers": [
        {
          "url": "https://github.com/casey/just/releases/download/1.58.0/just-1.58.0-x86_64-unknown-linux-musl.tar.gz"
        }
      ]
    },
    "linux-aarch64": {
      "size": 2306281,
      "hash": "sha256",
      "digest": "748237128c4c40cbdabc65e841d05ceba13cc23a91eaba395495894c1d9764df",
      "format": "tar.gz",
      "path": "just",
      "providers": [
        {
          "url": "https://github.com/casey/just/releases/download/1.58.0/just-1.58.0-aarch64-unknown-linux-musl.tar.gz"
        }
      ]
    },
    "macos-x86_64": {
      "size": 2330963,
      "hash": "sha256",
      "digest": "9a09cfef66aaa79da58203970103a0684307716caaabd3e9844cacc4dc0f4023",
      "format": "tar.gz",
      "path": "just",
      "providers": [
        {
          "url": "https://github.com/casey/just/releases/download/1.58.0/just-1.58.0-x86_64-apple-darwin.tar.gz"
        }
      ]
    },
    "macos-aarch64": {
      "size": 2146038,
      "hash": "sha256",
      "digest": "50ae3e996c974a0bf32ea7d10f495070df33f1b43e0616b2769e3d4821ed8f48",
      "format": "tar.gz",
      "path": "just",
      "providers": [
        {
          "url": "https://github.com/casey/just/releases/download/1.58.0/just-1.58.0-aarch64-apple-darwin.tar.gz"
        }
      ]
    },
    "windows-x86_64": {
      "size": 2252404,
      "hash": "sha256",
      "digest": "759f16fb7aa17c5c8b9594b6d4a8c1a6630dfd042cf2b3ff84841454d3d188dc",
      "format": "zip",
      "path": "just.exe",
      "providers": [
        {
          "url": "https://github.com/casey/just/releases/download/1.58.0/just-1.58.0-x86_64-pc-windows-msvc.zip"
        }
      ]
    }
  }
}