Short:        Library to perform dynamic linking. V3.3
Author:       Free Software Foundation
Type:         dev/ade
Version:      3.3
Requires:     Amiga binaries require ixemul.library.
Architecture: m68k-amigaos
Origin:       Amiga Development Environment, ftp.ninemoons.com:pub/ade

"DLD" is a library package of C functions that performs "dynamic link
editing".  Programs that use dld can add compiled object code to or
remove such code from a process anytime during its execution.  Loading
modules, searching libraries, resolving external references, and
allocating storage for global and static data structures are all
performed at run time.