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

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.


go-github-com-konsorten-go-windows-terminal-sequences 1.0.3
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/konsorten/go-windows-terminal-sequences
Licenses: Expat
Build system: go
Synopsis: Windows Terminal Sequences
Description:

This library allow for enabling Windows terminal color support for Go.

go-github-com-go-errors-errors 1.4.2
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/go-errors/errors
Licenses: Expat
Build system: go
Synopsis: Errors with stacktraces for Golang
Description:

Package errors provides errors that have stack-traces.

go-github-com-wk8-go-ordered-map-v2 2.1.8
Propagated dependencies: go-github-com-bahlo-generic-list-go@0.2.0 go-github-com-buger-jsonparser@1.1.1 go-github-com-mailru-easyjson@0.7.7 go-gopkg-in-yaml-v3@3.0.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/wk8/go-ordered-map
Licenses: ASL 2.0
Build system: go
Synopsis: Optimal implementation of ordered maps for Golang
Description:

Package orderedmap implements an ordered map, i.e. a map that also keeps track of the order in which keys were inserted.

It offers the following features:

  • optimal runtime performance (all operations are constant time)

  • optimal memory usage (only one copy of values, no unnecessary memory allocation)

  • allows iterating from newest or oldest keys indifferently, without memory copy, allowing to break the iteration, and in time linear to the number of keys iterated over rather than the total length of the ordered map

  • supports any generic types for both keys and values. If you're running go < 1.18, you can use version 1 that takes and returns generic interfaces instead of using generics

  • idiomatic API, akin to that of container/list

  • support for JSON and YAML marshalling

go-mvdan-cc-xurls-v2 2.2.0
Propagated dependencies: go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c go-github-com-rogpeppe-go-internal@1.12.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/mvdan/xurls
Licenses: Modified BSD
Build system: go
Synopsis: Extract urls from text
Description:

Package xurls extracts urls from plain text using regular expressions.

go-github-com-microsoft-go-winio 0.6.0
Propagated dependencies: go-golang-org-x-mod@0.29.0 go-golang-org-x-tools@0.37.0 go-golang-org-x-sys@0.37.0 go-github-com-sirupsen-logrus@1.9.3
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/Microsoft/go-winio
Licenses: Expat
Build system: go
Synopsis: Win32 IO-related utilities for Go
Description:

This package provides utilities for efficiently performing Win32 IO operations in Go. Currently, this package is provides support for genreal IO and management of

go-github-com-cli-safeexec 1.0.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/cli/safeexec
Licenses: FreeBSD
Build system: go
Synopsis: Safer version of exec.LookPath on Windows
Description:

This package provides a Go module that provides a safer alternative to exec.LookPath() on Windows.

go-github-com-inconshreveable-mousetrap 1.0.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/inconshreveable/mousetrap
Licenses: ASL 2.0
Build system: go
Synopsis: Detect starting from Windows explorer
Description:

Mousetrap is a tiny library that answers a single question.

go-github-com-shurcool-graphql 0.0.0-20200928012149-18c5c3165e3a
Dependencies: go-golang-org-x-net@0.46.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/shurcooL/graphql
Licenses: Expat
Build system: go
Synopsis: GraphQL client implementation for Golang
Description:

Package graphql provides a GraphQL client implementation.

go-github-com-go-logfmt-logfmt 0.5.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/go-logfmt/logfmt
Licenses: Expat
Build system: go
Synopsis: Marshals and unmarshals logfmt messages
Description:

Package logfmt implements utilities to marshal and unmarshal data in the logfmt format. The logfmt format records key/value pairs in a way that balances readability for humans and simplicity of computer parsing. It is most commonly used as a more human friendly alternative to JSON for structured logging.

go-github-com-cli-oauth 0.9.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/cli/oauth
Licenses: Expat
Build system: go
Synopsis: Perform OAuth Device flow and Web application flow in Go
Description:

This is a library for performing OAuth Device flow and Web application flow in Go client apps.

go-github-com-creack-pty 1.1.11
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/creack/pty
Licenses: Expat
Build system: go
Synopsis: PTY interface for Go
Description:

Pty is a Go package for using Unix pseudo-terminals.

go-github-com-stefanhaller-git-todo-parser 0.0.0-0.fd95713
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/stefanhaller/git-todo-parser
Licenses: Expat
Build system: go
Synopsis: Small parser for git todo files
Description:

This package provides a small parser for git todo files. This package is a modified clone of https://github.com/fsmiamoto/git-todo-parser for purpose of LazyGit project.

go-github-com-spf13-cobra-1.5 1.5.0
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0 go-github-com-spf13-pflag@1.0.6 go-github-com-inconshreveable-mousetrap@1.0.0 go-github-com-cpuguy83-go-md2man-v2@2.0.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/spf13/cobra
Licenses: ASL 2.0
Build system: go
Synopsis: Overview
Description:

Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.

go-github-com-cli-browser 1.1.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/cli/browser
Licenses: FreeBSD
Build system: go
Synopsis: Helpers to open URLs, or files in the default web browser
Description:

This library provides helpers to open URLs, readers, or files in the system default web browser.

go-github-com-sahilm-fuzzy 0.1.0
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/sahilm/fuzzy
Licenses: Expat
Build system: go
Synopsis: Fuzzy string matching for Golang
Description:

Package fuzzy provides fuzzy string matching optimized for filenames and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et al.

go-github-com-andreyvit-diff 0.0.0-0.c7f18ee
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/andreyvit/diff
Licenses: Expat
Build system: go
Synopsis: Quick string diffs for Golang
Description:

Package diff provides quick and easy string diffing functions based on github.com/sergi/go-diff, mainly for diffing strings in tests

go-gopkg-in-go-playground-assert-v2 2.0.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/go-playground/assert
Licenses: Expat
Build system: go
Synopsis: Basic assertion library used alongside native Go testing
Description:

This package provides basic assertions along with building blocks for custom assertions to be used alongside native Go testing.

go-github-com-ugorji-go-codec 1.2.7
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/ugorji/go
Licenses: Expat
Build system: go
Synopsis: Idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
Description:

Package codec provides a High Performance, Feature-Rich Idiomatic Golang 1.4+ codec/encoding library for binc, msgpack, cbor, json.

go-github-com-aybabtme-rgbterm 0.0.0-1.cc83f3b
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/aybabtme/rgbterm
Licenses: Expat
Build system: go
Synopsis: RGB terminal
Description:

Package rgbterm colorizes bytes and strings using RGB colors, for a full range of pretty terminal strings.

java-gradle-bootstrap 0.0.0
Channel: ffab
Location: ffab/packages/gradle.scm (ffab packages gradle)
Home page: https://gradle.org/
Licenses: ASL 2.0
Build system: ant
Synopsis: Build automation tool written
Description:
iipimage-server 1.2
Dependencies: fcgi@2.4.2 libjpeg-turbo@2.1.4 libpng@1.6.39 libwebp@1.3.2 libmemcached@1.0.18 libtiff@4.4.0 zlib@1.3.1
Channel: ffab
Location: ffab/packages/image-processing.scm (ffab packages image-processing)
Home page: https://iipimage.sourceforge.io/
Licenses: GPL 3+
Build system: gnu
Synopsis: Advanced high-performance feature-rich image server
Description:

IIPImage is an advanced high-performance feature-rich image server system for web-based streamed viewing and zooming of ultra high-resolution images. It is designed to be fast and bandwidth-efficient with low processor and memory requirements. The system can comfortably handle gigapixel size images as well as advanced image features such as 8, 16 and 32 bits per channel, CIELAB colorimetric images and scientific imagery such as multispectral images, image sequences and 3D surface topologies. Features:

  • fast lightweight FastCGI server

  • high performance with inbuilt configurable cache

  • support for extremely large images: tera-pixel and multi gigapixel support

  • TIFF and JPEG2000 input support

  • JPEG, PNG and WebP output support: export of whole or regions of images at any size

  • supports IIP, Zoomify, DeepZoom and IIIF API's

  • 1, 8, 16 and 32 bit image support including 32 bit floating point support

  • CIELAB support with automatic CIELAB->sRGB color space conversion

  • multispectral and hyperspectral image support

  • image stacks and image sequence support

  • dynamic hillshading of 3D surface topologies

  • dynamic watermarking

  • memcached support

java-outbackcdx 0.11.0
Channel: ffab
Location: ffab/packages/java-xyz.scm (ffab packages java-xyz)
Home page: https://github.com/nla/outbackcdx
Licenses: ASL 2.0
Build system: maven
Synopsis: Web archive index server based on RocksDB
Description:

This package provides a RocksDB-based capture index (CDX) server for web archives.

java-mockito-core 4.1.0
Channel: ffab
Location: ffab/packages/java-xyz.scm (ffab packages java-xyz)
Home page: https://site.mockito.org/
Licenses: Expat
Build system: maven
Synopsis: Java mocking framework for unit tests
Description:
java-universal-g-code-sender 2.0.8
Channel: ffab
Location: ffab/packages/java-xyz.scm (ffab packages java-xyz)
Home page: http://winder.github.io/ugs_website
Licenses: GPL 3
Build system: maven
Synopsis: G-Code sender for GRBL, Smoothieware, TinyG and G2core
Description:
Page: 123456
Total results: 144