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.
Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.
Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.
GNU Binutils is a collection of tools for working with binary files. Perhaps the most notable are "ld", a linker, and "as", an assembler. Other tools include programs to display binary profiling information, list the strings in a binary file, and utilities for working with archives. The "bfd" library for working with executable and object formats is also included.
Headers of the Linux-Libre kernel.
man2html is a command-line tool for converting man pages into HTML format.
This package provides excerpts from the POSIX.1-2008 and TC1 standards (collectively, POSIX.1-2013) in manual page form. While the Linux man-pages project documents the system as it exists on Linux- and glibc-based systems, this package documents the portable software API as nominally implemented by many Unix-likes.
qman is a modern, full-featured manual page viewer featuring hyperlinks,web browser like navigation, a table of contents for each page, incremental search, on-line help, and more. It also strives to be fast and tiny, so that it can be used everywhere.
Features:
Index page that displays all manual pages available on the system, sorted alphabetically and organised by section
Pages for apropos and whatis results
Hyperlinks to other manual pages
Hyperlinks for URLs and email addresses
Hyperlinks to files or directories in the local filesystem
In-page hyperlinks
A table of contents for each manual page
Incremental search for manual pages
Incremental free page text search
Command-line options similar to those of man (most importantly, -k and -f)
Keyboard mappings similar to those of less
Mouse support
Navigation history
On-line help
Fully configurable using INI-style config files
Manual page
Txt2man converts flat ASCII text to man page format.
Man-db is an implementation of the standard Unix documentation system accessed using the man command. It uses a Berkeley DB database in place of the traditional flat-text whatis databases.
mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals. It is small and quite fast. The main component of the toolset is the mandoc utility program, based on the libmandoc validating compiler, to format output for UTF-8 and ASCII UNIX terminals, HTML 5, PostScript, and PDF. Additional tools include the man viewer, and apropos and whatis.
This package provides traditional Unix "man pages" documenting the Linux kernel and C library interfaces employed by user-space programs.
scdoc is a simple man page generator written for POSIX systems in C99.
GNU help2man is a program that converts the output of standard "--help" and "--version" command-line arguments into a manual page automatically.
Stdman is a tool that provides C++ stdlib documentation archived from cppreference as Groff-formated man pages, accessible from the man command.
libpipeline is a C library for manipulating pipelines of subprocesses in a flexible and convenient way.
XMLtoMan and XMLMantoHTML are two small scripts to convert xml to man pages in groff format or html. It features the usual man page items such as description, options, see also, etc.
Text::Markdown is a Perl module that provides an alternate implementation of the Markdown implementation by John Gruber (see the markdown package). It is a slower implementation, but better maintained.
This package provides markdownify a Python library to convert HTML to Markdown.
Markdown is a text-to-HTML conversion tool for web writers. It allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
This package provides a LaTeX converter, with the following goals:
Faithful emulation of TEX’s behaviour;
Easily extensible;
Lossless, preserving both semantic and presentation cues;
Use an abstract LATEX-like, extensible, document type;
Infer the semantics of mathematical content
This module is an XS wrapper around the official CommonMark C library libcmark. It closely follows the original API.
This package is a fork of cmark, with GitHub-specific Markdown additions.
The mistletoe Markdown parser is a CommonMark-compliant Markdown parser that supports definitions of custom tokens.
Parsing Markdown into an abstract syntax tree also allows mistletoe to swap out renderers for different output formats, without touching any of the core components.
Hoedown is a standards compliant, fast, secure markdown processing library written in C.