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

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-phoenix 1.8.1
Propagated dependencies: elixir-castore@1.0.15 elixir-jason@1.4.1 elixir-phoenix-pubsub@2.1.3 elixir-phoenix-html@4.3.0 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-tz 0.28.1
Propagated dependencies: elixir-castore@1.0.15 elixir-mint@1.7.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/tz/
Licenses: ASL 2.0
Build system: mix
Synopsis: Time zone support for Elixir
Description:

Time zone support for Elixir.

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.3.0 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-mint 1.7.1
Propagated dependencies: elixir-castore@1.0.15 elixir-hpax@1.0.3
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/mint/
Licenses: ASL 2.0
Build system: mix
Synopsis: Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2
Description:

Mint is different from most Erlang and Elixir HTTP clients because it provides a process-less architecture. Instead, Mint is based on a functional and immutable data structure that represents an HTTP connection.

This data structure wraps a TCP or SSL socket. This allows for more fine-tailored architectures where the developer is responsible for wrapping the connection struct, such as having one process handle multiple connections or having different kinds of processes handle connections.

elixir-phoenix-ecto 4.6.5
Propagated dependencies: elixir-ecto@3.13.3 elixir-phoenix-html@4.3.0 elixir-plug@1.18.1 elixir-postgrex@0.19.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/phoenix_ecto/
Licenses: Expat
Build system: mix
Synopsis: Phoenix and Ecto integration with support for concurrent acceptance testing
Description:

This package provides a library that integrates Phoenix with Ecto, implementing all relevant protocols.

elixir-ecto-shorts 2.4.0
Propagated dependencies: elixir-ecto-sql@3.13.2 elixir-error-message@0.3.3
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/ecto_shorts/
Licenses: Expat
Build system: mix
Synopsis: Helper tools for making ecto interactions shorter
Description:

Helper tools for making ecto interactions more pleasant and shorter.

elixir-emote 0.1.1
Propagated dependencies: elixir-phoenix-html@4.3.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/emote/
Licenses: WTFPL 2
Build system: mix
Synopsis: Convert emoticons and emoji names to emoji characters or images
Description:

This package provides elixir-emote, a small library for converting emoticons and emoji names to emoji characters or images, including custom emoji.

elixir-phoenix-live-head 1.0.0
Propagated dependencies: elixir-ex-doc@0.38.4 elixir-jason@1.4.1 elixir-phoenix@1.8.1 elixir-phoenix-html@4.3.0 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-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-exjsx 4.0.0
Propagated dependencies: erlang-jsx@3.1.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/exjsx/
Licenses: Expat
Build system: mix
Synopsis: JSON for Elixir
Description:

This package provides exjsx, a JSON library for Elixir.

elixir-phoenix-template 1.0.4
Propagated dependencies: elixir-phoenix-html@4.3.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/phoenix_template/
Licenses: Expat
Build system: mix
Synopsis: Template rendering for Phoenix
Description:

This module provides functions for loading and compiling templates from disk. A markup language is compiled to Elixir code via an engine.

elixir-plug-crypto 2.1.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/plug_crypto/
Licenses: ASL 2.0
Build system: mix
Synopsis: Crypto-related functionality for the web
Description:

This package provides elixir-plug-crypto, a library implementing crypto-related functionality for the web, used by Plug.

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-x509 0.9.2
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/x509/
Licenses: Modified BSD
Build system: mix
Synopsis: Elixir package for working with X.509 certificates
Description:

Elixir package for working with X.509 certificates, Certificate Signing Requests (CSRs), Certificate Revocation Lists (CRLs) and RSA/ECC key pairs.

elixir-ex-cldr-dates-times 2.24.0
Propagated dependencies: elixir-calendar-interval@0.2.0 elixir-ex-cldr@2.47.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-iconify-ex 0.6.1
Propagated dependencies: elixir-arrows@0.2.1 elixir-emote@0.1.1 elixir-floki@0.38.0 elixir-jason@1.4.1 elixir-phoenix-live-favicon@1.0.0 elixir-phoenix-live-view@1.1.13 elixir-recase@0.9.0 elixir-surface@0.12.1 elixir-untangle@0.3.3
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/iconify_ex/
Licenses: Expat
Build system: mix
Synopsis: Phoenix helpers for using icon sets
Description:

This package provides Phoenix helpers for using the 100,000+ SVG icons from 100+ icon sets from iconify.design.

elixir-phoenix-live-reload 1.6.1
Propagated dependencies: elixir-file-system@1.1.1 elixir-phoenix@1.8.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/phoenix_live_reload/
Licenses: Expat
Build system: mix
Synopsis: Live-reload functionality for Phoenix
Description:

This package provides live-reload functionality for Phoenix.

elixir-plug-cowboy 2.7.4
Propagated dependencies: erlang-cowboy@2.14.1 erlang-cowboy-telemetry@0.4.0 elixir-plug@1.18.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/plug_cowboy/
Licenses: ASL 2.0
Build system: mix
Synopsis: A Plug adapter for Cowboy
Description:

This package provides a Plug adapter for Cowboy.

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-hpax 1.0.3
Propagated dependencies: elixir-castore@1.0.15 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-mint-web-socket 1.0.4
Propagated dependencies: elixir-mint@1.7.1
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/mint_web_socket/
Licenses: ASL 2.0
Build system: mix
Synopsis: WebSocket support for Mint
Description:

HTTP/1 and HTTP/2 WebSocket support for Mint.

elixir-surface 0.12.1
Propagated dependencies: elixir-phoenix-html@4.3.0 elixir-phoenix-live-view@1.1.13 elixir-sourceror@1.10.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://surface-ui.org
Licenses: Expat
Build system: mix
Synopsis: Server-side rendering component library for Phoenix
Description:

This package provides Surface is a server-side rendering component library that allows developers to build rich interactive user-interfaces, writing minimal custom JavaScript.

elixir-httpoison 2.2.3
Propagated dependencies: erlang-hackney@1.25.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/httpoison/
Licenses: Expat
Build system: mix
Synopsis: Yet Another HTTP client for Elixir
Description:

Yet Another HTTP client for Elixir powered by hackney.

elixir-phoenix-html 4.3.0
Channel: guix
Location: gnu/packages/elixir-web.scm (gnu packages elixir-web)
Home page: https://hexdocs.pm/phoenix_html/
Licenses: Expat
Build system: mix
Synopsis: Phoenix view functions for working with HTML templates
Description:

This package provides elixir-phoenix-html, a library implementing view functions for working with HTML templates in the Phoenix framework.

Total packages: 72465