Re: How to make a new lib work for nimble.packages?

2019-12-20 Thread marks
I normally use mercurial so now have both in that directory. I added a tag and 
did `git push origin --tags` so hopefully that helped.


Re: How to make a new lib work for nimble.packages?

2019-12-20 Thread federico3
"no version" -> you need to create tags on GitHub in order for Nimble to treat 
it as a version

"install test failing": As you can see from 
[https://nimble.directory/ci/badges/diff/nimdevel/output.html](https://nimble.directory/ci/badges/diff/nimdevel/output.html)
 Nimble thinks the repository uses hg rather than git, and this is because of 
an incorrect entry in: 
[https://github.com/nim-lang/packages/blob/master/packages.json#L15682](https://github.com/nim-lang/packages/blob/master/packages.json#L15682)


How to make a new lib work for nimble.packages?

2019-12-20 Thread marks
I created a new package using `nimble init` and once it was ready `nimble 
publish` and put it on github: [diff](https://github.com/mark-summerfield/diff) 
but on the [nimble directory](https://nimble.directory/pkg/diff) it is listed 
as "no version" and "install test failing", and the link to "Hosted docs" leads 
to an empty page.

How do I fix these things?