This is a staging site. Uploads will not persist. Testing only.

clang-format-18

Tool to format C/C++/Obj-C code

Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming.

libpolylib64-8t64

Polyhedral library - long int version

Polylib is a free C library for doing computations on polyhedra. The library is operating on objects like vectors, matrices, lattices, polyhedra, Z-polyhedra, unions of polyhedra and other intermediary structures. It provides functions for all important operations on these structures. This package provides the version for operations on long integers.

libquickjs

small and embeddable Javascript engine library

QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification, including modules, asynchronous generators, proxies and BigInt.

libevview3-3t64

Document (PostScript, PDF) rendering library - Gtk+ widgets

This package contains libevview, which provides GTK+ widgets for displaying documents.

libshibsp12

Federated web single sign-on system (runtime)

The Shibboleth System is a standards based software package for web single sign-on across or within organizational boundaries. It supports authorization and attribute exchange using the OASIS SAML 2.0 protocol. Shibboleth allows sites to make informed authorization decisions for individual access of protected online resources while allowing users to establish their identities with their local authentication systems.

trurl

command line tool for URL parsing and manipulation

trurl is a cli tool that parses and manipulates URLs, designed to help shell script authors everywhere. Typically you pass in one or more URLs and decide what of that you want output. Posssibly modifying the URL as well.