disruptek / nimph

Nim package hierarchy manager from the future 🧚
MIT License
159 stars 10 forks source link

handle a broken .nimble file as gracefully as possible #98

Open disruptek opened 4 years ago

disruptek commented 4 years ago

As in the following generated by nimble init:

# Package

version       = "0.1.0"
author        = Ico Doornekamp
description   = A new awesome nimble package
license       = "MIT"
srcDir        = "src"
bin           = @["nn"]

# Dependencies

requires "nim >= 1.1.1"