Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)
```