<div class="gmail_quote">On Sat, Feb 11, 2012 at 9:36 PM, David Robillard <span dir="ltr"><<a href="mailto:d@drobilla.net">d@drobilla.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Perhaps worthy of note (lest anyone think I've hit drank a bit too much<br>
of the semantic web kool-aid), the Go language is using URI-based import<br>
paths very similar to LV2:<br>
<br>
<a href="https://groups.google.com/forum/?fromgroups#" target="_blank">https://groups.google.com/forum/?fromgroups#</a>!<br>
topic/golang-nuts/tLsxO2S4yoQ<br>
<br>
-dr<br>
<br>
<br>
_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.lv2plug.in">Devel@lists.lv2plug.in</a><br>
<a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in" target="_blank">http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in</a><br>
</blockquote></div><br>This seems to be a different sort of URI importing.  In this case it seems like the URI must be a URL, and is used for the actual automated downloading of the package, rather than as just an identifier.<br>

<br>From my understanding, you can use *any* unique URI to identify pretty much anything in LV2.<br>For these go packages, these URIs must point directly to a location from which you can download sources in a read-to-build format.<br>

<br>Jeremy<br>