firebird4.0-server-core

Firebird engine core

Firebird database engine and support libraries. This package is required for embedded (serverless) access to local databases with the tools packaged in firebird4.0-utils or other binaries linked to the firebird client library, libfbclient2.

lazarus-3.8

IDE for Free Pascal - suite

Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.

lazarus-doc-3.8

IDE for Free Pascal - documentation

Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.

pythonprop

graphical interface to the VOACAP HF propagation engine

Pythonprop is a collection of Python 3 scripts designed to create VOACAP input (.dat) files and plot the resulting predictions.

lazarus-ide-3.8

IDE for Free Pascal - common IDE files

Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.

libgensio6t64

abstract stream I/O (runtime files)

This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections.