libcall-context-perl

module to sanity-check calling context

If your function only expects to return a list, then a call in some other context is, by definition, an error. The problem is that, depending on how the function is written, it may actually do something expected in testing, but then in production act differently.

gccrs-14-powerpc64-linux-gnu

GNU Rust compiler for the powerpc64-linux-gnu architecture

!!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!!

gccrs-14-sh4-linux-gnu

GNU Rust compiler for the sh4-linux-gnu architecture

!!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!!

libjsoncpp25

library for reading and writing JSON for C++

jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redable for human. It is useful for building config files, network communications protocols, etc.

postgresql-client-14

front-end programs for PostgreSQL 14

This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases.

liblib-relative-perl

module to add paths relative to the current file to @INC

lib::relative proposes a straightforward method to add a relative path to @INC: it takes a path relative to the current file, absolutizes it, and adds it to @INC.