Danke, but 
    
    
    git clone https://github.com/nim-lang/nimble.git
    cd nimble
    nim c src/nimble
    ....
    /.nimble/pkgs/compiler-#head/compiler/ast.nim(13, 50) Error: cannot open 
'std/sha1'
    

.

I have nimble installed from debian package with nim-lang. I can use module cli 
from nimble in my app , I tried toachive install nimble modules as other 
packages and using as: 
    
    
    import nimble.cli
    

Now I do not sure that it's would a good idea anymore.

Howewer Error: cannot open 'std/sha1' is not related with it.

P.

Reply via email to