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 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).
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.
This package provides an implementation of the RSS syndication format for Hare.
This package provides a Secure Shell client and server implementation for Hare.
This package provides additional interfaces to the Linux kernel's APIs for Hare.
This package provides an implementation of the Atom syndication format for Hare.
This package provides PNG loading for Hare.
This package provides an implementation of the IRC client protocol 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 contains the Java.net parent pom file.
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 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 an implementation of XDG base directories for OCaml.
This package provides element ordering for OCaml.
This package provides a Markdown library in pure OCaml.
This package provides an OCaml library for calling OCamlFormat remotely.
The Jane Street PPX runtime library for ppx_yojson_conv.
This package provides a structured concurrency library for OCaml.
This package provides an OCaml library for calling Dune remotely.
This package provides the utility library included with Dune.
UDEV rule in order for non-root users to be able to communicate with USB devices