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

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.


clojure-tools-deps-edn 0.9.22
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.deps.edn
Licenses: EPL 1.0
Build system: clojure
Synopsis: Reader for @file{deps.edn}
Description:

This package provides support for reading and manipulating deps.edn files and data structures. It can be used in scenarios where the tools.deps library is not needed for dep expansion.

clojure-tools-logging 1.3.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.logging
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure logging library
Description:

Logging macros which delegate to a specific logging implementation, selected at runtime when the clojure.tools.logging namespace is first loaded.

clojure-instaparse 1.4.12
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/Engelberg/instaparse
Licenses: EPL 1.0
Build system: clojure
Synopsis: No grammar left behind
Description:

Instaparse aims to be the simplest way to build parsers in Clojure.

  • Turns standard EBNF or ABNF notation for context-free grammars into an executable parser that takes a string as an input and produces a parse tree for that string.

  • No Grammar Left Behind: Works for any context-free grammar, including left-recursive, right-recursive, and ambiguous grammars.

  • Extends the power of context-free grammars with PEG-like syntax for lookahead and negative lookahead.

  • Supports both of Clojure's most popular tree formats (hiccup and enlive) as output targets

  • Detailed reporting of parse errors.

  • Optionally produces lazy sequence of all parses (especially useful for diagnosing and debugging ambiguous grammars).

  • ``Total parsing'' mode where leftover string is embedded in the parse tree.

  • Optional combinator library for building grammars programmatically.

  • Performant.

clojure-core-cache 1.2.263
Propagated dependencies: clojure-data-priority-map@1.2.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/core.cache
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure caching library
Description:

Caching library for Clojure implementing various cache strategies such as First-in-first-out, Least-recently-used, Least-used, Time-to-live, Naive cache and Naive cache backed with soft references.

clojure-data-generators 1.1.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/data.generators
Licenses: EPL 1.0
Build system: clojure
Synopsis: Generators for random Clojure data
Description:

This package contains various functions to generate random clojure data.

clojure-tools-namespace 1.5.1
Propagated dependencies: clojure-java-classpath@1.1.1 clojure-tools-reader@1.6.0
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.namespace
Licenses: EPL 1.0
Build system: clojure
Synopsis: Tools for managing namespaces in Clojure
Description:

This package parses ns declarations from source files, extract their dependencies, build a graph of namespace dependencies within a project, update that graph as files change, and reload files in the correct order.

This is only about namespace dependencies within a single project. It has nothing to do with Leiningen, Maven, JAR files, or repositories.

clojure-tools-analyzer-jvm 1.3.4
Propagated dependencies: clojure-tools-analyzer@1.2.2 clojure-tools-reader@1.6.0 clojure-core-memoize@1.2.281 java-asm@6.0
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.analyzer.jvm
Licenses: EPL 1.0
Build system: clojure
Synopsis: Analyzer for Clojure code targeting the JVM
Description:

Analyzer for Clojure code, written on top of tools.analyzer, providing additional JVM-specific passes.

clojure-tools-reader 1.6.0
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.reader
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure reader written in Clojure
Description:

The clojure.tools.reader library offers all functionality provided by the Clojure Core reader and more. It adds metadata such as column and line numbers not only to lists, but also to symbols, vectors and maps.

clojure-tools-analyzer 1.2.2
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.analyzer
Licenses: EPL 1.0
Build system: clojure
Synopsis: Analyzer for Clojure code
Description:

Analyzer for Clojure code, written in Clojure, which produces an abstract syntax tree in the EDN ( Extensible Data Notation) format.

clojure-data-json 2.5.2
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/data.json
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure library for reading and writing JSON data
Description:

data.json is a Clojure library for reading and writing JSON data. data.xml is compliant with the JSON spec and has no external dependencies

drbd-utils 9.31.0
Channel: guix
Location: gnu/packages/cluster.scm (gnu packages cluster)
Home page: https://www.linbit.com/drbd/
Licenses: GPL 2+
Build system: gnu
Synopsis: Replicate block devices between machines
Description:

DRBD is a software-based, shared-nothing, replicated storage solution mirroring the content of block devices (hard disks, partitions, logical volumes etc.) over any network connection. This package contains the userland utilities.

libdqlite 1.9.0
Dependencies: libraft@0.11.2 libuv@1.44.2
Propagated dependencies: sqlite@3.39.3
Channel: guix
Location: gnu/packages/cluster.scm (gnu packages cluster)
Home page: https://github.com/canonical/dqlite
Licenses: LGPL 3
Build system: gnu
Synopsis: Distributed SQLite
Description:

dqlite is a C library that implements an embeddable and replicated SQL database engine with high-availability and automatic failover.

keepalived 2.3.1
Dependencies: openssl@3.5.5 libnfnetlink@1.0.2 libnl@3.12.0
Channel: guix
Location: gnu/packages/cluster.scm (gnu packages cluster)
Home page: https://www.keepalived.org
Licenses: GPL 2+
Build system: gnu
Synopsis: Load balancing and high-availability frameworks
Description:

Keepalived provides frameworks for both load balancing and high availability. The load balancing framework relies on the Linux Virtual Server (IPVS) kernel module. High availability is achieved by the Virtual Redundancy Routing Protocol (VRRP). Each Keepalived framework can be used independently or together to provide resilient infrastructures.

libraft 0.11.2
Dependencies: libuv@1.44.2 lz4@1.10.0
Channel: guix
Location: gnu/packages/cluster.scm (gnu packages cluster)
Home page: https://github.com/canonical/raft
Licenses: ASL 2.0
Build system: gnu
Synopsis: C implementation of the Raft consensus protocol
Description:

The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots).

sanitizers-cmake 0.0-0.0573e2e
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://github.com/arsenm/sanitizers-cmake
Licenses: Expat
Build system: cmake
Synopsis: CMake module to enable sanitizers for binary targets
Description:

sanitizers-cmake provides a module for the CMake build system that can enable address, memory, thread and undefined-behavior sanitizers for binary targets using flags appropriate for the compiler in use.

qmsetup 1.0.0.0
Dependencies: patchelf@0.18.0 syscmdline@1.0.0.0-0.0c9f3de
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://github.com/stdware/qmsetup
Licenses: Expat
Build system: cmake
Synopsis: CMake modules and basic libraries for C/C++ projects
Description:

QMSetup is a set of CMake Modules and Basic Libraries for C/C++ projects. It features:

  • Helpful CMake utilities

  • Generate configuration header files

  • Reorganize header files

  • Deploy project dependencies and fix rpaths

  • Support calling Doxygen via CMake conveniently

  • Support calling Qt Linguist Tools via CMake conveniently

corrosion 0.5.1
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://corrosion-rs.github.io/corrosion/
Licenses: Expat
Build system: cmake
Synopsis: Tool for integrating Rust into an existing CMake project
Description:

Corrosion, formerly known as cmake-cargo, is a tool for integrating Rust into an existing CMake project. Corrosion can automatically import executables, static libraries, and dynamic libraries from a workspace or package manifest (Cargo.toml file).

cmake-minimal 4.3.3
Dependencies: bzip2@1.0.8 curl@8.6.0 expat@2.7.1 file@5.46 jsoncpp@1.9.6 libarchive@3.7.7 libuv@1.44.2 rhash@1.4.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://cmake.org/
Licenses: Modified BSD Expat Public Domain
Build system: cmake
Synopsis: Cross-platform build system
Description:

CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

cmake-minimal 3.31.10
Dependencies: bzip2@1.0.8 curl@8.6.0 expat@2.7.1 file@5.46 jsoncpp@1.9.6 libarchive@3.7.7 libuv@1.44.2 rhash@1.4.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://cmake.org/
Licenses: Modified BSD Expat Public Domain
Build system: cmake
Synopsis: Cross-platform build system
Description:

CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

emacs-cmake-mode 4.1.3
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://cmake.org/
Licenses: Modified BSD Expat Public Domain
Build system: emacs
Synopsis: Emacs major mode for editing Cmake expressions
Description:

cmakeos-mode provides an Emacs major mode for editing Cmake files. It supports syntax highlighting, indenting and refilling of comments.

cmake 4.1.3
Dependencies: cppdap@1.58.0-a ncurses@6.2.20210619 bzip2@1.0.8 curl@8.6.0 expat@2.7.1 file@5.46 jsoncpp@1.9.6 libarchive@3.7.7 libuv@1.44.2 rhash@1.4.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://cmake.org/
Licenses: Modified BSD Expat Public Domain
Build system: cmake
Synopsis: Cross-platform build system
Description:

CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

cmakelang 0.6.13
Dependencies: python-jinja2@3.1.2 python-pyyaml@6.0.2 python-six@1.17.0
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://github.com/cheshirekow/cmake_format/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Language tools for CMake (format, lint, etc.)
Description:

The cmakelang project provides quality assurance (QA) tools for CMake:

cmake-annotate

generate pretty HTML from your listfiles

cmake-format

format your listfiles nicely

cmake-lint

check your listfiles for problems

ctest-to

parse a ctest output tree and translate it into a more structured format (either JSON or XML).

cmake-minimal-cross 3.31.10
Dependencies: bzip2@1.0.8 curl@8.6.0 expat@2.7.1 file@5.46 jsoncpp@1.9.6 libarchive@3.7.7 libuv@1.44.2 rhash@1.4.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://cmake.org/
Licenses: Modified BSD Expat Public Domain
Build system: cmake
Synopsis: Cross-platform build system
Description:

CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

cmake-shared 1.1.0-32.8122f2b
Channel: guix
Location: gnu/packages/cmake.scm (gnu packages cmake)
Home page: https://github.com/lirios/cmake-shared/
Licenses: Modified BSD
Build system: cmake
Synopsis: Shared CMake functions and macros
Description:

CMake-Shared are shared functions and macros for projects using the CMake build system.

Total packages: 72465