Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janet-lang/spork
Various Janet utility modules - the official "Contrib" library.
https://github.com/janet-lang/spork
Last synced: 3 months ago
JSON representation
Various Janet utility modules - the official "Contrib" library.
- Host: GitHub
- URL: https://github.com/janet-lang/spork
- Owner: janet-lang
- License: mit
- Created: 2020-04-29T00:37:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T12:54:51.000Z (4 months ago)
- Last Synced: 2024-07-11T14:42:48.382Z (4 months ago)
- Language: Janet
- Homepage:
- Size: 732 KB
- Stars: 112
- Watchers: 8
- Forks: 35
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-janet - Spork
README
# Spork
[![test](https://github.com/janet-lang/spork/actions/workflows/test.yml/badge.svg)](https://github.com/janet-lang/spork/actions/workflows/test.yml)
Various Janet utility modules. Spork aims to be grab bag of useful Janet functionality that
does not belong in the core library.To use all features mentioned below in one program you can do `(use spork)` to
import them. When you need only part of the functionality, please use `import`
as seen in the example for the part.## Installation
```
[sudo] jpm install spork
```## Dependencies
Spork contains third-party dependencies in the `deps/` directory. All dependencies are MIT/X11 licensed, or public domain.
Licenses for individual components can be found along with the source code in the `deps/` directory.