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.
This package implements an API for rewriting sources in an Elixir project powered by sourceror.
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 provides a virtual DOM implementation that backs Elm's core libraries for HTML and SVG. You should almost certainly use those higher-level libraries directly.
This package provides a version of the Elm compiler without support for the elm reactor development command.
This package enables Elm programs to select files, download files, and work with file content.
This package provides Elm's HTML rendering library.
This package provides extra functions for working with Posix times from elm/time.
This package enables Elm programs to make HTTP requests and talk to servers.
This package helps you convert between Elm values and JSON values.
This library converts a Float to a String with ultimate control how many digits after the decimal point are shown and how the remaining digits are rounded. It rounds, floors and ceils the common way (i.e. half up) or the commerical way (ie. half away from zero).
Regular expressions are quite confusing and difficult to use. This library provides a coherent alternative that handles more cases and produces clearer code. It is focused on simplicity and great error messages.
This package provides a library for reading information off the DOM. Use this if you need to discover geometry information (width, position, etc.) of rendered elements.
This package provides an Elm library for working with POSIX times, time zones, formatting, and the clock.
This Elm package provides a simple Date type for working with dates without times or zones.
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.
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 provides Elm programs with reliable, powerful tools for formatting dates and times. It uses Elm's type system instead of format strings, which makes formatting code more readable and can catch some errors at compile time.
This package helps you:
build new URLs; and
parse existing URLs into nice Elm data structures.
Use it for HTTP and for routing in SPAs.
This package enhances elm/time with extra utilities for working with POSIX times.
This is the official Elm implementation of TodoMVC, a simple to-do--list application used to compare front-end web frameworks.
This package provides an Elm library for working with densely packed sequences of bytes, such as ArrayBuffer, typed arrays, and DataView.
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.
Need to generate random numbers? How about random game boards? Or random positions in 3D space? This is the package for you!