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

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.


julia-erfa-jll 2.0.0+0
Dependencies: erfa@2.0.1
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: ffab
Location: ffab/packages/julia-jll.scm (ffab packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/ERFA_jll.jl
Licenses: Expat
Synopsis: erfa library wrappers
Description:

This package provides a wrapper for the erfa library.

julia-wcs-jll 7.5.0+0
Dependencies: wcslib@8.4
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: ffab
Location: ffab/packages/julia-jll.scm (ffab packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/WCS_jll.jl
Licenses: Expat
Synopsis: wcs library wrappers
Description:

This package provides a wrapper for the wcs library.

julia-roots 2.2.1
Propagated dependencies: julia-commonsolve@0.2.4
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaMath/Roots.jl
Licenses: Expat
Synopsis: Root finding functions for Julia
Description:

This package contains simple routines for finding roots, or zeros, of scalar functions of a single real variable using floating-point math. The find_zero function provides the primary interface. The basic call is find_zero(f, x0, [M], [p]; kws...) where, typically, f is a function, x0 a starting point or bracketing interval, M is used to adjust the default algorithms used, and p can be used to pass in parameters.

julia-accessors 0.1.39
Propagated dependencies: julia-axiskeys@0.2.15 julia-constructionbase@1.3.0 julia-inversefunctions@0.1.8 julia-macrotools@0.5.6 julia-requires@1.3.0 julia-staticarrays@1.2.13
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: Update immutable data
Licenses: Expat
Synopsis: https://github.com/JuliaObjects/Accessors.jl
Description:

Accessors.jl is the successor of Setfield.jl to make updating immutable data simple.

julia-dimensionaldata 0.26.0
Propagated dependencies: julia-adapt@3.3.1 julia-arrayinterface@5.0.8 julia-constructionbase@1.3.0 julia-dataapi@1.16.0 julia-extents@0.1.4 julia-interfaces@0.3.2 julia-intervalsets@0.5.3 julia-invertedindices@1.1.0 julia-iteratorinterfaceextensions@1.0.0 julia-precompiletools@1.2.1 julia-recipesbase@1.2.1 julia-tabletraits@1.0.1 julia-tables@1.4.4
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/rafaqz/DimensionalData.jl
Licenses: Expat
Synopsis: Named dimensions and indexing for Julia arrays and other data
Description:

DimensionalData.jl provides tools and abstractions for working with datasets that have named dimensions, and optionally a lookup index. It provides no-cost abstractions for named indexing, and fast index lookups.

DimensionalData is a pluggable, generalised version of AxisArrays.jl with a cleaner syntax, and additional functionality found in NamedDims.jl. It has similar goals to Python's xarray, and is primarily written for use with spatial data in Rasters.jl.

julia-imagecontrastadjustment 0.3.10
Propagated dependencies: julia-imagecore@0.9.4 julia-imagetransformations@0.9.5
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageContrastAdjustment.jl
Licenses: Expat
Synopsis: Julia package for enhancing and manipulating image contrast
Description:

Julia package for enhancing and manipulating image contrast.

julia-imagedistances 0.2.16
Propagated dependencies: julia-distances@0.10.7 julia-imagecore@0.9.4
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageDistances.jl
Licenses: Expat
Synopsis: Distances between N-dimensional images
Description:

This package provides a Julia ImageDistances.jl following the same API as Distances.jl with support image types and image-specific distances.

julia-axiskeys 0.2.15
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/mcabbott/AxisKeys.jl
Licenses: Expat
Synopsis: Thin wrapper to store a vector of "keys" for each dimension
Description:

This package defines a thin wrapper which, alongside any array, stores a vector of "keys" for each dimension. This may be useful to store perhaps actual times of measurements, or some strings labeling columns, etc. These will be propagated through many operations on arrays (including broadcasting, map, comprehensions, sum etc.) and altered by a few (sorting, fft, push!).

julia-images 0.25.2
Propagated dependencies: julia-fileio@1.9.1 julia-graphics@1.1.2 julia-imageaxes@0.6.10 julia-imagebase@0.1.5 julia-imagecore@0.9.4 julia-imagemagick@1.2.1 julia-imagemetadata@0.9.8 julia-imageshow@0.3.2 julia-imagetransformations@0.9.5 julia-indirectarrays@0.5.1 julia-reexport@1.2.2 julia-staticarrays@1.2.13 julia-statsbase@0.33.10 julia-suppressor@0.2.0
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaImages/Images.jl
Licenses: Expat
Synopsis: Image library for Julia
Description:

Images.jl is increasingly becoming an "umbrella package" that exports a set of packages which are useful for common image processing tasks. Most of these packages are hosted at JuliaImages, JuliaArrays, JuliaIO, JuliaGraphics, and JuliaMath.

cl-veq 3.0.0-1.6f8041a
Propagated dependencies: cl-prove@1.0.0-2.5d71f02
Channel: ffab
Location: ffab/packages/lisp-xyz.scm (ffab packages lisp-xyz)
Home page: https://github.com/inconvergent/weir
Licenses: Expat
Synopsis: 2-4d vector and matrix operations
Description:

VEQ is a set of convenience utilities for writing (1d/)2d/3d vector mathematics. It suports single vectors or arrays of vectors, with some broadcasting and reduction operations.

sbcl-3d-matrices 1.0.0-2.b4f5a58
Dependencies: sbcl-3d-vectors@3.1.0-3.fc751c6 sbcl-documentation-utils@1.2.0-0.98630dd
Channel: ffab
Location: ffab/packages/lisp-xyz.scm (ffab packages lisp-xyz)
Home page: https://codeberg.org/shinmera/3d-matrices
Licenses: Zlib
Synopsis: Utility library implementing 2x2, 3x3, 4x4 and NxM matrices
Description:

3D-MATRICES is a library implementing common matrix operations, mainly intended as the counterpiece to 3d-vectors and thus being aimed at operations in 3D space.

sbcl-veq 3.0.0-1.6f8041a
Channel: ffab
Location: ffab/packages/lisp-xyz.scm (ffab packages lisp-xyz)
Home page: https://github.com/inconvergent/weir
Licenses: Expat
Synopsis: 2-4d vector and matrix operations
Description:

VEQ is a set of convenience utilities for writing (1d/)2d/3d vector mathematics. It suports single vectors or arrays of vectors, with some broadcasting and reduction operations.

sbcl-3d-vectors 3.1.0-2.2579694
Dependencies: sbcl-documentation-utils@1.2.0-0.98630dd
Channel: ffab
Location: ffab/packages/lisp-xyz.scm (ffab packages lisp-xyz)
Home page: https://shinmera.github.io/3d-vectors/
Licenses: Zlib
Synopsis: Utility library implementing 2D, 3D, and 4D vectors
Description:

3D-VECTORS is a library for vector math in 3D space. It contains most of the vector operations one would usually expect out of such a library and offers them both in non-modifying and modifying versions where applicable.

cl-gd 0.6.1-1.0e1812a
Dependencies: gd@2.3.3
Propagated dependencies: cl-uffi@2.1.2
Channel: ffab
Location: ffab/packages/lisp-xyz.scm (ffab packages lisp-xyz)
Home page: https://edicl.github.io/cl-gd/
Licenses:
Synopsis: UFFI bindings to the GD graphics library
Description:

CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI.

sbcl-cl-gd 0.6.1-1.0e1812a
Dependencies: sbcl-uffi@2.1.2 gd@2.3.3
Channel: ffab
Location: ffab/packages/lisp-xyz.scm (ffab packages lisp-xyz)
Home page: https://edicl.github.io/cl-gd/
Licenses:
Synopsis: UFFI bindings to the GD graphics library
Description:

CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI.

plplot 5.15.0
Dependencies: freetype@2.13.3 camlidl@1.09 gfortran@14.3.0 libltdl@2.4.7 lua@5.3.5 ocaml@4.14.1 octave@10.3.0 pango@1.54.0 python-numpy@1.26.4 python-wrapper@3.11.11 qhull@2020.2 shapelib@1.6.1 tcl@8.6.12 tk@8.6.12 wxwidgets@3.2.8.1
Channel: ffab
Location: ffab/packages/maths.scm (ffab packages maths)
Home page: http://plplot.org/
Licenses: LGPL 2.0
Synopsis: Scientific graphics plotting library
Description:

PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text.

The PLplot core library can be used to create standard x-y plots, semi-log plots, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and pie charts. Multiple graphs (of the same or different sizes) may be placed on a single page, and multiple pages are allowed for those device formats that support them.

PLplot has core library support for plot symbols and text specified by the user in the UTF-8 encoding of Unicode. This means for our many Unicode-aware devices that plot symbols and text are only limited by the collection of glyphs normally available via installed system fonts. Furthermore, a large subset of our Unicode-aware devices also support complex text layout (CTL) languages such as Arabic, Hebrew, and Indic and Indic-derived CTL scripts such as Devanagari, Thai, Lao, and Tibetan. Thus, for these PLplot devices essentially any language that is supported by Unicode and installed system fonts can be used to label plots.

maven-shade-plugin 3.1.0
Propagated dependencies: maven-core@3.9.0
Channel: ffab
Location: ffab/packages/maven.scm (ffab packages maven)
Home page: https://maven.apache.org/plugins/maven-shade-plugin
Licenses: ASL 2.0
Synopsis: Build an Uber-JAR from the current project, including dependencies
Description:
mpfun20-fort 31
Channel: ffab
Location: ffab/packages/multiprecision.scm (ffab packages multiprecision)
Home page: https://www.davidhbailey.com/dhbsoftware/
Licenses: Modified BSD
Synopsis: Thread-safe arbitrary precision package with special functions.
Description:

This package permits one to perform floating-point computations (real and complex) to arbitrarily high numeric precision, by making only relatively minor changes to existing Fortran-90 programs (mostly changes to type statements). All basic arithmetic operations and transcendental functions are supported, together with numerous special functions.

ocaml-mirage-crypto 0.10.6
Propagated dependencies: dune-configurator@3.19.1 ocaml-cstruct@6.1.1 ocaml-eqaf@0.8
Channel: ffab
Location: ffab/packages/ocaml-xyz.scm (ffab packages ocaml-xyz)
Home page: https://github.com/mirage/mirage-crypto
Licenses: ISC
Synopsis: Simple symmetric cryptography for the modern age
Description:

Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2).

ocaml-eqaf 0.8
Propagated dependencies: ocaml-cstruct@6.1.1
Channel: ffab
Location: ffab/packages/ocaml-xyz.scm (ffab packages ocaml-xyz)
Home page: https://github.com/mirage/eqaf
Licenses: Expat
Synopsis: Constant-time equal function on string
Description:

This package provides an equal function on string in constant-time to avoid timing-attack with crypto stuff.

easyexif 1.0
Channel: ffab
Location: ffab/packages/photo.scm (ffab packages photo)
Home page: https://github.com/mayanklahiri/easyexif
Licenses: Zero-Clause BSD
Synopsis: ISO-compliant C++ EXIF parsing library
Description:

EasyEXIF is a tiny, lightweight C++ library that parses basic information out of JPEG files. It uses only the std::string library and is otherwise pure C++. You pass it the binary contents of a JPEG file, and it parses several of the most important EXIF fields for you.

python-assay 0.0.0-2.bb62d1f
Channel: ffab
Location: ffab/packages/python-check.scm (ffab packages python-check)
Home page: https://github.com/brandon-rhodes/assay
Licenses: Expat
Synopsis: Python testing framework
Description:

Simple Python testing framework

python-awsipranges 0.3.3
Channel: ffab
Location: ffab/packages/python-web.scm (ffab packages python-web)
Home page: https://aws-samples.github.io/awsipranges/
Licenses: ASL 2.0
Synopsis: Work with the AWS IP address ranges in native Python
Description:

Work with the AWS IP address ranges in native Python published in https://ip-ranges.amazonaws.com/ip-ranges.json.

Features

  • Work with the AWS IP prefixes as a simple AWSIPPrefixes collection

  • Quickly check if an IP address, interface, or network is contained in the AWS IP address ranges

  • Get the AWS IP prefix that contains an IP address, interface, or network

  • See what services are served from an IP prefix

  • Filter the AWS IP prefixes by region, network border group, service, and IP prefix version

  • Use the AWS prefix data in your app or automation scripts in the format required by your infrastructure

  • Easily validate the TLS certificate presented by the IP ranges server

  • awsipranges has no third-party dependencies and is compatible with CPython v3.7+

python-surt 0.3.1
Propagated dependencies: python-six@1.17.0 python-tldextract@5.3.0
Channel: ffab
Location: ffab/packages/python-web.scm (ffab packages python-web)
Home page: https://github.com/internetarchive/surt
Licenses: AGPL 3+
Synopsis: Sort-friendly URI Reordering Transform (SURT) python package
Description:

Sort-friendly URI Reordering Transform (SURT) python package.

Page: 123456
Total results: 144