-
Notifications
You must be signed in to change notification settings - Fork 24
/
pkgs.janet
68 lines (68 loc) · 3.52 KB
/
pkgs.janet
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
68
# A curated list of packages
(def packages
{'argparse "https://github.com/janet-lang/argparse.git"
'args "https://github.com/MorganPeterson/args.git"
'base16 "https://github.com/andrewchambers/janet-base16.git"
'base64 "https://github.com/Jakski/janet-base64.git"
'bigint "https://github.com/andrewchambers/janet-big.git"
'bearimy "https://git.sr.ht/~pepe/bearimy"
'bonzer "https://git.sr.ht/~pepe/bonzer"
'chidi "https://git.sr.ht/~pepe/chidi"
'circlet "https://github.com/janet-lang/circlet.git"
'cmd "https://github.com/ianthehenry/cmd.git"
'date "https://github.com/cosmictoast/janet-date.git"
'eleanor "https://git.sr.ht/~pepe/eleanor"
'filesystem "https://github.com/jeannekamikaze/janet-filesystem.git"
'flock "https://github.com/andrewchambers/janet-flock.git"
'freja "https://github.com/saikyun/freja.git"
'fugue "https://git.sr.ht/~subsetpark/fugue"
'gapbuffer "https://github.com/MorganPeterson/gapbuffer.git"
'glfw "https://gitlab.com/jeannekamikaze/janet-glfw.git"
'glyph "https://github.com/tionis/glyph.janet.git"
'hemple "https://git.sr.ht/~pepe/hemple"
'html "https://github.com/swlkr/janet-html.git"
'j3blocks "https://codeberg.org/amano.kenji/j3blocks.git"
'jaylib "https://github.com/janet-lang/jaylib.git"
'jdn-loader "https://github.com/levitanong/jdn-loader.git"
'jermbox "https://git.sr.ht/~nullevoid/jermbox"
'jhydro "https://github.com/janet-lang/jhydro.git"
'jlzf "https://git.sr.ht/~nullevoid/jlzf"
'joy "https://github.com/joy-framework/joy.git"
'jpm "https://github.com/janet-lang/jpm.git"
'jtbox "https://github.com/sepisoad/jtbox.git"
'judge "https://github.com/ianthehenry/judge.git"
'jurl "https://github.com/cosmictoast/jurl.git"
'juv "https://github.com/janet-lang/juv.git"
'kamilah "https://git.sr.ht/~pepe/kamilah"
'manisha "https://git.sr.ht/~pepe/manisha"
'marble "https://git.sr.ht/~pepe/marble"
'mendoza "https://github.com/bakpakin/mendoza.git"
'michael "https://git.sr.ht/~pepe/michael"
'miniz "https://github.com/bakpakin/janet-miniz.git"
'msgpack "https://github.com/Techcable/janet-msgpack.git"
'nanoid "https://git.sr.ht/~statianzo/janet-nanoid"
'openbsd "https://git.sr.ht/~les/janet-openbsd"
'openssl-hash "https://github.com/wooosh/janet-openssl-hash"
'pkgs "https://github.com/janet-lang/pkgs.git"
'pq "https://github.com/andrewchambers/janet-pq.git"
'primesieve "https://github.com/bunder/janet-primesieve.git"
'process "https://github.com/andrewchambers/janet-process.git"
'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"
'set "https://github.com/MikeBeller/janet-set.git"
'sh "https://github.com/andrewchambers/janet-sh.git"
'shawn "https://git.sr.ht/~pepe/shawn"
'shriek "https://git.sr.ht/~pepe/shriek"
'spork "https://github.com/janet-lang/spork.git"
'sqlite3 "https://github.com/janet-lang/sqlite3.git"
'tarray "https://github.com/janet-lang/tarray.git"
'temple "https://git.sr.ht/~bakpakin/temple"
'testament "https://github.com/pyrmont/testament.git"
'tester "https://github.com/joy-framework/tester.git"
'trevor "https://git.sr.ht/~pepe/trevor"
'trolley "https://git.sr.ht/~pepe/trolley"
'uri "https://github.com/andrewchambers/janet-uri.git"
'utf8 "https://codeberg.org/amano.kenji/janet-utf8.git"
'x43bot "https://github.com/bakpakin/x43bot.git"
'stringx "https://github.com/yumaikas/janet-stringx.git"})