This is a staging site. Uploads will not persist. Testing only.

libtopcom0t64

Triangulations Of Point Configs and Oriented Matroids (library)

TOPCOM is a collection of clients to compute Triangulations Of Point Configurations and Oriented Matroids, resp.

cwltest

Common Workflow Language testing framework

This is a testing tool for checking the output of Tools and Workflows described with the Common Workflow Language. Among other uses, it is used to run the CWL conformance tests.

gobjc-12-multilib-mipsisa32r6-linux-gnu

GNU Objective-C compiler (multilib support) (cross compiler for mipsr6 architect

This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler.

node-http-proxy-agent

HTTP(s) proxy http.Agent implementation for HTTP

node-http-proxy-agent provides an http.Agent implementation that connects to a specified HTTP or HTTPS proxy server, and can be used with the built-in http module.

libpdal-base13

Point Data Abstraction Library - libpdal_base

PDAL is a BSD licensed library for translating and manipulating point cloud data of various formats. PDAL can be used to read, write and translate point cloud data in many formats. Support is included for input files of LAS, LAZ, SBET, BPF, QFIT and others. PDAL can also read from and write to databases that support point cloud storage, including Oracle, Postgres and SQLite.

libuemf0

Read/write EMF, EMF+, WMF files (shared library)

libUEMF is a portable C99 implementation for reading/writing Enhanced Metafile (EMF), Enhanced Metafile Format Plus (PMF), and Windows Metafile (WMF) files. libUEMF avoids collisions with Microsoft defined functions and values, so portable programs which use it and have a Windows version, do not require any conditional logic to separate the native GDI support from the WMF/EMF/PMF support provided by libUEMF. To accomplish this libUEMF does not implement GDI calls. Instead, for each WMR/EMR/PMR record type, and each object type incorporated into such a record, it provides corresponding *_set, *_print, and *_swap functions. For PMF and WMF there are also *_get functions, see below. For example, for the U_EMRBITBLT record there are corresponding functions: U_EMRBITBLT_set, U_EMRBITBLT_print, and U_EMRBITBLT_swap. A few additional functions are provided for assembling the EMF in memory, debugging, and converting the EMF file to/from Little Endian representation. (EMF files' internal data representation is always Little Endian.)