lowdown

Simple markdown translator

Lowdown is a Markdown translator producing HTML5, roff documents in the ms and man formats, LaTeX, gemini, and terminal output.

python3-onnx

Open Neural Network Exchange (ONNX) (Python)

Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Initially onnx focuses on the capabilities needed for inferencing (evaluation).

libopenjph0.18

HTJ2K image compression/decompression library (runtime files)

Implementation of High-throughput JPEG2000 (HTJ2K), also known as JPH, JPEG2000 Part 15, ISO/IEC 15444-15, and ITU-T T.814. This library only implements HTJ2K only, supporting features that are defined in JPEG2000 Part 1 (for example, for wavelet transform, only reversible 5/3 and irreversible 9/7 are supported).

python3-ewoks

Extensible Workflow System

The purpose of ewoks (Extensible Workflow System) is to provide an abstraction layer between graph representation and execution. This allows using the same tasks and graphs in different workflow management systems.

python3-pypushflow

task scheduler for cyclic and acyclic graphs

pypushflow is a task scheduler for cyclic and acyclic graphs.

ruby-ast

Ruby library for working with abstract syntax trees

ast embraces immutability; each AST node is inherently frozen at creation, and updating a child node requires recreating that node and its every parent, recursively.