plugins

Plugin system for Nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Tags

Installation

nimble install plugins
choosenim install plugins
git clone https://github.com/genotrance/plugins

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
plugins - - - - - - -

Source

Repository https://github.com/genotrance/plugins
Homepage https://github.com/genotrance/plugins
Registry Source nimble_official

README

Plugins is a Nim package that provides a shared library based plugin system

Detailed documentation here.

Installation

Plugins can be installed via Nimble:

nimble install https://github.com/genotrance/plugins

This will download and install plugins in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.

Usage

Detailed module documentation is available here. The plugins module should be used in the main application and the api module should be used in each plugin.

See the tests directory for an example of a main application and plugins.

Feedback

Plugins is a work in progress and any feedback or suggestions are welcome. It is hosted on GitHub with an MIT license so issues, forks and PRs are most appreciated.