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

The binding is Dart, and it works f7aea3b · on 3760746302d1370dfe997aca01cf671e5d36a553 · nandi · 12h ago
.gitignore · 35 lines · 916 BGDScript3 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
# Build output — `just nim-lib` writes build/nim, the Flutter targets the rest.
/build/

# Nim's own object/cache tree, and the test binaries `nim c -r` leaves beside
# the sources — one per tests/t*.nim, named without an extension.
/nim/nimcache/

# Dart's per-package resolution output.
/dart/*/.dart_tool/
/dart/*/pubspec.lock
/nim/tests/t*
!/nim/tests/t*.nim

# The pinned Flutter/JDK/Clojure tarballs `tools/toolchain.sh` fetches, plus
# the pub cache, gitlibs and maven repo it keeps beside them. A gigabyte of
# SDK, reproducible from the hashes in that script.
/.toolchain/

# Tool caches.
/.cpcache/
/.lsp/
/.clj-kondo/

# Nix build symlinks.
/result
/result-*

# samizdat writes its journal into whatever project it is pointed at.
.samizdat/

# Python bytecode, from the loader the .modal/ containers import.
__pycache__/

# The mirror `just web-local` keeps of the Modal-built web bundle.
.web-local/