For example, each package in the dub repository has a package.json which describes exactly how the package should build and link, etc. If the package only contained bindings to a C library would you add the flag necessary to link against it there or leave the responsibility for linking for the client application that uses your binding?
When creating a binding package in the dub repository do you
specify the link flags or leave that up to the developer using
the library?
- When creating a binding package in the dub repository do y... Gary Willoughby
