nimAES
nimAES copied to clipboard
nim 0.17.0 nimble installation warning
Output from $ nimble install nimaes
Downloading https://github.com/jangko/nimAES using git Warning: File inside package 'nimAES' is outside of permitted namespace, should be named 'nimAES.nim' but was named 'test.nim' instead. This will be an error in the future. Hint: Rename this file to 'nimAES.nim', move it into a 'nimAES/' subdirectory, or prevent its installation by adding
skipFiles = @["test.nim"]to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info. Verifying dependencies for [email protected] Installing [email protected] Success: nimAES installed successfully.
Still seems to work ok, just maybe update to the language styling.
Cheers