libdata-dmp-perl
Perl module that dumps Perl data structures as Perl code
Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 150
lines of code long), starts fast and does not use other module except
Regexp::Stringify when dumping regexes. It produces compact output (similar
to Data::Dumper::Concise). It roughly has the same speed as Data::Dumper
(usually a bit faster for smaller structures), but does not offer the various
formatting options. It supports dumping objects, regexes, circular
structures, coderefs. Its code is based on Data::Dump.
libgmap-ocaml
heterogenous maps over a GADT for OCaml (runtime files)
Gmap exposes the functor Make which takes a key type (a GADT 'a key)
and outputs a type-safe Map where each 'a key is associated with a 'a
value. This removes the need for additional packing. It uses OCaml's
stdlib Map data structure.
debiman
generate a static manpage HTML repository out of a Debian archive
debiman makes (Debian) manpages accessible in a web browser. Its
goals are, in order:
linux-support-4.15.0-2
Support files for Linux 4.15
calendar
display upcoming dates and provide reminders
This package contains the "calendar" program commonly found on BSD-style
systems, which displays upcoming relevant dates on a wide variety of
calendars.
libgphobos2-s390x-cross
Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.