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.
go-github-com-nu7hatch-gouuid provides immutable UUID structs and the functions NewV3, NewV4, NewV5 and Parse() for generating versions 3, 4 and 5 UUIDs as specified in RFC 4122.
The textwrapper package provides a writer that wraps long text lines to a specified length.
This package implements a low-level key/value store in Go.
The pty package provides functions for working with Unix pseudoterminals.
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
guile-threading-macros implements a version of the famous clojure threading macros. These are syntax-rules macros, and are as such portable across r(5 6 7)rs-conforming implementations.
guile-for-loops is a re-implementation of a large-ish chunk of racket for-macros. guile-for-loops is mostly compatible with racket's macros, with the largest omission being the body-or-break clause and some of the sequence iterators (like in-cycle, which can be covered by circular lists). There are other differences of course, like for/foldr not being on par feature-wise, and all the nicities you get by having a generic sequence interface.
This SRFI defines two disjoint immutable container types known as Maybe and Either, both of which can contain objects collectively known as their payload. A Maybe object is either a Just object or the unique object Nothing (which has no payload); an Either object is either a Right object or a Left object. Maybe represents the concept of optional values; Either represents the concept of values which are either correct (Right) or errors (Left).
This package provides a Secure Shell client and server implementation for Hare.
This package provides an implementation of the Atom syndication format for Hare.
This package provides an implementation of the IRC client protocol for Hare.
This package provides PNG loading for Hare.
This package provides XML support for Hare.
This package provides additional interfaces to the Linux kernel's APIs for Hare.
This package provides an implementation of the RSS syndication format for Hare.
This package contains the Java.net parent pom file.
This package defines a set of Java APIs for the development of websocket applications.
This package defines a set of Java APIs for the development of websocket applications.
Cinaps is a trivial metaprogramming tool using the OCaml toplevel. It is based on the same idea as expectation tests. The user writes some OCaml code inside special comments and cinaps make sure that what follows is what is printed by the OCaml code.
This package provides element ordering for OCaml.
This package provides an OCaml library for calling Dune remotely.
The Jane Street PPX runtime library for ppx_yojson_conv.
This package provides an OCaml library for calling OCamlFormat remotely.