<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 28 March 2017 at 11:39, Henri Sivonen <span dir="ltr"><<a href="mailto:hsivonen@hsivonen.fi" target="_blank">hsivonen@hsivonen.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> All of these languages depend on the hfst-ospell library for run-time use,<br>
<br>
</span>That adds more complexity. :-( Do I understand the following correctly?<br>
<br>
 * hfst-ospell is under Apache License 2.0.<br>
 * hfst-ospell depends on libarchive (BSD license)<br>
 * hfst-ospell depends on libxml++2 (LGPLv2 or later)<br>
 * libxml++2 depends on libxml2 (MIT license)<br>
 * Finnish is the only spell checking language that libvoikko works<br>
with without these dependencies.</blockquote><div><br></div><div><br></div><div>hfst-ospell only depends on libarchive, and doesn't even need to do that. You can build without any 3rd party libs, if you package the spellers raw instead of in a compressed archive.</div><div><br></div><div>There is no strong dependency to any XML library. I removed that, as it wasn't actually used for anything besides showing manifest information.</div><div><br></div><div>-- Tino Didriksen</div></div></div></div>