Packages

The command to install the package into your project has been copied to your clipboard.

PackageLicenseStarsVersion
dusty-phillips/inko-http
Rudimentary HTTP Server exploring the Inko programming language
MIT40.0.4 Install
dusty-phillips/inko-regex
Basic regular expression parser in pure inko
MIT30.0.4 Install
yorickpeterse/inko-markdown
An Inko library for parsing an opinionated dialect of Markdown
MPL-2.030.15.0 Install
yorickpeterse/inko-wobsite
A small and opinionated static site generation library
MPL-2.030.12.0 Install
yorickpeterse/inko-builder
An Inko library for generating XML and HTML
MPL-2.020.11.0 Install
uasi/inko-blake3
A BLAKE3 hasher for Inko.
MPL-2.020.1.0 Install
uasi/inko-totp
A TOTP token generator and validator for Inko.
MPL-2.020.1.0 Install
yorickpeterse/inko-optparse
An Inko library for parsing command-line arguments and options
MPL-2.020.4.0 Install
yorickpeterse/inko-syntax
A syntax highlighting library for Inko
MPL-2.020.8.0 Install
dusty-phillips/inko-argparse
Argument parsing library for the Inko programming language
MIT10.2.0 Install
uasi/inko-hmac
An HMAC implementation for Inko.
MPL-2.010.2.1 Install
uasi/inko-uuid
A UUID generator for Inko.
MPL-2.010.1.0 Install
dusty-phillips/inko-tui
Basic Terminal Ui for Inko
MIT00.0.1 Install
roetlich/inko-html
HTML library written in Inko.
00.0.1 Install
uasi/inko-url_search_params
A URLSearchParams implementation.
MPL-2.000.1.0 Install

Adding a package

To add a package, first create a GitHub repository for your package. While Inko's package manager supports the use of any Git repository (e.g. one hosted on GitLab), the above list is populated using GitHub repositories only.

Next, add a short description to your repository. This will be used as the package description.

Package versions are just Git tags in the format vX.Y.Z, so make sure to push at least a single tag.

Once this is done, fork the Inko website repository and add your package to source/data/packages.json (see the existing entries for more details), then submit a pull request with these changes. Once merged, it may take several days for the package to show up on this page.