June 13, 2017
On Tuesday, June 13, 2017 12:22:52 Russel Winder via Digitalmars-d wrote:
> Having now got some bits of libdvbv5 usable from D with aid of DStep – which let's be honest did 90.357% (roughly) of the work – thoughts turn to maintenance and distribution. So a few questions/comments:
>
> 1. Is Deimos "alive and well" as a place to host the current state of a D adaptor library, or is it best to just have a repository somewhere: Git/GitHub, Git/BitBucket, Mercurial/BitBucket, Bazaar/Launchpad.

In theory, deimos is the place to put C bindings, but at this point, I wouldn't bother, because if you do put them there, you don't control the repo, which can get annoying, and the important thing for finding and using the bindings is to have them on code.dlang.org. Regardless, if you're talking about creating a wrapper library rather than bindings, then deimos isn't really the place for that.

- Jonathan M Davis