No description
Find a file
2021-07-02 02:46:10 +02:00
neoid Make generators {.gcsafe.} 2020-11-11 16:11:56 +01:00
tasks@254f930be5 Add tasks submodule 2021-07-02 02:43:06 +02:00
tests Clean up output after running Test Suite 2021-07-02 02:40:26 +02:00
.drone.yml Add Drone CI 2021-07-02 02:46:10 +02:00
.gitignore Overhaul Project Meta 2020-11-04 00:35:47 +01:00
.gitmodules Add tasks submodule 2021-07-02 02:43:06 +02:00
LICENSE Restructure & Rework Project Meta 2020-11-03 22:29:50 +01:00
neoid.nim Make generators {.gcsafe.} 2020-11-11 16:11:56 +01:00
neoid.nimble Overhaul Project Meta 2021-07-02 02:43:59 +02:00
README.md Add Drone CI 2021-07-02 02:46:10 +02:00

nimble

Language

Build Status

GitHub Liberapay patrons

What

Fork of the original nanoid Nim package.

Why

See this sad display of an issue in the original project. I needed this to work immediately, so I quickly and very dirtily implemented a Windows compatability fix. It's very dirty, but at least it is up to date (does not use deprecated Windows Security functionality) and it actually works on Windows!

This was needed as the original author of an important dependency was not interested in fixing his random library, which is supposed to work on Windows, even though just importing this library makes your program not work on Windows, at all.

How

Get started.

nimble configure

Test run.

nimble test

Where

  • Linux
  • Windows
  • OpenBSD

Goals

Keep it compatible with Windows.

Project Status

At the time of writing, very ugly Windows is implemented, but at least it works precisely the way it is supposed to!

License

MIT License

Copyright (C) 2020 Akito the@akito.ooo
Copyright (C) 2018 Anirudh Oppiliappan icyph0x@pm.me

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.