libgm2-18
GNU Modula-2 standard library (runtime library)
This is the GNU Modula-2 standard library that comes with the gm2 compiler.
libace-tmcast-8.0.2
ACE transactional multicast library
The TMCast library is a transactional multicast protocol
implementation.
gobjc++-13
GNU Objective-C++ compiler
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
ticketbooth
Watchlist for movies and TV shows
Ticket Booth is a graphical application meant for managing a watchlist for
movies and TV shows. It helps one keep track of watched titles and be notified
of new releases.
libwayland-egl++1
wayland compositor infrastructure - EGL library C++ bindings
Wayland is a protocol for a compositor to talk to its clients as well
as a C library implementation of that protocol. The compositor can be
a standalone display server running on Linux kernel modesetting and
evdev input devices, an X application, or a wayland client
itself. The clients can be traditional applications, X servers
(rootless or fullscreen) or other display servers.
python3-memoized-property
decorator to avoid redundant computation
This package allows one to tag methods that have may have their
result buffered to save redundant computation, as in:
@memoized_property
def name(self):
return some_expensive_load()