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.
PatchELF allows the ELF "interpreter" and RPATH of an ELF binary to be changed.
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.
chrpath allows listing, changing or removing the dynamic library load path (RPATH and RUNPATH) of compiled programs and libraries.
PatchELF allows the ELF "interpreter" and RPATH of an ELF binary to be changed.
This package provides elixir-table, a library that implements unified access to tabular data.
This package provides UUID generation, parsing, and formatting. Supports RFC 4122, and the v6 draft extension.
PostGIS extension for Postgrex.
This package provides elixir-needle-ulid, a library implementing an ULID datatype for Ecto (using ex_ulid) and related helpers.
This package provides an alternative Ecto logger for development.
This library provides a MySQL 5.5+ driver for Elixir.
This package provides a UUID v7 implementation and Ecto.Type for Elixir.
This package provides elixir-db-connection, a library implementing database connection behaviour and database connection pool. It is designed for handling transaction, prepare/execute, cursors and client process describe/encode/decode.
This package provides a factory library by the creators of FactoryBot (FactoryGirl).
This package implements a Microsoft SQL Server client. More generally it provides an Elixir implementation of the MS TDS protocol.
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.
This library provides a PostgreSQL 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
This package provides a toolkit for data mapping and language integrated query for Elixir.
Exto is an Elixir library providing configuration-driven Ecto schema extensibility.
Locale display name presentation for Common Locale Data Repository (CLDR) locales.
Common Locale Data Repository (CLDR) functions for Elixir to localize and format numbers, dates, lists, messages, languages, territories and units with support for over 700 locales for internationalized (i18n) and localized (L10N) applications.
Terrritory formatting functions for the Common Locale Data Repository (CLDR) package ex_cldr.
List formatting functions for the Common Locale Data Repository (CLDR) package ex_cldr.
Unit formatting (volume, area, length), conversion and arithmetic functions based upon the Common Locale Data Repository (CLDR).