What's a good way to query what versions of a PLaneT package are available in the repository?

Options I see so far:

* Search version space using multiple "download-package" calls, which unfortunately downloads the entire package satisfying a query (and puts actual retrieved version number in nonstandard HTTP headers).

* Search version space using multiple HTTP requests (either HTTP method "HEAD", if that works, or prematurely dropped "GET"), using URLs from "pkg->download-url".

* Scraping the HTML of the Web site.  Nope.

--
http://www.neilvandyke.org/
_________________________________________________
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/users

Reply via email to