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.
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 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 RSS 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 additional interfaces to the Linux kernel's APIs for Hare.
This package provides XML support for Hare.
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.
This package contains the Java.net parent pom file.
This package provides an OCaml library for calling Dune remotely.
This package provides an OCaml library for calling OCamlFormat remotely.
This package provides element ordering for OCaml.
This package provides an implementation of XDG base directories for OCaml.
The Jane Street PPX runtime library for ppx_yojson_conv.
This package provides the utility library included with Dune.
This package provides a dynamic type for OCaml.
This library provides a lean alternative to the Format [1] module of the OCaml standard library. It aims to make it easy for users to do the right thing. If you have tried Format before but find its API complicated and difficult to use, then Pp might be a good choice for you.
Pp uses the same concepts of boxes and break hints, and the final rendering is done to formatter from the Format module. However it defines its own algebra which some might find easier to work with and reason about. No previous knowledge is required to start using this library, however the various guides for the Format module such as this one [2] should be applicable to Pp as well.
[1]: https://caml.inria.fr/pub/docs/manual-ocaml/libref/Format.html [2]: http://caml.inria.fr/resources/doc/guides/format.en.html
This package provides a Markdown library in pure OCaml.
This package provides a structured concurrency library for OCaml.
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.
Wrap tempfile to give you pathlib.Path.
Typing stubs for requests