This package is for converting dictionary files many-to-many:
    dictd/dsl/sdict/stardict/xdxf → dictd/stardict/xdxf

The principal format for dictionary is XDXF though, because it is:
* a free and open format distibuted freely
* has a simple human-readible XML structure
* has a lot of sematic tags that dictionary nuances

makedict helps you converting dictionary files just by such simple interface:
* to convert from dictd format to stardict
    makedict -o stardict file.index
* to convert from dictd format to xdxf format
    makedict -o xdxf path/to/file.index
* to convert from dsl to stardict format
    makedict -o stardict path/to/dictionary.dsl
