You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Package
name ="zip"
version ="0.1.0"
author ="Anonymous"
description ="Wrapper for the zip library"
license ="MIT"# Dependenciesrequires"nim >= 0.10.0"task tests, "Run lib tests":
withDir"tests":
exec"nim c -r ziptests"
Got that error
FAILURE: Could not read package info file in .../zip/zip.nimble;
Reading as ini file failed with:
Invalid section: .
Evaluating as NimScript file failed with:
.../zip/zip.nimble(3, 1) Error: undeclared identifier: 'name'.
Without name field in nimble file everything works fine.
Where can I write package name? Thanks
The text was updated successfully, but these errors were encountered:
Changed zip.nimble file to
Got that error
Without
name
field in nimble file everything works fine.Where can I write package name? Thanks
The text was updated successfully, but these errors were encountered: