-
Notifications
You must be signed in to change notification settings - Fork 25
/
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"})