implemented 'nimble publish'
This commit is contained in:
parent
3215d6ea7b
commit
68c1266a44
5 changed files with 230 additions and 26 deletions
|
|
@ -29,6 +29,9 @@ type
|
|||
of verAny:
|
||||
nil
|
||||
|
||||
## Tuple containing package name and version range.
|
||||
PkgTuple* = tuple[name: string, ver: VersionRange]
|
||||
|
||||
ParseVersionError* = object of ValueError
|
||||
|
||||
proc newVersion*(ver: string): Version = return Version(ver)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue