dlang / dub-docs

Documentation for the Dub package manager
https://dub.pm
Boost Software License 1.0
16 stars 23 forks source link

Guide page how to use with `-betterC` #59

Open WebFreak001 opened 1 year ago

WebFreak001 commented 1 year ago
renatoathaydes commented 9 months ago

I suggest using tags for this. Those can probably be automatically inferred based on code analysis?

A package manager I like a lot is Dart's pub.dev which has something like tags to say whether a Dart package:

DUB could infer the applicable data (@betterc, @safe, @nogc etc) for each package (perhaps as a percentage of all functions?), that would be really helpful.