libgdal34

Geospatial Data Abstraction Library

GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.

libn32go19-mips64r6-cross

Runtime library for GNU Go applications (n32)

Library needed for GNU Go applications linked against the shared library.

linux-libc-dev-arc-cross

Linux Kernel Headers for development (for cross-compiling)

This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that.

gdc-13

GNU D compiler (version 2)

This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code.

autoflake

Removes unused imports and unused variables in Python code

By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default.

python3-types-toml

Typing stubs for toml

This is a PEP 561 type stub package for the toml package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses toml. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/toml. All fixes for types and metadata should be contributed there.