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 us

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 "Hos