bithero-nim
Welcome to this neat little pile of nim packages I call my own!
How to use the packages
You either can see if the packages are in the global nim package index (just try searching, either via nimble search or on https://nimpkgs.org).
Otherwise, I also maintain an own index you can add to your nimble configuration:
[PackageList]
name = "Bithero-Nim"
url = "https://codearq.net/bithero-nim/pkgs/raw/branch/master/packages.json"
Add this to your ~/.config/nimble/nimble.ini (linux) or C:\Users\<YourUser>\AppData\Roaming\nimble\nimble.ini (windows).
For more information about nimble.ini, see the offical documentation.