Am 29.09.2015 um 15:52 schrieb Jacob Carlborg:
On 2015-09-29 09:47, Sönke Ludwig wrote:
It is usable as a library! The API still needs a review pass before it
can be declared stable for 1.0.0, though, because it wasn't initially
considered as an external API and is still lacking in some areas, such
as documentation.
Ideally the library on the application should be more separated. I see
that the library configuration in the dub.json file only excludes app.d.
I doubt that the library depends on "dub.commandline", if it does not,
then it's not a very good separation.
dub.commandline is used for example to sport
http://code.dlang.org/docs/commandline
The library doesn't depend on it, but it's part of the library.