ocaml-core
OCaml core tools (metapackage)
A metapackage containing dependencies on, and suggestions of packages useful
for developing in the Objective Caml (OCaml) programming language.
beep
advanced PC-speaker beeper
beep does what you'd expect: it beeps. But unlike printf "\a", beep allows
you to control pitch, duration, and repetitions. Its job is to live inside
shell/perl scripts and allow more granularity than one has otherwise. It is
controlled completely through command line options. It's not supposed to be
complex, and it isn't - but it makes system monitoring (or whatever else it
gets hacked into) much more informative.
bfbtester
Brute Force Binary Tester
BFBTester is great for doing quick, proactive, security checks of
binary programs. BFBTester will perform checks of single and multiple
argument command line overflows as well as environment variable
overflows. BFBTester can also watch for tempfile creation activity to
alert the user of any programs using unsafe tempfile names. While
BFBTester can not test all overflows in software, it is useful for
detecting initial mistakes that can red flag dangerous software.
ocaml-mode
transitional package to elpa-caml
This is a transitional package from the old ocaml-mode to the
new elpa-caml package. It can be safely removed.
python-pygooglechart
complete wrapper for the Google Chart API
Google Chart API is an extremely simple tool that lets you easily create a
chart from some data. You embed the data and formatting parameters in an HTTP
request, and Google returns a PNG image of the chart.