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

zlint

X.509 Certificate Linter focused on Web PKI standards (program)

ZLint is a X.509 certificate linter written in Go that checks for consistency with standards (e.g. RFC 5280 (https://www.ietf.org/rfc/rfc5280.txt)) and other relevant PKI requirements (e.g. CA/Browser Forum Baseline Requirements (https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.4.8.pdf)).

libhalide17-2

fast, portable computation on images and tensors

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Halide currently targets: * CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V * Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT * GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal, Microsoft Direct X 12 Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process.

libhalideaot17-2

fast, portable computation on images and tensors (virtual library)

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.

python3-zope.deferredimport

Deferred imports of Python modules

Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The zope.deferredimport package provides facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used.

libtypec-utils

generic USB-C port management library (tools)

libtypec provides a generic interface abstracting all platform complexity for efficient userspace USB-C port management.

linux-doc-6.9

Linux kernel specific documentation for version 6.9

This package provides the various README files and HTML documentation for the Linux kernel version 6.9. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.9/html/index.html.