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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python2-typing 3.10.0.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://docs.python.org/3/library/typing.html
Licenses: Python Software Foundation License
Build system: python
Synopsis: Type hints for Python
Description:

This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools.

python2-numpy 1.16.6
Dependencies: bash@5.2.37 openblas@0.3.30
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://numpy.org
Licenses: Modified BSD
Build system: python
Synopsis: Fundamental package for scientific computing with Python
Description:

NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear algebra, Fourier transform, and random number capabilities.

python2-matplotlib 2.2.5
Dependencies: cairo@1.18.4 freetype@2.13.3 glib@2.83.3 libpng@1.6.50 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python2@2.7.18 python2-dateutil@2.8.2 python2-functools32@3.2.3-2 python2-kiwisolver@1.0.1 python2-numpy@1.16.6 python2-pillow@6.2.2 python2-pycairo@1.18.2 python2-pygobject@2.28.7 python2-pyparsing@2.4.7 python2-six@1.16.0 python2-subprocess32@3.2.7 gobject-introspection@1.82.0 python2-backports-functools-lru-cache@1.6.1 python2-certifi@2021.10.8 python-cycler@0.12.1 python-pytz@2025.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Build system: python
Synopsis: 2D plotting library for Python
Description:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.

python2-funcsigs 1.0.2
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://funcsigs.readthedocs.org
Licenses: ASL 2.0
Build system: python
Synopsis: Python function signatures from PEP362
Description:

Backport of funcsigs which was introduced in Python 3.3.

python2-pyparsing 2.4.7
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/pyparsing/pyparsing
Licenses: Expat
Build system: python
Synopsis: Python parsing class library
Description:

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.

python2-scientific 2.9.4
Dependencies: netcdf@4.9.0
Propagated dependencies: python2-numpy@1.8.2 python2-pyro@3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://dirac.cnrs-orleans.fr/ScientificPython
Licenses: CeCILL-C
Build system: python
Synopsis: Python modules for scientific computing
Description:

ScientificPython is a collection of Python modules that are useful for scientific computing. Most modules are rather general (Geometry, physical units, automatic derivatives, ...) whereas others are more domain-specific (e.g. netCDF and PDB support). The library is currently not actively maintained and works only with Python 2 and NumPy < 1.9.

python2-pandas 0.24.2
Dependencies: which@2.21
Propagated dependencies: python2-dateutil@2.8.2 python2-numpy@1.16.6 python2-openpyxl@2.6.4 python-pytz@2025.1 python-xlrd@2.0.2
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pandas.pydata.org
Licenses: Modified BSD
Build system: python
Synopsis: Data structures for data analysis, time series, and statistics
Description:

Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with structured (tabular, multidimensional, potentially heterogeneous) and time series data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.

python2-cython 0.29.24
Dependencies: python2@2.7.18 libxcrypt@4.4.38
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://cython.org/
Licenses: ASL 2.0
Build system: python
Synopsis: C extensions for Python
Description:

Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language. It makes writing C extensions for Python as easy as Python itself.

python2-kiwisolver 1.0.1
Dependencies: libxcrypt@4.4.38
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/nucleic/kiwi
Licenses: Modified BSD
Build system: python
Synopsis: Fast implementation of the Cassowary constraint solver
Description:

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.

python2-setuptools 41.0.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/setuptools/
Licenses: Python Software Foundation License Expat ASL 2.0 FreeBSD
Build system: python
Synopsis: Library designed to facilitate packaging Python projects
Description:

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes:

  • Python package and module definitions

  • distribution package metadata

  • test hooks

  • project installation

  • platform-specific details.

python2-zipp 1.0.0
Propagated dependencies: python2-more-itertools@5.0.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/jaraco/zipp
Licenses: Expat
Build system: python
Synopsis: Backport of pathlib-compatible object wrapper for zip files
Description:

This package provides a pathlib-compatible Zipfile object wrapper. It provides a backport of the Path object.

qt 4.8.7
Propagated dependencies: mesa@25.2.3
Channel: guix-past
Location: past/packages/qt.scm (past packages qt)
Home page: https://www.qt.io/
Licenses: LGPL 2.1 LGPL 3
Build system: gnu
Synopsis: Cross-platform GUI library
Description:

Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language.

simgrid 3.3
Channel: guix-past
Location: past/packages/simgrid.scm (past packages simgrid)
Home page: https://simgrid.org
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Distributed system simulator (2009 version)
Description:

SimGrid is a scientific instrument to study the behavior of large-scale distributed systems such as grids, "clouds", HPC, and P2P systems. It can be used to evaluate heuristics, prototype applications or even assess legacy MPI applications.

gtnets 0
Channel: guix-past
Location: past/packages/simgrid.scm (past packages simgrid)
Home page: https://simgrid.org
Licenses: GPL 2+
Build system: gnu
Synopsis: Network simulation environment (2009 version)
Description:

The Georgia Tech Network Simulator (GTNets) is designed to allow network researchers to conduct simulation-based experiments to observe the behavior of moderate to large scale computer networks under a variety of conditions. The GTNets environment allows the creation of simulation network topologies (consisting of nodes and their associated communication links), and end–user applications describing the flow of data over the simulated topology.

r-minimal 2.15.3
Dependencies: coreutils@9.1 curl@8.6.0 openblas@0.3.30 gfortran@14.3.0 grep@3.11 icu4c@73.1 libdeflate@1.19 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libxt@1.3.1 pango@1.54.0 pcre2@10.42 readline@8.2.13 tcl@8.6.12 tk@8.6.12 which@2.21 zlib@1.3.1 bash-minimal@5.2.37
Channel: guix-past
Location: past/packages/statistics.scm (past packages statistics)
Home page: https://www.r-project.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Environment for statistical computing and graphics
Description:

R is a language and environment for statistical computing and graphics. It provides a variety of statistical techniques, such as linear and nonlinear modeling, classical statistical tests, time-series analysis, classification and clustering. It also provides robust support for producing publication-quality data plots. A large amount of 3rd-party packages are available, greatly increasing its breadth and scope.

openssl 1.0.2u
Channel: guix-past
Location: past/packages/tls.scm (past packages tls)
Home page: https://www.openssl.org/
Licenses: OpenSSL
Build system: gnu
Synopsis: OpenSSL 1.0.2u, released 2019-12-20
Description:

OpenSSL is an implementation of SSL/TLS. This version is the final release of the 1.0.2 branch.

httpd 2.2.34
Dependencies: apr@1.7.4 apr-util@1.6.3 libxcrypt@4.4.38 openssl@1.0.2u perl@5.36.0
Channel: guix-past
Location: past/packages/web.scm (past packages web)
Home page: https://httpd.apache.org/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Featureful HTTP server
Description:

The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.

httpd-with-mod-python 2.2.34
Channel: guix-past
Location: past/packages/web.scm (past packages web)
Home page: https://httpd.apache.org/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Featureful HTTP server
Description:

The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.

Page: 12345
Total results: 114