python3.4
Interactive high-level object-oriented language (version 3.4)
python-pdfrw
PDF file manipulation library (Python 2)
pdfrw can read and write PDF files, and can also be used to read in PDFs which
can then be used inside reportlab.
gm2-10-riscv64-linux-gnu
GNU Modula-2 compiler (cross compiler for riscv64 architecture)
This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
supported by gcc. It uses the gcc backend to generate optimised code.
python-pacparser
Python module to parse proxy auto-config files
a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
a vastly used proxy configuration method these days. Web browsers can use a PAC
file to determine which proxy server to use or whether to go direct for a given
URL. PAC files are written in JavaScript and can be programmed to return
different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
source IP address, protocol, time of the day etc. PAC files introduce a lot of
possibilities.
python-pylibmc
libmemcached wrapper
Pylibmc is a Python wrapper around the accompanying C Python
extension _pylibmc, which is a wrapper around libmemcached
from TangentOrg. It also manages pooling in a multi-threading
environment.
golang-github-docker-go-plugins-helpers
Helper packages to extend Docker Engine in Golang
This package contains is a rather random collection of helpers used by tools
that interact closely with docker source code