Snap packages for DMD and DUB
    Johan Engelen via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Tue Jun  6 07:27:40 PDT 2017
    
    
  
On Monday, 8 May 2017 at 20:05:01 UTC, Joseph Rushton Wakeling 
wrote:
>
> The `dmd` package also contains `rdmd`, `dustmite` and 
> `ddemangle`.  Note that by default the snap package exposes 
> these namespaced on the name of the package (i.e. `dmd.rdmd`, 
> etc.).  To avoid this, use the `snap alias` command:
>
>     sudo snap alias dmd rdmd
>     sudo snap alias dmd dustmite
>     sudo snap alias dmd ddemangle
Have you thought about creating a `dtools` package with rdmd, 
dustmite, and ddemangle in it?
They are useful for LDC and GDC too, perhaps people would like to 
be able to install them without needing to install DMD.  (Perhaps 
the DMD/LDC/GDC package can automatically install such a "dtools" 
package?)
cheers,
   Johan
    
    
More information about the Digitalmars-d-announce
mailing list