From 38776749384c5aeda1c42d0245a026792ccf6761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Art=C3=A9mis?= Date: Sat, 27 Jun 2026 17:52:33 +0200 Subject: [PATCH] new pkg: raft - sqlite3 migration tool/lib --- pkgs.janet | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs.janet b/pkgs.janet index 883ed15..e6ac555 100644 --- a/pkgs.janet +++ b/pkgs.janet @@ -47,6 +47,7 @@ 'pq "https://github.com/andrewchambers/janet-pq.git" 'primesieve "https://github.com/bunder/janet-primesieve.git" 'process "https://github.com/andrewchambers/janet-process.git" + 'raft "https://git.sr.ht/~artemis/raft" 'redis "https://github.com/andrewchambers/janet-redis.git" 'repl-tools "https://codeberg.org/amano.kenji/janet-repl-tools.git" 'rlrepl "https://github.com/andrewchambers/janet-rlrepl.git"