Skip to content

Commit

Permalink
Since 0.5.[678] had broken deps & 0.5.9 requires nim>2, put in a note
Browse files Browse the repository at this point in the history
about how to use older nim, if one must (although you probably need
a much smarter package management strategy than nimble to do so) as
per #9 (comment)
  • Loading branch information
c-blake committed Oct 10, 2023
1 parent b68f483 commit 9e1daf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adix.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ requires "nim >= 2.0.0"
requires "cligen >= 1.6.15"
skipDirs = @[ "tests" ]

# Older Nim must use adix < 0.5.5 & comment out the below `bin`.
bin = @[
"util/lfreq", # Somewhat efficient line frequency calculator
]

0 comments on commit 9e1daf0

Please sign in to comment.