[racket-dev] Package build information

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Tue Sep 9 09:59:46 EDT 2014

http://pkgs.racket-lang.org now integrates the information from
http://pkg-build.racket-lang.org

For package users, the most prominent change is that it is now easy to
read the documentation for packages online.

For package authors, you can use the new information to find out if
there are any problems with your packages:

* Packages without documentation:

http://pkgs.racket-lang.org/#(!:docs:)(!main-distribution)(!main-tests)

* Packages that cannot be installed:

http://pkgs.racket-lang.org/#(:build-fail:)(!main-distribution)(!main-tests)

* Packages that need to specify more dependencies:

http://pkgs.racket-lang.org/#(:build-dep-fail:)(!main-distribution)(!main-tests)

* Packages with no description

http://pkgs.racket-lang.org/#(:no-desc:)(!main-distribution)(!main-tests)

* Packages without tags

http://pkgs.racket-lang.org/#(:no-tag:)(!main-distribution)(!main-tests)

I will be adding a UI element to summarize what you need to do with
your packages.

Jay

-- 
Jay McCarthy
http://jeapostrophe.github.io

           "Wherefore, be not weary in well-doing,
      for ye are laying the foundation of a great work.
And out of small things proceedeth that which is great."
                          - D&C 64:33

Posted on the dev mailing list.