jpm
- Ebuilds: 2, Testing: 1.2.0_p20260222-r1 Description: It is for automating builds and downloading dependencies of Janet projects.
Homepage:https://github.com/janet-lang/jpm License: MIT
json
- Ebuilds: 1, Testing: 0_pre20200117-r1 Description:
A JSON module for janet. Encodes and Decodes JSON data and converts it to
and from Janet data structures. Strings are encoded as UTF-8, and UTF-16
escapes and surrogates as supported as per the JSON spec.
Homepage:https://github.com/janet-lang/json License: MIT
path
- Ebuilds: 1, Testing: 0_pre20191213-r1 Description:
Simple path manipulation module for Janet. Supports manipulation both windows and posix paths on any platform, and provides functions that work according to the current host platform.
Homepage:https://github.com/janet-lang/path License: MIT
repl-tools
- Ebuilds: 1, Testing: 0.3-r1 Description:
It is a set of functions for janet REPL. You can use this in REPL conveniently by making sure that
(use repl) or (import repl) is executed during janet REPL's initialization.
Homepage:https://github.com/crocket/janet-repl-tools License: public-domain
spork
- Ebuilds: 2, Testing: 1.2.0 Description:
A moderately opinionated argument parser for janet. Use this for writing CLI scripts that need to have UNIX style switches and options.
Homepage:https://github.com/janet-lang/spork License: MIT