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.
DocBook is general purpose XML and SGML document type particularly well suited to books and papers about computer hardware and software (though it is by no means limited to these applications.) This package provides XML DTDs.
DocBook is general purpose XML and SGML document type particularly well suited to books and papers about computer hardware and software (though it is by no means limited to these applications.) This package provides XML DTDs.
Tini is an init program specifically designed for use with containers. It manages a single child process and ensures that any zombie processes produced from it are reaped and that signals are properly forwarded. Tini is integrated with Docker.
Docker-Py is a Python client for the Docker container management tool.
This package provides a framework to assemble specialized container systems. It includes components for orchestration, image management, secret management, configuration management, networking, provisioning etc.
This package provides a Golang reference library for parsing and loading Compose files as specified by the Compose specification.
This package implements a composable event distribution library, originally created to implement the notifications in Docker Registry 2.
Docker Compose is a tool for defining and running multi-container Docker applications. A Compose file is used to configure an application’s services. Then, using a single command, the containers are created and all the services are started as specified in the configuration.
cqfd is a Bash script that provides a quick and convenient way to run commands in the current directory, but within a Docker container defined in a per-project configuration file.
The Docker registry server enable you to host your own docker registry. With it, there is also two other utilities:
The digest utility is a tool that generates checksums compatibles with various docker manifest files.
The registry-api-descriptor-template is a tool for generating API specifications from the docs/spec/api.md.tmpl file.
This package provides a proxy running in the user space. It is used by the built-in registry server of Docker.
Docker-Py is a Python client for the Docker container management tool.
This package provides a command line interface to Docker.
This package is a small wrapper around the Prometheus Go client to help enforce convention and best practices for metrics collection in Docker projects.
This package provides the container daemon for Docker. It includes image transfer and storage, container execution and supervision, network attachments.
Docker PTY provides the functionality needed to operate the pseudo-terminal (PTY) allocated to a Docker container using the Python client.
Docker-Pycreds contains the Python bindings for the docker credentials store API. It allows programmers to interact with a Docker registry using Python without keeping their credentials in a Docker configuration file.
Markdeep is a technology for writing plain text documents that can be displayed in any web browser, whether local or remote. It supports diagrams, calendars, equations, and other features as extensions of Markdown syntax.
AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can be translated to many formats including HTML, PDF, EPUB, man page.
AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the backend output markups (which can be almost any type of SGML/XML markup) can be customized and extended by the user.
Zeal is a simple offline documentation browser inspired by Dash.
Halibut is a text formatting system designed primarily for writing software documentation. It accepts a single source format and outputs any combination of plain text, HTML, Unix man or info pages, PostScript or PDF. It has extensive support for indexing and cross-referencing, and generates hyperlinks within output documents wherever possible. It supports Unicode, with the ability to fall back to an alternative representation if Unicode output is not available.
pod2pdf converts documents written in Perl's POD format to PDF files. It also supports some extensions to the POD format, and supports the file types JPG, GIF, TIFF, PNG, and PNM for embedded objects.
DOC++ is a documentation system for C, C++, IDL, and Java. It can generate both TeX output for high-quality hardcopies or HTML output for online browsing. The documentation is extracted directly from the C/C++/IDL source or Java class files.
stddoc.c is a tiny documentation generator with many supported programming languages. Markdeep code comments are extracted from stdin and printed into stdout as a HTML file.