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.
This package provides a tiny library for validating and documenting high-level options.
Recase helps you to convert a string from any case to any case.
This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.
This package provides a toolkit for writing command-line user interfaces.
The Elixir castore package is a micro-library that provides an up-to-date CA certificate store file for Elixir applications.
This package provides elixir-sourceror, a library implementing utilities to work with Elixir source code.
This package provides elixir-mime, a MIME type module for Elixir.
Tzdata is a parser and library for the tz database.
This package provides a port of ucwidth from C to Elixir, for determining the width (full-width or half-width) of an Unicode character.
This package implements an interface to the BEAM file format and a decompiler.
Elixir is a dynamic, functional language used to build scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.
This project provides tasks that integrate with Mix, Elixir's build tool.
This package helps you convert between Elm values and JSON values.
This package is meant for people creating Elm tooling, like editor plugins. If you just want to make stuff in Elm, there is nothing here for you.
This package provides an Elm library for producing nice intervals for charts. It's useful in combination with terezka/elm-charts. When I say ``nice'', I just mean that I try to calculate intervals which begin with 10, 5, 3, 2, or 1 (adjusted to magnitude, of course!). For dates, I try to hit whole days, weeks, and months or hours, minutes, and seconds.
This package provides Elm's HTML rendering library.
Every Elm project needs this package!
This package enables Elm programs to make HTTP requests and talk to servers.
This package enables writing unit and fuzz tests for Elm code. To actually run the tests, you need the command-line tool from https://github.com/rtfeldman/node-test-runner, which has not yet been packaged for Guix.
Elm is a statically-typed, purely-functional programming language for the browser. The elm exectable includes commands for developers such as elm make and elm repl.
This package enhances elm/time with extra utilities for working with POSIX times.
emacs-community-random-extra includes lots of extra helper functions for the Random module.
Make SVG charts in all Elm. The package can draw charts at a variety of different levels of customization, from basic charts with standard features to very custom styles. The library also allows including your very own SVG elements while still easily utilizing the coordinate system calculated from your data, as well as editing the SVGs made by the package. It has great support for interactivity, layering different charts, and adding irregular details.
This package is for markdown parsing and rendering in Elm. It is based on the marked project, which focuses on speed.