Anton F.
Anton F.
Works for me: ``` $ dub add-path . $ dub list --bare ``` Make sure that your package are in the package search path (such path can be added with...
Looks like at appears on every subpackage. Probably has something to do with `:`.
Also, dub should warn if license is invalid (just like it warns about invalid package name). I like `/` too, but adding a new option to dub.json, for example `"licenses"`,...
> The only problem I see is that this list contains some inappropriate licenses that should not be used for software (e.g. CC-BY...). Dub package can contain artwork, fonts or...
@WebFreak001 Search also sorts packages and performs another request to get their description (one request for every single package). There is a room for improvement, but it is not very...
For example, if I'm reading "Basics" and I want to read more about the "Rules", I have to go back, scroll down and click on the link. Also, some kind...
Any updates? I'd like to help with testing on Raspberry Pi 3.
@truedat101 I use ArchLinux Arm, 32-bit version. Indeed, It works like a charm. Currently, 64-bit systems for RPi3 miss GPU firmware. Somebody works on this for Debian, so eventually it'd...
Thank you for the report! Since this was more than a year ago, I don't really remember why did I do that. Probably, I just wanted to move `main()` function...
Hello, Setting up Ada compiler and gprbuild is system-dependent and can change drastically from one operating system version to another. Adding this information to the readme ensures that it would...