Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
libpsf is a c++ library that reads Cadence PSF binary waveform files.
PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok.
Xyce is a SPICE-compatible, high-performance analog circuit simulator, capable of solving extremely large circuit problems by supporting large-scale parallel computing platforms. It also supports serial execution.
SystemC is a C++ library for modeling concurrent systems, and the reference implementation of IEEE 1666-2011. It provides a notion of timing as well as an event-driven simulations environment. Due to its concurrent and sequential nature, SystemC allows the description and integration of complex hardware and software components. To some extent, SystemC can be seen as a Hardware Description Language. However, unlike VHDL or Verilog, SystemC provides sophisticated mechanisms that offer high abstraction levels on components interfaces. This, in turn, facilitates the integration of systems using different abstraction levels.
Comedilib is a user-space library that provides a developer-friendly interface to Comedi devices. Comedi is a collection of drivers for a variety of common data acquisition plug-in boards. The drivers are implemented as a core Linux kernel module providing common functionality and individual low-level driver modules.
sby is a front-end program for Yosys-based formal hardware verification flows.
libsigrok is a shared library written in C which provides the basic hardware access drivers for logic analyzers and other supported devices, as well as input/output file format support.
Prjpeppercorn includes programming tools for GateMate architecture from Cologne Chip. It also provides data needed to produce a nextpnr chip database Cologne Chip's GateMate architecture.
Nextpnr is a portable FPGA place and route tool.
Nextpnr is a portable FPGA place and route tool.
chrpath allows listing, changing or removing the dynamic library load path (RPATH and RUNPATH) of compiled programs and libraries.
libdwarf is a library that handles the DWARF debugging information format.
PatchELF allows the ELF "interpreter" and RPATH of an ELF binary to be changed.
The pax-utils package contains a small set of utilities for performing mostly security checks on systems. It is focused on the ELF format. The included utilities are:
pspax List ELF/PaX information about running processesscanelf Scan ELF binariesdumpelf Dump internal ELF structurescanmacho Scan Mach-O binariessymtree Display libraries that satisfy undefined symbols, as a treelddtree Display ELF dependencies as a tree.
Libelf is a C library to access ELF object files.
Elfutils is a collection of utilities and libraries to read, create and modify Executable and Linkable Format (ELF) binary files, find and handle Debugging With Arbitrary Record Formats (DWARF) debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux. Elfutils includes libelf for manipulating ELF files, libdw for inspecting DWARF data and process state and utilities like eu-stack (to show backtraces), eu-nm (for listing symbols from object files), eu-size (for listing the section sizes of an object or archive file), eu-strip (for discarding symbols), eu-readelf (to see the raw ELF file structures), eu-elflint (to check for well-formed ELF files), eu-elfcompress (to compress or decompress ELF sections), and more.
ABIGAIL stands for the Application Binary Interface Generic Analysis and Instrumentation Library. It is a framework which aims at helping developers and software distributors to spot ABI-related issues like interface incompatibility in ELF shared libraries by performing a static analysis of the ELF binaries at hand.
Libelf is a C library to access ELF object files.
PatchELF allows the ELF "interpreter" and RPATH of an ELF binary to be changed.
This library provides a PostgreSQL driver for Elixir.
When using a relational DB (such an Ecto schema with a Postgres table), usually a foreign key field has to be pre-defined with a reference pointing to a specific field in a specific table.
Besides regular schemas with universal foreign keys (Pointable), Needle provides Virtual for schemas that don’t have any fields on their own, and Mixin for storing common fields that can be re-used by multiple Pointables or Virtuals.
Exto is an Elixir library providing configuration-driven Ecto schema extensibility.
This library provides a MySQL 5.5+ driver for Elixir.
Ecto SQL provides building blocks for writing SQL adapters for Ecto. It features:
The
Ecto.Adapters.SQLmodule as an entry point for all SQL-based adaptersDefault implementations for Postgres (
Ecto.Adapters.Postgres), MySQL (Ecto.Adapters.MyXQL), and MSSQL (Ecto.Adapters.Tds)A test sandbox (
Ecto.Adapters.SQL.Sandbox) that concurrently runs database tests inside transactionsSupport for database migrations via Mix tasks