libsafec-3.5-3

"safe" C libc extensions (Annex K)

This library implements controversial C11 Annex K (TR24731) extensions. They are most commonly known as _s variants implemented by MSVC, dubbed as "secure" to the point of MSVC-related linters claiming standard functions to be deprecated. However, they've been nearly-universally panned by other libc implementors, the most recent discussion about Annex K removal and/or deprecation being N1967. It is recommended to avoid using these functions -- they're either prone to misuse or merely inefficient (measuring a string's length twice being the most frequent case).

libstdc++-6-dev-mips64-cross

GNU Standard C++ Library v3 (development files)

This package contains the headers and static library files necessary for building C++ programs which use libstdc++.

libpocojson62

C++ Portable Components (POCO) JSON library

libpocomongodb62

C++ Portable Components (POCO) Data MongoDB library

mgltools-viewerframework

ViewerFramework supports building visualization applications

This framework provides support for loading dynamically commands from libraries as they are needed. It has been designed to be specialized and extended in modular way. ViewerFramework is used to build Python Molecular Viewer and AutoDockTools that are distributed with MGLTools.

libsratom-0-0

library for serialising LV2 atoms to/from Turtle

Sratom is a new C library for serialising LV2 atoms to/from Turtle. It is intended to be a full serialisation solution for LV2 atoms, allowing implementations to serialise binary atoms to strings and read them back again. This is particularly useful for saving plugin state, or implementing plugin control with network transparency. Sratom uses Serd and Sord to do the work, it is a small library implemented in a single source file, suitable for direct inclusion in projects if avoiding a dependency is desired.