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.
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.
Docker-Py is a Python client for the Docker container management tool.
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.
Docker PTY provides the functionality needed to operate the pseudo-terminal (PTY) allocated to a Docker container using the Python client.
This package provides a proxy running in the user space. It is used by the built-in registry server of 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.
Docker-Py is a Python client for the Docker container management tool.
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.
This package provides a framework to assemble specialized container systems. It includes components for orchestration, image management, secret management, configuration management, networking, provisioning etc.
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.
This package provides the container daemon for Docker. It includes image transfer and storage, container execution and supervision, network attachments.
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.
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 provides a command line interface to Docker.
LaTeX2HTML is a utility that converts LaTeX documents to web pages in HTML.
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.
Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D.
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.
ScrollKeeper is a cataloging system for documentation. It manages documentation metadata as specified by the Open Source Metadata Framework and provides a simple API to allow help browsers to find, sort, and search the document catalog. It will also be able to communicate with catalog servers on the Net to search for documents which are not on the local system.
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.
Zeal is a simple offline documentation browser inspired by Dash.
Docrepr renders Python docstrings to HTML with Sphinx. It can generate rich and plain representations of docstrings, alongside additional metadata about the object to which the docstring belongs.