dub icon indicating copy to clipboard operation
dub copied to clipboard

Package and build management system for D

Results 262 dub issues
Sort by recently updated
recently updated
newest added

As per issue #811 it would be nice to have a `dub install` command to install the built binary/shared|static library and accompanying data files into a standard directory hierarchy used...

### System information - **dub version**: DUB version 1.31.0-rc.1, built on Jan 17 2023 - **OS Platform and distribution**: Windows 11 - **compiler version** LDC 1.30.0 ### Bug Description DUB...

This allow to use: ```json "_anything": "Here is a comment" ``` in JSON.

> One use case for requiring such a declaration is when the module root is outside the Dub project root. For example, the library "foo" containing a D module "foo.bar"...

Any reason for this limitation? One use case is a directory containing a bunch of small programs, some of which have reusable parts and thus are in shared modules. What...

enhancement

Some projects on the dub database are meant as drop-in replacements and are API compatible with other projects, it would be a good idea to add a provides/replaces tag to...

enhancement

I think it might be time to create a tracking issue for redesigning how targetType currently works. Part of the reason for this is while the shared library support mostly...

### System information - **dub version**: 1.31.1, built on Feb 20 2023 - **OS Platform and distribution**: Arch Linux - **compiler version** DMD64 D Compiler v2.102.2 ### Bug Description Dub...

### System information - **dub version**: DUB version 1.31.1, built on Mar 12 2023 - **OS Platform and distribution**: Windows 10 - **compiler version** LDC 1.32.0 ### Bug Description Error...

### Discussed in https://github.com/dlang/dub/discussions/2491 Originally posted by **torhus** September 24, 2022 When I use DUB to build documentation for my project, it also builds docs for DWT. Is there a...

enhancement