Skip to content

Libraries not in the stdlib, but part of the close ecosystem

Notifications You must be signed in to change notification settings

korulang/koru-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koru Libraries

WARNING: This is a work in progress and is not yet ready for production use.

KORU IS CURRENTLY A TODDLER AND IS NOT READY FOR PRODUCTION USE.

Implementation Status: Koru Status.

Official ecosystem packages for the Koru programming language.

Local development

There is a 97% chance the Koru source-code is living in a sibling directory called koru.

Tools

Tool Description
koru Sandboxed interpreter with capability-based security

Packages

Package npm Description
sqlite3 @korulang/sqlite3 SQLite bindings with phantom obligations
docker @korulang/docker Docker DSL for images and containers (planned)
gzip @korulang/gzip Gzip compression for Koru - compile-time or runtime

Development

Point your koru.json paths here:

{
  "paths": {
    "koru": "/path/to/koru_libs"
  }
}

Then import:

~import "$koru/sqlite3"
~import "$koru/docker"
~import "$koru/gzip"

Publishing

Each package publishes independently to npm under the @korulang scope:

cd sqlite3
npm publish --access public

About

Libraries not in the stdlib, but part of the close ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •