schveiguy / iopipe

D language library for modular io
Boost Software License 1.0
77 stars 6 forks source link

Register on DUB (and make first git-tagged release) #4

Closed wilzbach closed 7 years ago

wilzbach commented 7 years ago

It would be very handy if one could depend on iopipe with DUB. This also has the advantage that examples are then universally executable, e.g.

#!/usr/bin/env dub
/+ dub.sdl:
name "iopipe_example"
dependency "iopipe" version="~>0.0.1"
+/

For this to work you also need to git tag a first release.

schveiguy commented 7 years ago

It's now added.