python3-djangorestframework-simplejwt

JSON Web Token authentication for Django REST Framework (Python3 version)

Simple JWT provides a JSON Web Token authentication backend for the Django REST Framework. It aims to cover the most common use cases of JWTs by offering a conservative set of default features. It also aims to be easily extensible in case a desired feature is not present.

libsimdjson25

Parsing gigabytes of JSON per second (shared object)

JSON is everywhere on the Internet. Servers spend a *lot* of time parsing it. We need a fresh approach. The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 4x faster than RapidJSON and 25x faster than JSON for Modern C++.

libsysprof-6-modules

LD_PRELOAD modules for system-wide Linux profiler

Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted.

libideviceactivation-1.0-2

Library to manage the activation process of Apple iOS devices (shared library)

This project provides an interface to activate and deactivate iOS devices by talking to Apple's webservice alongside a command-line utility named ideviceactivation.

openal-tools

Utilities for the OpenAL audio API

These utilities are useful in diagnosing OpenAL related issues and for displaying helpful informationa about what is supported on your system with OpenAL.

libpdl-perldl2-perl

Simple shell (version 2) for PDL using Devel::REPL

PDL::Perldl2 implements an alternative shell for the Perl Data Language. It uses Devel::REPL to provide a better understanding of Perl syntax than the "perldl" shell provided in main PDL. Also enables being a genuine REPL, where if an option is set, then the return values of each given command are automatically printed out.