<div dir="ltr">This link will be useful to you:<div><br></div><div><a href="http://docs.racket-lang.org/planet/Using_PLaneT.html">http://docs.racket-lang.org/planet/Using_PLaneT.html</a><br></div><div><br></div><div>Two relevant paragraphs:</div>
<div><br></div><div><p style="margin:1em 0px"><font face="serif" size="3">&quot;To use a package from PLaneT in your program, the easiest thing to do is copy the requirecode snippet off of that package’s page and paste it ino your program. For instance, to use Schematics’ spgsql.plt package (a library for interacting with the PostgresQL database), as of this writing you would copy and paste the line:</font></p>
<p style="margin:1em 0px"><span style="font-family:serif;font-size:medium">(require (planet &quot;spgsql.rkt&quot; (&quot;schematics&quot; &quot;spgsql.plt&quot; 2 3)))</span><br></p><p style="margin:1em 0px"><span style="font-family:serif;font-size:medium">into your program. This line requires the file &quot;spgsql.rkt&quot; in package version 2.3 of the&quot;spgsql.plt&quot; package written by &quot;schematics&quot;. That does two things: first, it downloads and installs a version of &quot;spgsql.plt&quot; that is compatible with package version 2.3 from the central PLaneT repository if a compatible version hasn’t already been installed. Second, it requires the module in file &quot;spgsql.rkt&quot; from that package, making all of its exported bindings available for use.</span><br>
</p><p style="margin:1em 0px"><font face="serif" size="3"><br></font></p><p style="margin:1em 0px"><font face="serif" size="3">&quot;Unlike with most package-distribution systems, package downloading and installation in PLaneT is transparent: there’s no need for you to do anything special the first time you want to use a package, and there’s no need for you to even know whether or not a particular package is installed on your computer or the computers where your code will be deployed.&quot;</font></p>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jul 27, 2013 at 12:17 PM, Ben Duan <span dir="ltr">&lt;<a href="mailto:yfefyf@gmail.com" target="_blank">yfefyf@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Dear all,</div><div><br></div><div>For PlaneT packages’ source code, I could only find links to browse them. Is it possible to download them?</div>
<div><br></div><div>Thanks and regards,</div><div>Ben</div>
</div>
<br>____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Thank you,<div>Zack Hickman</div><div>Freelance Web Programming/Wordpress Specialization</div><div><a href="http://www.zhickman.com" target="_blank">http://www.zhickman.com</a></div>
<div><a href="mailto:zack@zhickman.com" target="_blank">zack@zhickman.com</a></div>
</div>