Adding DMDScript to dub

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Sun Dec 14 20:53:58 PST 2014


On 12/13/2014 02:53 AM, Walter Bright wrote:
> Dmitry Olshansky has graciously ported DMDScript (a Javascript engine
> written in D) to D2.
>
>    https://github.com/DigitalMars/DMDScript
>
> I have been trying to get it into dub, but have been stalled by the
> following when I attempt to register:
>
>    Repository owner: DigitalMars
>    Repository name: DMDScript
>
>
> it says in red:
>
>    Package names may not be empty. Check dub.json.
>
>
> What does that mean? There is no "package name" field in the dub.json file.
>

You should the full error, it says.

Branch ~test: Package names may not be empty. Check dub.json.


More information about the Digitalmars-d mailing list