Sprockets is a Ruby library for compiling and serving web assets. It
features declarative dependency management for JavaScript and CSS
assets, as well as a powerful preprocessor pipeline that allows you to
write assets in languages like CoffeeScript, Sass, SCSS and LESS.
OK claudio@
RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the rdoc and ri tools for generating and displaying online
documentation.
OK claudio@
many standard Haskell libraries by either function name, or by
approximate type signature.
There are still a lot of things left to improve for this port:
- Privilege dropping when running the server as root (difficult,
because this should be better done in hs-warp). To be worked on
with upstream.
- Add an rc.d script for the server.
- Remove unneded files after running "hoogle data ...". To be worked
on with upstream.
- Integrate with our own hs-packages (so you can search in installed
libraries only).
- Add usable documentation. To be done with upstream (currently,
there's only some Wiki page).
- Use our ftp(1) instead of wget(1). (IIRC, the hoogle API contains
some functions which pass options verbatim to wget(1), so this
may be difficult to get right).
ok (with a hint about MODULES and WANTLIB) jasper@
Transfer completion notifications are now send asynchronously this should
prevent potential lock of applications using a different thread for polling
events.
Fix interrupt tranfers, reported by and helped to debug, sebastia@
Other minor improvements and style fixes.
Tested by sebastia@ and ajacoutot@
ok ajacoutot@
currently providing in particular the Heapy subsystem, which supports
object and heap memory sizing, profiling and debugging. It also
includes a prototypical specification language, the Guppy Specification
Language (GSL), which can be used to formally specify aspects of
Python programs and generate tests and documentation from a common
source.
ok rpointel@