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

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.


toml-test 1.6.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/toml-lang/toml-test
Licenses: Expat
Build system: go
Synopsis: Language agnostic test suite for TOML parsers
Description:

toml-test is a language-agnostic test suite to verify the correctness of TOML parsers and writers. Tests are divided into two groups: invalid and valid. Decoders or encoders that reject invalid tests pass the tests, and decoders that accept valid tests and output precisely what is expected pass the tests. The output format is JSON.

python-pytest-perf 0.13.1
Propagated dependencies: python-jaraco-context@6.0.1 python-jaraco-functools@4.2.1 python-more-itertools@10.6.0 python-packaging@25.0 python-pip@25.1.1 python-pip-run@8.8.0 python-tempora@5.8.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/jaraco/pytest-perf
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for performance testing
Description:

pytest-perf makes it easy to compare works by creating two installs, the control and the experiment, and measuring the performance of some Python code against each. Under the hood, it uses the pip-run command to install from the upstream main branch (e.g. https://github.com/jaraco/pytest-perf) for the control and from . for the experiment. It then runs each of the experiments against each of the environments.

python-pytest 8.4.2
Propagated dependencies: python-iniconfig@2.1.0 python-packaging-bootstrap@25.0 python-pluggy@1.6.0 python-pygments-bootstrap@2.19.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://docs.pytest.org/en/latest/
Licenses: Expat
Build system: pyproject
Synopsis: Python testing library
Description:

Pytest is a testing tool that provides auto-discovery of test modules and functions, detailed info on failing assert statements, modular fixtures, and many external plugins.

python-pytest-asyncio 1.3.0
Propagated dependencies: python-pytest@9.0.2 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-asyncio
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Pytest support for asyncio
Description:

Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing async code easier.

python-pytest-param-files 0.3.4
Propagated dependencies: python-pytest@9.0.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/chrisjsewell/pytest-param-files
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to parameterize tests from external files
Description:

This Pytest plugin enables creating Pytest parametrize decorators from external files.

subunit 1.4.4
Dependencies: perl@5.36.0 python@3.12.12
Propagated dependencies: python-iso8601@2.1.0 python-pygobject@3.54.3 python-testtools@2.7.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/testing-cabal/subunit
Licenses: ASL 2.0 Modified BSD
Build system: gnu
Synopsis: Test reporting and control protocol
Description:

Subunit is a streaming protocol for test results. Subunit comes with command line filters to process a subunit stream and language bindings for Python, C, C++ and shell. Bindings are easy to write for other languages.

trompeloeil 49
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/rollbear/trompeloeil
Licenses: Boost 1.0
Build system: cmake
Synopsis: Header only C++14 mocking framework
Description:

Trompeloeil is a thread-safe header-only mocking framework for C++11/14.

python-pytest-nunit 1.0.4
Propagated dependencies: python-attrs@25.3.0 python-pytest@9.0.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-nunit
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for generating NUnit3 test result XML output
Description:

This package provides a pytest plugin for generating NUnit3 test result XML output

python-pytest-lazy-fixtures 1.1.1
Propagated dependencies: python-pytest@9.0.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/dev-petrov/pytest-lazy-fixtures
Licenses: Expat
Build system: pyproject
Synopsis: Use fixtures in @code{pytest.mark.parametrize}
Description:

This plugin helps to use fixtures in pytest.mark.parametrize, inspied by pytest-lazy-fixture.

actionlint 1.7.7
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://rhysd.github.io/actionlint/
Licenses: Expat
Build system: go
Synopsis: Static checker for GitHub Actions workflow files
Description:

actionlint is a static checker for GitHub Actions workflow files. Features include:

  • Syntax check for workflow files to check unexpected or missing keys following workflow syntax

  • Strong type check for ${{ }} expressions to catch several semantic errors like access to not existing property, type mismatches, ...

  • Actions usage check to check that inputs at with: and outputs in steps.{id}.outputs are correct

  • Reusable workflow check to check inputs/outputs/secrets of reusable workflows and workflow calls

  • shellcheck and pyflakes integrations for scripts at run:

  • Security checks; script injection by untrusted inputs, hard-coded credentials

  • Other several useful checks; glob syntax validation, dependencies check for needs:, runner label validation, cron syntax validation, ...

python-pyscf 2.9.0
Dependencies: libcint@6.1.2 xcfun@2.1.1 openblas@0.3.31
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3 python-h5py@3.15.1
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/pyscf/pyscf
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python library for quantum chemistry calculations
Description:

PySCF (Python-based Simulations of Chemistry Framework) is a Python library for quantum chemistry calculations and method development. Most of the functionality is implemented in Python, while computationally critical parts are implemented in C.

yaehmop 2024.03.1
Dependencies: openblas@0.3.31
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/greglandrum/yaehmop
Licenses: FreeBSD
Build system: cmake
Synopsis: Perform extended Hückel calculations
Description:

YAeHMOP contains a program and library for performing extended Hückel calculations and analyzing the results.

maeparser 1.3.1
Dependencies: boost@1.89.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/schrodinger/maeparser
Licenses: Expat
Build system: cmake
Synopsis: Maestro file parser
Description:

maeparser is a parser for Schrodinger Maestro files.

pubchem-align3d 0-0.daefab3
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/ncbi/pubchem-align3d
Licenses: Public Domain
Build system: gnu
Synopsis: C++ library for aligning small molecules
Description:

This is a generic C++ library that can be used to rapidly align two small molecules in 3D space, with shape - and optionally color - Tanimoto scoring.

xcfun 2.1.1
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/dftlibs/xcfun
Licenses: MPL 2.0
Build system: cmake
Synopsis: Library of exchange-correlation functionals with automatic differentiation
Description:

XCFun is a library of exchange-correlation functionals with arbitrary-order derivatives for density functional theory.

freesasa 2.1.2
Dependencies: gemmi@0.7.3 json-c@0.18 libxml2@2.14.6
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://freesasa.github.io/
Licenses: Expat
Build system: gnu
Synopsis: Calculate the solvent accessible surface area (SASA) of molecules
Description:

FreeSASA is a command line tool and C-library for calculating SASAs. By default Lee & Richards' algorithm is used, but Shrake & Rupley's is also available. Both can be parameterized to arbitrary precision, and for high resolution versions of the algorithms, the calculations give identical results.

openbabel 3.1.1
Dependencies: eigen@3.4.0 inchi@1.07.3 libxml2@2.14.6 rapidjson@1.1.0-1.949c771 zlib@1.3.1
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://openbabel.org/
Licenses: GPL 2
Build system: cmake
Synopsis: Chemistry data manipulation toolbox
Description:

Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's a collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas.

spglib 2.5.0
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://spglib.github.io/spglib/index.html
Licenses: Modified BSD
Build system: cmake
Synopsis: Library for crystal symmetry search
Description:

Spglib is a library for finding and handling crystal symmetries written in C. Spglib can be used to:

  1. Find symmetry operations

  2. Identify space-group type

  3. Wyckoff position assignment

  4. Refine crystal structure

  5. Find a primitive cell

  6. Search irreducible k-points

rdkit 2024.09.6
Dependencies: avalon-toolkit@2.0.5a cairo@1.18.4 coordgenlibs@3.0.2 font-comic-neue@2.51 freetype@2.13.3 inchi@1.07.3 maeparser@1.3.1 pubchem-align3d@0-0.daefab3 python@3.12.12 ringdecomposerlib@1.1.3 sqlite@3.39.3 yaehmop@2024.03.1
Propagated dependencies: python-numpy@1.26.4 python-cairocffi@1.7.1 python-pillow@12.1.1
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://rdkit.org/
Licenses: Modified BSD
Build system: cmake
Synopsis: Collection of cheminformatics software
Description:

RDKit is a C++ and Python library for cheminformatics, which includes (among other things) the analysis and modification of molecules in 2D and 3D and descriptor generation for machine learning.

libmsym 0.2.3
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/mcodev31/libmsym
Licenses: Expat
Build system: cmake
Synopsis: C library dealing with point group symmetry in molecules
Description:

libmsym is a C library dealing with point group symmetry in molecules.

gemmi 0.7.3
Dependencies: python@3.12.12 zlib@1.3.1
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://gemmi.readthedocs.io/en/latest/
Licenses: MPL 2.0
Build system: cmake
Synopsis: Macromolecular crystallography library and utilities
Description:

GEMMI is a C++ library for macromolecular crystallography. It can be used for working with

  1. macromolecular models (content of PDB, PDBx/mmCIF and mmJSON files),

  2. refinement restraints (CIF files),

  3. reflection data (MTZ and mmCIF formats),

  4. data on a 3D grid (electron density maps, masks, MRC/CCP4 format)

  5. crystallographic symmetry.

avogadro2 1.102.1
Dependencies: avogadrolibs@1.102.1 hdf5@1.14.6 jkqtplotter@4.0.3-0.b8cc290 openbabel@3.1.1 qtbase@6.9.2 qtsvg@6.9.2 qtwayland@6.9.2 bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://www.openchemistry.org/projects/avogadro2/
Licenses: Modified BSD
Build system: cmake
Synopsis: Advanced molecule editor
Description:

Avogadro 2 is an advanced molecule editor and visualizer designed for use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible high quality rendering and a powerful plugin architecture.

avalon-toolkit 2.0.5a
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://sourceforge.net/projects/avalontoolkit/
Licenses: Modified BSD
Build system: gnu
Synopsis: Tools for SMILES and MOL files and for structure fingerprinting
Description:

This package contains a library and programs for canonicalization of SMILES and MOL files, molecular structure fingerprinting and rendering molecules.

ringdecomposerlib 1.1.3
Dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/rareylab/RingDecomposerLib
Licenses: Modified BSD
Build system: cmake
Synopsis: Calculate ring topology descriptions
Description:

RingDecomposerLib is a library for the calculation of unique ring families, relevant cycles, the smallest set of smallest rings and other ring topology descriptions.

Total packages: 73954