tcl-expect

Automates interactive applications (Tcl package)

Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script.
login screen

openmolar

dental practice management software

Openmolar is a dental practice management suite. Its functionality include appointments, patient records, treatment planning, billing etc.

linpac

terminal for packet radio with mail client

LinPac is an application for the AX.25 packet radio environment. It comes with a mail client.
minimalistic personal task manager - transitional package

gnome-todo

minimalistic personal task manager - transitional package

This empty transitional package is here to ensure smooth upgrades.

ruby-websocket-parser

RFC6455 compliant parser for websocket messages

WebsocketParser is a RFC6455 compliant parser for websocket messages written in Ruby. It is intended to write websockets servers in Ruby, but it only handles the parsing of the WebSocket protocol, leaving I/O to the server.

ruby-grape-msgpack

MessagePack formatter for Grape framework

MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.