ruby-grape-entity

Entity support to API frameworks, such as Grape

This library adds Entity support to API frameworks, such as Grape. Grape's Entity is an API focused facade that sits on top of an object model.

libdebian-dep12-perl

interface to Debian DEP 12 format

Debian::DEP12 is an object-oriented interface for Debian DEP 12 format, also known as debian/upstream/metadata. Primary focus of the initial development was validation and fixing of DEP 12 data.

ruby-sentry-raven

client interface for the Sentry error logger

This package provides the gem sentry-raven. This gem provides a client interface for the Sentry error logger. Sentry provides real-time crash reporting for your web apps, mobile apps, and games.

libotb-apps

Plugins for ORFEO Toolbox applications

ORFEO Toolbox (OTB) is distributed as an open source library of image processing algorithms. OTB is based on the medical image processing library ITK and offers particular functionalities for remote sensing image processing in general and for high spatial resolution images in particular.

libotb

ORFEO Toolbox library metapackage

ORFEO Toolbox (OTB) is distributed as an open source library of image processing algorithms. OTB is based on the medical image processing library ITK and offers particular functionalities for remote sensing image processing in general and for high spatial resolution images in particular.

python3-boolean

small library implementing a boolean algebra

It defines two base elements, TRUE and FALSE, and a Symbol class that can take on one of these two values. Calculations are done in terms of AND, OR and NOT, other compositions like XOR and NAND are not implemented but can be emulated with AND or and NOT. Expressions are constructed from parsed strings or in Python.