> It can be found here

In your `nimedlib.nim`, you have:
    
    
    include nimedlib/edlib
    
    
    Run

But that included file isn't committed to the repo. Also, why would you have 
just a wrapper containing an `include`? If you are planning on adding more 
procs around the wrapped functions here, why not use `import`?

Reply via email to