_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


scdoc 1.11.2
Channel: guix
Location: gnu/packages/man.scm (gnu packages man)
Home page: https://git.sr.ht/~sircmpwn/scdoc
Licenses: Expat
Build system: gnu
Synopsis: Simple man page generator
Description:

scdoc is a simple man page generator written for POSIX systems in C99.

txt2man 1.6.0
Dependencies: gawk@5.3.0
Channel: guix
Location: gnu/packages/man.scm (gnu packages man)
Home page: https://github.com/mvertes/txt2man
Licenses: GPL 2+
Build system: gnu
Synopsis: Convert text to man page
Description:

Txt2man converts flat ASCII text to man page format.

markdown 1.0.1
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: http://daringfireball.net/projects/markdown
Licenses: non-copyleft
Build system: trivial
Synopsis: Text-to-HTML conversion tool
Description:

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).

discount 3.0.1.2
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://www.pell.portland.or.us/~orc/Code/discount/
Licenses: Modified BSD
Build system: gnu
Synopsis: Markdown processing library, written in C
Description:

Discount is a markdown implementation, written in C. It provides a markdown command, and a library.

smu 1.5
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://github.com/Gottox/smu
Licenses: X11
Build system: gnu
Synopsis: Simple markup
Description:

Smu is a very simple and minimal markup language. It is designed for using in wiki-like environments. Smu makes it very easy to write your documents on the fly and convert them into HTML. Smu is capable to parse very large documents. As long as you avoid an huge amount of indents it scales just great.

Smu was started as a rewrite of Markdown but became something more lightweight and consistent. The biggest difference between Markdown and smu is that smu doesn't support reference style links.

perl-text-markdown 1.000031
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://metacpan.org/release/Text-Markdown
Licenses: Modified BSD
Build system: perl
Synopsis: Convert Markdown syntax to (X)HTML
Description:

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.

perl-text-markdown-discount 0.11
Dependencies: discount@2.2.7d
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://metacpan.org/release/Text-Markdown-Discount
Licenses: GPL 1+
Build system: perl
Synopsis: Fast function for converting Markdown to HTML using Discount
Description:

Text::Markdown::Discount is a Perl extension to the Discount markdown implementation.

  use Text::Markdown::Discount;
  my $html = markdown($text)
python-mistletoe 1.3.0
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://github.com/miyuchina/mistletoe
Licenses: Expat
Build system: pyproject
Synopsis: Extensible Markdown parser in pure Python
Description:

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.

perl-commonmark 0.290000
Dependencies: cmark@0.31.1 perl-test-leaktrace@0.16 perl-devel-checklib@1.14 perl-module-build@0.4231
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://metacpan.org/release/CommonMark
Licenses: GPL 1+
Build system: perl
Synopsis: Interface to the CommonMark C library
Description:

This module is an XS wrapper around the official CommonMark C library libcmark. It closely follows the original API.

python-cmarkgfm 2024.11.20
Dependencies: cmark-gfm@0.29.0.gfm.13
Propagated dependencies: python-cffi@1.17.1
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://github.com/theacodes/cmarkgfm
Licenses: Expat
Build system: pyproject
Synopsis: Python bindings for GitHub's fork of cmark
Description:

This package provides a minimal set of Python bindings for the GitHub cmark fork (cmark-gfm).

cmark-gfm 0.29.0.gfm.13
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://github.com/github/cmark-gfm
Licenses: FreeBSD Expat CC-BY-SA 4.0
Build system: cmake
Synopsis: GitHub flavored CommonMark
Description:

This package is a fork of cmark, with GitHub-specific Markdown additions.

md4c 0.4.8
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://github.com/mity/md4c/
Licenses: Expat
Build system: cmake
Synopsis: C Markdown parser compliant to CommonMark
Description:

MD4C is a C Markdown parser with a SAX-like interface. It is compliant to the CommonMark specification, with a few extensions.

lowdown 1.1.0
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://kristaps.bsd.lv/lowdown/
Licenses: ISC
Build system: gnu
Synopsis: Simple Markdown translator
Description:

Lowdown is a Markdown translator producing HTML5, roff documents in the ms and man formats, LaTeX, gemini, and terminal output.

hoedown 3.0.7
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://github.com/hoedown/hoedown
Licenses: Expat
Build system: gnu
Synopsis: Markdown processing library
Description:

Hoedown is a standards compliant, fast, secure markdown processing library written in C.

latexml 0.8.8
Dependencies: bash-minimal@5.2.37 libxml2@2.14.6 libxslt@1.1.43 perl@5.36.0 perl-archive-zip@1.68 perl-common-sense@3.75 perl-db-file@1.858 perl-encode-locale@1.05 perl-file-which@1.23 perl-getopt-long@2.51 perl-http-date@6.05 perl-http-message@6.37 perl-image-magick@6.89 perl-image-size@3.300 perl-io-string@1.08 perl-json-xs@4.0 perl-libwww@6.78 perl-mime-base64@3.16 perl-parse-recdescent@1.967015 perl-pod-parser@1.65 perl-text-unidecode@1.30 perl-time-hires@1.9764 perl-try-tiny@0.31 perl-types-serialiser@1.0 perl-uri@5.05 perl-xml-libxml@2.0134 perl-xml-libxslt@2.003000 perl-xml-sax-base@1.09
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://math.nist.gov/~BMiller/LaTeXML/
Licenses: CC0
Build system: perl
Synopsis: LaTeX to XML, HTML, MathML, epub and Jats converter
Description:

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

python-markdownify 1.1.0
Propagated dependencies: python-beautifulsoup4@4.14.3 python-six@1.17.0
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://github.com/matthewwithanm/python-markdownify
Licenses: Expat
Build system: pyproject
Synopsis: Converts HTML to Markdown
Description:

This package provides markdownify a Python library to convert HTML to Markdown.

cmark 0.31.1
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://commonmark.org
Licenses: FreeBSD Expat CC-BY-SA 4.0
Build system: cmake
Synopsis: CommonMark Markdown reference implementation
Description:

CommonMark is a strongly defined, highly compatible specification of Markdown. cmark is the C reference implementation of CommonMark. It provides the libcmark shared library for parsing CommonMark to an abstract syntax tree (AST) and rendering the document as HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST. It also provides the command-line program cmark for parsing and rendering CommonMark.

discount 2.2.7d
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://www.pell.portland.or.us/~orc/Code/discount/
Licenses: Modified BSD
Build system: gnu
Synopsis: Markdown processing library, written in C
Description:

Discount is a markdown implementation, written in C. It provides a markdown command, and a library.

marst 2.8
Channel: guix
Location: gnu/packages/marst.scm (gnu packages marst)
Home page: https://www.gnu.org/software/marst/
Licenses: GPL 3+
Build system: gnu
Synopsis: Algol-to-C translator
Description:

GNU MARST is an Algol-to-C translator. The package consists of the translator itself, a library that contains the necessary Algol 60 procedures, and a converter that converts existing Algol 60 programs from other representations to the MARST representation.

mate-menus 1.28.0
Dependencies: glib@2.83.3 python2@2.7.18
Channel: guix
Location: gnu/packages/mate.scm (gnu packages mate)
Home page: https://mate-desktop.org/
Licenses: GPL 2+ LGPL 2.0+
Build system: gnu
Synopsis: Freedesktop menu specification implementation for MATE
Description:

The package contains an implementation of the freedesktop menu specification, the MATE menu layout configuration files, .directory files and assorted menu related utility programs.

mate-media 1.28.1
Dependencies: cairo@1.18.4 gtk+@3.24.51 libcanberra@0.30 libmatemixer@1.28.0 libxml2@2.14.6 mate-applets@1.28.0 mate-desktop@1.28.2 mate-panel@1.28.4 pango@1.54.0 startup-notification@0.12
Channel: guix
Location: gnu/packages/mate.scm (gnu packages mate)
Home page: https://mate-desktop.org/
Licenses: GPL 2+ LGPL 2.0+ FDL 1.1+
Build system: glib-or-gtk
Synopsis: Multimedia related programs for the MATE desktop
Description:

Mate-media includes the MATE media tools for MATE, including mate-volume-control, a MATE volume control application and applet.

mate-common 1.28.0
Channel: guix
Location: gnu/packages/mate.scm (gnu packages mate)
Home page: https://mate-desktop.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Common files for development of MATE packages
Description:

Mate Common includes common files and macros used by MATE applications.

mate-indicator-applet 1.28.0
Dependencies: gtk+@3.24.51 libindicator@12.10.1 mate-common@1.28.0 mate-panel@1.28.4 hicolor-icon-theme@0.17
Channel: guix
Location: gnu/packages/mate.scm (gnu packages mate)
Home page: https://mate-desktop.org/
Licenses: GPL 3+ LGPL 2.1+
Build system: glib-or-gtk
Synopsis: Applet for displaying application indicators on the MATE panel
Description:

This applet displays information from various applications consistently in the MATE panel.

Total packages: 69270