Packages

dusty-phillips/inko-argparse v0.1.0

Argument parsing library for the Inko programming language

1
MIT
2023-06-21 11:36
Install
inko pkg add github.com/dusty-phillips/inko-argparse 0.1.0
inko pkg sync
All releases
Version Released at
0.1.0 2023-06-21 11:36 inko pkg add github.com/dusty-phillips/inko-argparse 0.1.0
0.0.3 2023-06-03 16:04 inko pkg add github.com/dusty-phillips/inko-argparse 0.0.3
0.0.2 2023-04-01 16:03 inko pkg add github.com/dusty-phillips/inko-argparse 0.0.2
0.0.1 2023-03-28 22:30 inko pkg add github.com/dusty-phillips/inko-argparse 0.0.1

yorickpeterse/inko-builder v0.7.0

An Inko library for generating XML and HTML

2
2023-09-04 01:11
Install
inko pkg add github.com/yorickpeterse/inko-builder 0.7.0
inko pkg sync
All releases
Version Released at
0.7.0 2023-09-04 01:11 inko pkg add github.com/yorickpeterse/inko-builder 0.7.0
0.6.0 2023-09-01 01:16 inko pkg add github.com/yorickpeterse/inko-builder 0.6.0
0.5.0 2023-08-20 00:48 inko pkg add github.com/yorickpeterse/inko-builder 0.5.0
0.4.0 2023-08-19 23:13 inko pkg add github.com/yorickpeterse/inko-builder 0.4.0
0.3.0 2023-08-11 22:48 inko pkg add github.com/yorickpeterse/inko-builder 0.3.0
0.2.0 2023-08-11 21:51 inko pkg add github.com/yorickpeterse/inko-builder 0.2.0
0.1.0 2023-07-21 23:25 inko pkg add github.com/yorickpeterse/inko-builder 0.1.0

dusty-phillips/inko-debug v0.0.2

Simple debugging tools for the Inko programming language

0
MIT
2023-07-01 19:30
Install
inko pkg add github.com/dusty-phillips/inko-debug 0.0.2
inko pkg sync
All releases
Version Released at
0.0.2 2023-07-01 19:30 inko pkg add github.com/dusty-phillips/inko-debug 0.0.2
0.0.1 2023-07-01 18:04 inko pkg add github.com/dusty-phillips/inko-debug 0.0.1

uasi/inko-hmac v0.1.0

An HMAC implementation for Inko.

1
2023-08-09 11:02
Install
inko pkg add github.com/uasi/inko-hmac 0.1.0
inko pkg sync
All releases
Version Released at
0.1.0 2023-08-09 11:02 inko pkg add github.com/uasi/inko-hmac 0.1.0

roetlich/inko-html v0.0.1

HTML library written in Inko.

0
Unknown license
2023-07-20 05:14
Install
inko pkg add github.com/roetlich/inko-html 0.0.1
inko pkg sync
All releases
Version Released at
0.0.1 2023-07-20 05:14 inko pkg add github.com/roetlich/inko-html 0.0.1

dusty-phillips/inko-http v0.0.3

Rudimentary HTTP Server exploring the Inko programming language

2
MIT
2023-06-21 11:40
Install
inko pkg add github.com/dusty-phillips/inko-http 0.0.3
inko pkg sync
All releases
Version Released at
0.0.3 2023-06-21 11:40 inko pkg add github.com/dusty-phillips/inko-http 0.0.3
0.0.2 2023-05-30 20:14 inko pkg add github.com/dusty-phillips/inko-http 0.0.2
0.0.1 2023-05-30 20:00 inko pkg add github.com/dusty-phillips/inko-http 0.0.1

yorickpeterse/inko-markdown v0.2.0

An Inko library for parsing an opinionated dialect of Markdown

2
2023-09-07 00:43
Install
inko pkg add github.com/yorickpeterse/inko-markdown 0.2.0
inko pkg sync
All releases
Version Released at
0.2.0 2023-09-07 00:43 inko pkg add github.com/yorickpeterse/inko-markdown 0.2.0
0.1.0 2023-09-01 01:56 inko pkg add github.com/yorickpeterse/inko-markdown 0.1.0

yorickpeterse/inko-optparse v0.1.0

An Inko library for parsing command-line arguments and options

1
2023-09-09 03:02
Install
inko pkg add github.com/yorickpeterse/inko-optparse 0.1.0
inko pkg sync
All releases
Version Released at
0.1.0 2023-09-09 03:02 inko pkg add github.com/yorickpeterse/inko-optparse 0.1.0

dusty-phillips/inko-regex v0.0.3

Basic regular expression parser in pure inko

3
MIT
2023-07-10 22:54
Install
inko pkg add github.com/dusty-phillips/inko-regex 0.0.3
inko pkg sync
All releases
Version Released at
0.0.3 2023-07-10 22:54 inko pkg add github.com/dusty-phillips/inko-regex 0.0.3
0.0.2 2023-07-05 14:17 inko pkg add github.com/dusty-phillips/inko-regex 0.0.2
0.0.1 2023-07-04 19:05 inko pkg add github.com/dusty-phillips/inko-regex 0.0.1

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 data/packages.yml (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.