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

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-data-priority-map 1.2.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/data.priority-map
Licenses: EPL 1.0
Build system: clojure
Synopsis: Priority map implementation in Clojure
Description:

A priority map is very similar to a sorted map, but whereas a sorted map produces a sequence of the entries sorted by key, a priority map produces the entries sorted by value. In addition to supporting all the functions a sorted map supports, a priority map can also be thought of as a queue of [item priority] pairs. To support usage as a versatile priority queue, priority maps also support conj/peek/pop operations.

clojure-spec-alpha 0.6.249
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/spec.alpha
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure library to describe the structure of data and functions
Description:

This package can be used to validate data, conform (destructure) data, explain invalid data, generate examples that conform to the specs, and automatically use generative testing to test functions.

Clojure depends on this library and provides it. Thus it is not recommended to add a direct dependency on this package.

clojure-tools-deps 0.29.1598
Propagated dependencies: maven-core@3.8.8 maven-resolver-connector-basic@1.6.3 maven-resolver-transport-http@1.6.3 maven-resolver-transport-file@1.6.3 clojure-tools-gitlibs@2.6.212 clojure-tools-cli@1.4.256 clojure-tools-deps-edn@0.9.22 clojure-data-xml@0.2.0-alpha11 cognitect-aws-api@0.8.824
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.deps
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure library supporting clojure-tools
Description:

This package provides a functional API for transitive dependency graph expansion and the creation of classpaths.

clojure-tools-cli 1.4.256
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.cli
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure library for working with command-line arguments
Description:

The tools.cli library provides Clojure programmers with tools to work with command-line arguments.

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.

let-go 1.7.4
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://nooga.github.io/let-go
Licenses: Expat
Build system: go
Synopsis: Clojure dialect written in Go
Description:

let-go is a Clojure dialect with a bytecode compiler and a stack virtual machine, written in the Go programming language.

It is not a drop-in replacement for Clojure JVM. It does not load JARs and does not aim to. Most idiomatic Clojure code runs unmodified, but a real project with library dependencies will need adjustments.

clojure-algo-generic 1.0.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/algo.generic
Licenses: EPL 1.0
Build system: clojure
Synopsis: Generic versions of common functions
Description:

Generic versions of commonly used functions, implemented as multimethods that can be implemented for any data type.

clojure-test-generative 1.1.1
Propagated dependencies: clojure-tools-namespace@1.5.1 clojure-data-generators@1.1.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/test.generative
Licenses: EPL 1.0
Build system: clojure
Synopsis: Generative test runner
Description:

This package defines generators functions and property based testing macros.

clojure-tools-deps-alpha 0.15.1254
Propagated dependencies: maven-resolver-api@1.9.4 maven-resolver-spi@1.9.4 maven-resolver-impl@1.9.4 maven-resolver-util@1.9.4 maven-resolver-connector-basic@1.9.4 maven-resolver-provider@3.9.0 maven-core@3.9.0 maven-resolver-transport-http@1.9.4 maven-resolver-transport-file@1.9.4 clojure-tools-gitlibs@2.6.212 clojure-tools-cli@1.4.256 clojure-data-xml@0.2.0-alpha11
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.deps.alpha
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure library supporting clojure-tools
Description:

This package provides a functional API for transitive dependency graph expansion and the creation of classpaths.

clojure-algo-monads 0.2.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/algo.monads
Licenses: EPL 1.0
Build system: clojure
Synopsis: Monad Macros and Definitions
Description:

This library contains the most commonly used monads as well as macros for defining and using monads and useful monadic functions.

clojure-data-zip 1.1.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/data.zip
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure library for filtering trees, and XML trees in particular
Description:

data.zip is a Clojure library for filtering trees using the zipper abstraction.

clojure-test-check 1.1.3
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/test.check
Licenses: EPL 1.0
Build system: clojure
Synopsis: QuickCheck for Clojure
Description:

test.check is a Clojure property-based testing tool inspired by QuickCheck. The core idea of test.check is that instead of enumerating expected input and output for unit tests, you write properties about your function that should hold true for all inputs. This lets you write concise, powerful tests.

clojure-java-classpath 1.1.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/java.classpath
Licenses: EPL 1.0
Build system: clojure
Synopsis: Examine the Java classpath from Clojure programs
Description:

This package provides utilities for dealing with the JVM's classpath from Clojure.

http-kit 2.8.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/http-kit/http-kit
Licenses: ASL 2.0
Build system: clojure
Synopsis: High-performance, event-driven HTTP client and server for Clojure
Description:

This package provides a minimalist, event-driven, high-performance Clojure HTTP client and server library with WebSocket and asynchronous support.

clojure-core-memoize 1.2.281
Propagated dependencies: clojure-core-cache@1.2.263
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/core.memoize
Licenses: EPL 1.0
Build system: clojure
Synopsis: Memoization framework for Clojure
Description:

A manipulable, pluggable, memoization framework for Clojure implementing some common memoization caching strategies, such as First-in-first-out, Least-recently-used, Least-used and Time-to-live.

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

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-tools-macro 0.2.2
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.macro
Licenses: EPL 1.0
Build system: clojure
Synopsis: Utilities for macro writers
Description:

Tools for writing macros.

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

data.csv is a Clojure library for reading and writing CSV data. data.csv follows the RFC4180 specification but is more relaxed.

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-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-tools-gitlibs 2.6.212
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/tools.gitlibs
Licenses: EPL 1.0
Build system: clojure
Synopsis: Retrieve, cache, and programmatically access git libraries
Description:

To access git dependencies (for example, via tools.deps), one must download git directories and working trees as indicated by git SHAs. This library provides this functionality and also keeps a cache of git directories and working trees that can be reused.

clojure-core-async 1.9.865
Propagated dependencies: clojure-tools-analyzer-jvm@1.3.4
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/core.async
Licenses: EPL 1.0
Build system: clojure
Synopsis: Facilities for async programming and communication in Clojure
Description:

The core.async library adds support for asynchronous programming using channels to Clojure. It provides facilities for independent threads of activity, communicating via queue-like channels inspired by Hoare’s work on Communicating Sequential Processes (CSP).

clojure-data-xml 0.2.0-alpha11
Propagated dependencies: clojure-data-codec@0.2.1
Channel: guix
Location: gnu/packages/clojure.scm (gnu packages clojure)
Home page: https://github.com/clojure/data.xml
Licenses: EPL 1.0
Build system: clojure
Synopsis: Clojure library for reading and writing XML data
Description:

data.xml is a Clojure library for reading and writing XML data. data.xml has the following features:

Parses XML documents into Clojure data structures Emits XML from Clojure data structures No additional dependencies if using JDK >= 1.6 Uses StAX internally lazy - should allow parsing and emitting of large XML documents

Total packages: 32521