DPM
DPM copied to clipboard
A Package Manager for Delphi
Hi Vincent! First, I would like to thank you for the beautiful project! It would be great if you added the option to change and add Environment Variables from the...
It seems they are now using a virtual lmagelist with a imagecollection - so we need to find a way to get the collection and add to that.
ie don't show VCL packages for FMX projects. - [x] Add UI framework metadata to packages (match FrameworkType dproj element?) - [ ] Add UI framework to package filenames? -...
If a project uses runtime packages the copylocal feature will copy the bpl to the output folder, whether the dcp is referenced or not. If the dcp is not referenced,...
Other package managers use code signing to help ensure package integrity and authenticity. The idea is that package consumers can be sure of a) that the package has not been...
MSBuild doesn't allow us to set the version info from the command line, so any runtime packages we build will not have the correct version info. We will need to...
The currently implemented dependency resolution algorithm works well in small graphs, but will most likely cause performance issues with larger/deeper graphs, or where there are larger numbers of package versions....
These are some packages that are available. Since we don't yet have a central package repository if you publish dpm packages for your library feel free to add links in...
As I understand it, now the main focus is on bpl, dcp packages. However, there is completely the same need for managing runtime dependencies for dll and exe. Is this...
The dspec format is used for both the templating and the final package. However, the templates allow specifying several Delphi versions and platforms, while the final package is supposed to...