_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


elixir-con-cache 1.1.1
Propagated dependencies: erlang-telemetry@1.3.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/con_cache/
Licenses: Expat
Build system: mix
Synopsis: ETS based key-value storage
Description:

This package provides con_cache, an ETS based key-value storage with support for row-level isolated writes, TTL auto-purge, and modification callbacks.

elixir-phoenix-live-view 1.1.13
Propagated dependencies: elixir-floki@0.38.0 elixir-jason@1.4.1 elixir-phoenix@1.8.1 elixir-phoenix-html@4.2.1 elixir-phoenix-template@1.0.4 elixir-phoenix-view@2.0.4 elixir-plug@1.18.1 erlang-telemetry@1.3.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/phoenix_live_view/
Licenses: Expat
Build system: mix
Synopsis: Rich, real-time user experiences with server-rendered HTML
Description:

LiveView brings a unified experience to building web applications. You no longer have to split work between client and server, across different toolings, layers, and abstractions. Instead, LiveView enriches the server with a declarative and powerful model while keeping your code closer to your data (and ultimately your source of truth):

  • Declarative server side rendering

  • Rich templating language

  • Diffs over the wire

  • Live form validation

  • File uploads with progress indicators

  • Optimistic updates and transitions

  • Live navigation

  • Latency simulator

elixir-ex-cldr-dates-times 2.24.0
Propagated dependencies: elixir-calendar-interval@0.2.0 elixir-ex-cldr@2.43.2 elixir-ex-cldr-calendars@2.3.1 elixir-ex-cldr-units@3.19.1 elixir-jason@1.4.1 elixir-tz@0.28.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/ex_cldr_dates_times/
Licenses: ASL 2.0
Build system: mix
Synopsis: Date, Time and DateTime localization, internationalization and formatting
Description:

Date, Time and DateTime localization, internationalization and formatting functions using the Common Locale Data Repository (CLDR).

elixir-websock-adapter 0.5.8
Propagated dependencies: elixir-bandit@1.8.0 elixir-plug@1.18.1 elixir-plug-cowboy@2.7.4 elixir-websock@0.5.3
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/websock_adapter/
Licenses: Expat
Build system: mix
Synopsis: WebSock adapters for common web servers
Description:

This package provides a set of WebSock adapters for common web servers.

elixir-phoenix-pubsub 2.1.3
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/phoenix_pubsub/
Licenses: Expat
Build system: mix
Synopsis: Distributed PubSub and Presence platform
Description:

This package provides elixir-phoenix-pubsub, a library implementing a distributed PubSub and Presence platform for the Phoenix Framework.

elixir-hpax 1.0.3
Propagated dependencies: elixir-castore@1.0.7 elixir-hpack@3.0.1 elixir-stream-data@1.2.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/hpax/
Licenses: ASL 2.0
Build system: mix
Synopsis: Implementation of the HPACK protocol (RFC 7541) for Elixir
Description:

This package provides elixir-hpax, an implementation of the HPACK protocol (RFC 7541) for Elixir.

elixir-phx-new 1.8.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/phx_new/
Licenses: Expat
Build system: mix
Synopsis: Phoenix framework project generator
Description:

Phoenix framework project generator. Provides a mix phx.new task to bootstrap a new Elixir application with Phoenix dependencies.

elixir-hpack 3.0.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/hpack/
Licenses: Expat
Build system: mix
Synopsis: Implementation of the @uref{https://http2.github.io/http2-spec/compression.html,HPack} protocol
Description:

This package provides elixir-hpack, an implementation of the HPack protocol: a compression format for efficiently representing HTTP header fields, to be used in HTTP/2.

elixir-phoenix 1.8.1
Propagated dependencies: elixir-castore@1.0.7 elixir-jason@1.4.1 elixir-phoenix-pubsub@2.1.3 elixir-phoenix-html@4.2.1 elixir-phoenix-template@1.0.4 elixir-phoenix-view@2.0.4 elixir-plug@1.18.1 elixir-plug-cowboy@2.7.4 elixir-plug-crypto@2.1.1 erlang-telemetry@1.3.0 elixir-websock-adapter@0.5.8
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://www.phoenixframework.org/
Licenses: Expat
Build system: mix
Synopsis: Web development framework
Description:

Phoenix is a web development framework written in Elixir which implements the server-side Model View Controller (MVC) pattern. Many of its components and concepts will seem familiar to those with experience in other web frameworks like Ruby on Rails or Python's Django.

elixir-phoenix-live-head 0.3.0
Propagated dependencies: elixir-ex-doc@0.38.4 elixir-jason@1.4.1 elixir-phoenix@1.8.1 elixir-phoenix-html@4.2.1 elixir-phoenix-live-view@1.1.13
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/phoenix_live_head/
Licenses: Expat
Build system: mix
Synopsis: HTML Head manipulation for Phoenix Live Views
Description:

This package provides commands for manipulating the HTML Head of Phoenix Live View applications while minimizing data over the wire.

The available command actions support a variety of utility operations useful for HTML Head manipulation. Such as setting or removing tag attributes and adding or removing CSS classes.

A special feature is the use of the {dynamic} tag in values. This saves data over the wire by only sending the dynamic part of an attributes value.

elixir-git-diff 0.6.4
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/git_diff/
Licenses: Expat
Build system: mix
Synopsis: Simple parser for output from @command{git diff}
Description:

This package provides a simple parser for output from git diff.

elixir-text-diff 0.1.0
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/text_diff/
Licenses: Expat
Build system: mix
Synopsis: Returns a formatted diff between two strings
Description:

This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.

elixir-nimble-parsec 1.4.0
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/nimble_parsec/
Licenses: ASL 2.0
Build system: mix
Synopsis: Text-based parser combinators
Description:

This library provides primitives for efficient parser combinators, allowing for higher-level combinators through composition.

elixir-poison 6.0.0
Propagated dependencies: elixir-decimal@2.3.0
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/poison/
Licenses: Zero-Clause BSD
Build system: mix
Synopsis: Fast, pure Elixir JSON library
Description:

An incredibly fast, pure Elixir JSON library.

elixir-decimal 2.3.0
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/decimal/
Licenses: ASL 2.0
Build system: mix
Synopsis: Arbitrary precision decimal arithmetic
Description:

This package provides elixir-decimal, a library that represents values internally using three integers: a sign, a coefficient, and an exponent. In this way, numbers of any size and with any number of decimal places can be represented exactly.

elixir-recase 0.9.0
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/recase/
Licenses: Expat
Build system: mix
Synopsis: Convert strings to any case you need
Description:

Recase helps you to convert a string from any case to any case.

elixir-gettext 1.0.0
Dependencies: gettext@0.23.1
Propagated dependencies: elixir-expo@1.1.0
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/gettext/
Licenses: ASL 2.0
Build system: mix
Synopsis: Internationalization and localization through gettext
Description:

This package implements internationalization and localization through gettext.

elixir-zest 0.1.2
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/zest/
Licenses: ASL 2.0
Build system: mix
Synopsis: Fresh approach to testing in Elixir
Description:

This package provides a fresh approach to testing.

elixir-mox 1.2.0
Propagated dependencies: elixir-nimble-ownership@1.0.1
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/mox/
Licenses: ASL 2.0
Build system: mix
Synopsis: Mocks and explicit contracts
Description:

This package provides mox, a library to mock and explicit contracts for Elixir.

elixir-igniter 0.6.28
Propagated dependencies: elixir-glob-ex@0.1.11 elixir-jason@1.4.1 elixir-rewrite@1.1.2 elixir-sourceror@1.10.0 elixir-spitfire@0.2.1
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/igniter/
Licenses: Expat
Build system: mix
Synopsis: Code generation and project patching framework
Description:

This package provides a code generation and project patching framework.

elixir-tzdata 1.1.3
Propagated dependencies: erlang-hackney@1.25.0
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/tzdata/
Licenses: Expat
Build system: mix
Synopsis: Parser and library for the tz database
Description:

Tzdata is a parser and library for the tz database.

elixir-assert-value 0.10.5
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/assert_value/
Licenses: Expat
Build system: mix
Synopsis: Writes and updates tests for you
Description:

This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.

elixir-erlex 0.2.7
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/erlex/
Licenses: ASL 2.0
Build system: mix
Synopsis: Convert Erlang style structs and error messages to equivalent Elixir
Description:

Converted structs and error messages are useful for pretty printing things like Dialyzer errors and Observer.

elixir-glob-ex 0.1.11
Channel: guix
Location: gnu/packages/elixir-xyz.scm (gnu packages elixir-xyz)
Home page: https://hexdocs.pm/glob_ex/
Licenses: Expat
Build system: mix
Synopsis: Library for glob expressions
Description:

This package provides a library for glob expressions.

Total packages: 69242