https://github.com/staab/janet-util
A utility library for Janet. Loosely decoupled, grab bag.
https://github.com/staab/janet-util
Last synced: 5 months ago
JSON representation
A utility library for Janet. Loosely decoupled, grab bag.
- Host: GitHub
- URL: https://github.com/staab/janet-util
- Owner: staab
- License: mit
- Created: 2020-02-20T21:04:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T03:00:46.000Z (over 6 years ago)
- Last Synced: 2025-07-03T15:55:42.968Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# janet-utility
A utility library for Janet. Just a random collection of useful things.
# Dependencies
No dependencies are declared in project.janet so that you can install this libary and use whatever parts are useful. Implicit dependencies:
- [pq]("https://github.com/andrewchambers/janet-pq.git")
- [json]("https://github.com/janet-lang/json.git")
# Disclaimer
This is pre-alpha software. Please open an issue if you'd like to use it in a project.