Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janet-lang/pkgs
A package listing for Janet.
https://github.com/janet-lang/pkgs
Last synced: 3 months ago
JSON representation
A package listing for Janet.
- Host: GitHub
- URL: https://github.com/janet-lang/pkgs
- Owner: janet-lang
- License: mit
- Created: 2019-03-17T16:06:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T08:43:38.000Z (4 months ago)
- Last Synced: 2024-06-25T10:19:12.807Z (4 months ago)
- Language: Janet
- Size: 82 KB
- Stars: 57
- Watchers: 9
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-janet - pkgs
README
# pkgs
The official package listing for Janet. It maps short package
names to full git urls for use in scripts and Janet programs.To have your own library added to the package listing, please see
the CONTRIBUTING document. Thanks!## Usage (from jpm)
For convenience, packages listed here may be installed using
just their short name, for example:[sudo] jpm install spork
# rather than
[sudo] jpm install https://github.com/janet-lang/spork.git## Usage (from Janet)
```clojure
(import pkgs)(pp pkgs/packages)
```