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.
The docbook-utils package is a collection of utilities intended to ease the use of SGML and XML.
jwConvert a SGML DocBook file to other formats such as Hyper Text Markup Language (HTML), Rich Text Format (RTF), PostScript (PS), man, Portable Document Format (PDF), TeX, Texinfo or plain text (txt). It can be used more conveniently via the following wrappers:
docbook2dviConvert a SGML DocBook file to the DVI format.
docbook2htmlConvert a SGML DocBook file to an HTML document.
docbook2manConvert a SGML DocBook file a man page.
docbook2pdfdtdocbook2psdtdocbook2rtfdtdocbook2texdtdocbook2texiConvert a SGML DocBook file to a PDF/PS/RTF/TeX document.
docbook2txtConvert a SGML DocBook file to a plain text document.
sgmldiffDetect the differences in markup between two SGML files.
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.
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.
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.
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.
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.
This package implements a composable event distribution library, originally created to implement the notifications in Docker Registry 2.
This package provides a policy helpers for Moby (Docker) and BuildKit. It is a work in progress.
This package provides a proxy running in the user space. It is used by the built-in registry server of Docker.
This package provides the container daemon for Docker. It includes image transfer and storage, container execution and supervision, network attachments.
This package provides a Golang reference library for parsing and loading Compose files as specified by the Compose specification.
Docker-Py is a Python client for the Docker container management tool.
This package provides a command line interface to Docker.
Docker PTY provides the functionality needed to operate the pseudo-terminal (PTY) allocated to a Docker container using the Python client.
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 policy helpers for Moby (Docker) and BuildKit. It is a work in progress.
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 is a small wrapper around the Prometheus Go client to help enforce convention and best practices for metrics collection in Docker projects.
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.
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.
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.
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.