ylink

August 1, 2014 ยท View on GitHub

A linker written in D.

tooldescription
ylinknew linker with new custom interface
olinklinker that provides the same interface as optlink
mlinklinker that provides the same interface as microsofts linker
deblink?
debdump?
map2sym?

Build and Test

Using the Makefile

make       # Makes and runs the tests
make tools # Makes all the tools

Using dub

dub build --config=<tool-name>