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

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-lazyartifacts 1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPackaging/LazyArtifacts.jl
Licenses: Expat
Build system: julia
Synopsis: LazyArtifacts support for older versions of Julia
Description:

This is a wrapper package meant to bridge the gap for packages that want to use the LazyArtifacts stdlib as a dependency within packages that still support Julia versions older than 1.6.

julia-binaryprovider 0.5.10
Dependencies: busybox@1.37.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPackaging/BinaryProvider.jl
Licenses: Expat
Build system: julia
Synopsis: binary provider for Julia
Description:

Packages are installed to a Prefix; a folder that acts similar to the /usr/local directory on Unix-like systems, containing a bin folder for binaries, a lib folder for libraries, etc... Prefix objects can have tarballs install()'ed within them, uninstall()'ed from them, etc...

julia-timeroutputs 0.5.23
Propagated dependencies: julia-exprtools@0.1.8
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/KristofferC/TimerOutputs.jl
Licenses: Expat
Build system: julia
Synopsis: Formatted output of timed sections in Julia
Description:

TimerOutputs is a small Julia package that is used to generate formatted output from timings made in different sections of a program. It's main functionality is the @timeit macro, similar to the @time macro in Base except one also assigns a label to the code section being timed. Multiple calls to code sections with the same label (and in the same "scope") will accumulate the data for that label. After the program has executed, it is possible to print a nicely formatted table presenting how much time, allocations and number of calls were made in each section. The output can be customized as to only show the things you are interested in.

julia-inlinestrings 1.1.2
Propagated dependencies: julia-parsers@2.2.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaStrings/InlineStrings.jl
Licenses: Expat
Build system: julia
Synopsis: Fixed-width string types for Julia
Description:

This package provides fixed-width string types for facilitating certain string workflows in Julia.

python-backoff 1.8.1
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://github.com/litl/backoff
Licenses: Expat
Build system: python
Synopsis: Function decoration for backoff and retry
Description:

Function decoration for backoff and retry

python-jupyterhub-traefic-proxy 0.1.4
Propagated dependencies: jupyterhub@1.0.0 python-etcd3@0.10.0 python-aiohttp@3.11.11 python-passlib@1.7.4 python-py-consul@1.6.0 python-toml@0.10.2 python-escapism@1.0.0
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://jupyterhub-traefik-proxy.readthedocs.io/
Licenses: Modified BSD
Build system: python
Synopsis: JupyterHub proxy implementation with traefik
Description:

An implementation of the JupyterHub proxy api with traefik: an extremely lightweight, portable reverse proxy implementation, that supports load balancing and can configure itself automatically and dynamically.

python-jupyter-repo2docker 0.10.0
Propagated dependencies: python-docker@7.1.0 python-escapism@1.0.0 python-jinja2@3.1.2 python-json-logger@2.0.7 python-ruamel.yaml@0.18.14 python-semver@3.0.4 python-toml@0.10.2 python-traitlets@5.14.1
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://repo2docker.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: python
Synopsis: Turn git repositories into Jupyter enabled Docker Images
Description:

repo2docker fetches a git repository and builds a container image based on the configuration files found in the repository.

python-etcd3 0.10.0
Propagated dependencies: python-grpcio@1.52.0 python-protobuf@3.20.3 python-tenacity@9.0.0
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://github.com/kragniz/python-etcd3
Licenses: ASL 2.0
Build system: python
Synopsis: Python client for the etcd3 API
Description:

Python client for the etcd3 API

the-littlest-jupyterhub 0.0.0-2.29e8bcc
Propagated dependencies: python-ruamel.yaml@0.18.14 python-jinja2@3.1.2 python-pluggy@1.6.0 python-passlib@1.7.4 python-backoff@1.8.1 python-requests@2.32.5 python-jupyterhub-traefic-proxy@0.1.4
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://the-littlest-jupyterhub.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: python
Synopsis: JupyterHub server for a single server
Description:

The Littlest JupyterHub (TLJH) distribution helps you provide Jupyter Notebooks to 1-50 users on a single server. Administrators who do not consider themselves 'system administrators' but would like to provide hosted Jupyter Notebooks for their students / users are the primary audience. All users are provided with the same environment, and administrators can easily install libraries into this environment without any specialized knowledge.

python-escapism 1.0.0
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://github.com/minrk/escapism
Licenses: Expat
Build system: python
Synopsis: Simple, generic API for escaping strings
Description:

Simple, generic API for escaping strings.

jupyterhub 1.0.0
Propagated dependencies: python-alembic@1.14.0 python-async-generator@1.10 python-certipy@0.2.2 python-dateutil@2.9.0 python-entrypoints@0.4 python-jinja2@3.1.2 python-oauthlib@3.3.1 python-pamela@1.0.0 python-prometheus-client@0.22.1 python-requests@2.32.5 python-sqlalchemy@1.4.42 python-tornado@5.1.1 python-traitlets@5.14.1 python-pycurl@7.45.4
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://jupyter.org
Licenses: Modified BSD
Build system: python
Synopsis: Multi-user server for Jupyter notebooks
Description:

JupyterHub is the best way to serve Jupyter notebook for multiple users. It can be used in a classes of students, a corporate data science group or scientific research group. It is a multi-user Hub that spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server.

crictl 1.16.1
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://github.com/kubernetes-sigs/cri-tools
Licenses: ASL 2.0
Build system: go
Synopsis: CLI and validation tools for Kubelet Container Runtime Interface
Description:

Cri-tools aims to provide a series of debugging and validation tools for Kubelet CRI.

crictl 1.13.0
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://github.com/kubernetes-sigs/cri-tools
Licenses: ASL 2.0
Build system: go
Synopsis: CLI and validation tools for Kubelet Container Runtime Interface
Description:

Cri-tools aims to provide a series of debugging and validation tools for Kubelet CRI.

kubernetes 1.15.7
Dependencies: rsync@3.4.1 util-linux@2.40.4
Propagated dependencies: crictl@1.15.0
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://kubernetes.io/
Licenses: ASL 2.0
Build system: go
Synopsis: Production-Grade Container Scheduling and Management
Description:

Kubernetes is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications.

minikube 1.5.2
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://minikube.sigs.k8s.io/
Licenses: ASL 2.0
Build system: trivial
Synopsis: Run Kubernetes locally
Description:

Minikube implements a local Kubernetes cluster. Minikube's primary goals are to be the best tool for local Kubernetes application development and to support all Kubernetes features that fit.

kubernetes 1.13.12
Dependencies: rsync@3.4.1 util-linux@2.40.4
Propagated dependencies: crictl@1.13.0
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://kubernetes.io/
Licenses: ASL 2.0
Build system: go
Synopsis: Production-Grade Container Scheduling and Management
Description:

Kubernetes is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications.

kubernetes 1.14.10
Dependencies: rsync@3.4.1 util-linux@2.40.4
Propagated dependencies: crictl@1.14.0
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://kubernetes.io/
Licenses: ASL 2.0
Build system: go
Synopsis: Production-Grade Container Scheduling and Management
Description:

Kubernetes is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications.

crictl 1.14.0
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://github.com/kubernetes-sigs/cri-tools
Licenses: ASL 2.0
Build system: go
Synopsis: CLI and validation tools for Kubelet Container Runtime Interface
Description:

Cri-tools aims to provide a series of debugging and validation tools for Kubelet CRI.

kubernetes 1.16.4
Dependencies: rsync@3.4.1 util-linux@2.40.4
Propagated dependencies: crictl@1.16.1
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://kubernetes.io/
Licenses: ASL 2.0
Build system: go
Synopsis: Production-Grade Container Scheduling and Management
Description:

Kubernetes is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications.

crictl 1.15.0
Channel: gn-bioinformatics
Location: gn/packages/kubernetes.scm (gn packages kubernetes)
Home page: https://github.com/kubernetes-sigs/cri-tools
Licenses: ASL 2.0
Build system: go
Synopsis: CLI and validation tools for Kubelet Container Runtime Interface
Description:

Cri-tools aims to provide a series of debugging and validation tools for Kubelet CRI.

ecl-meta 0.4.2
Dependencies: ecl-named-readtables@0.9-4.d5ff162
Channel: gn-bioinformatics
Location: gn/packages/lisp.scm (gn packages lisp)
Home page: https://gitlab.common-lisp.net/frideau/meta
Licenses: Modified BSD
Build system: asdf/ecl
Synopsis: Recursive-descent parser DSL for common-lisp
Description:

Recursive-descent parser DSL that is a simpler alternative to parser generators.

cl-lorem-ipsum 0.4.2
Channel: gn-bioinformatics
Location: gn/packages/lisp.scm (gn packages lisp)
Home page: https://github.com/phoe/lorem-ipsum
Licenses: Expat
Build system: asdf/source
Synopsis: Lorem ipsum generator in portable Common Lisp
Description:

Lorem ipsum dolor sit amet, consectetur adipiscing elit erat, id eget tellus et turpis, incididunt. Purus mollis penatibus, odio facilisis sit. Quisque sagittis quisque. Incididunt commodo mi non. Lectus facilisi suscipit duis ultricies sem quis. Lorem massa volutpat quis suspendisse turpis, netus hac elementum. At do. Ac integer metus potenti scelerisque fringilla labore. Tellus penatibus arcu ligula nisi.

cl-meta 0.4.2
Propagated dependencies: cl-named-readtables@0.9-4.d5ff162
Channel: gn-bioinformatics
Location: gn/packages/lisp.scm (gn packages lisp)
Home page: https://gitlab.common-lisp.net/frideau/meta
Licenses: Modified BSD
Build system: asdf/source
Synopsis: Recursive-descent parser DSL for common-lisp
Description:

Recursive-descent parser DSL that is a simpler alternative to parser generators.

cl-defstar 0.4.2
Channel: gn-bioinformatics
Location: gn/packages/lisp.scm (gn packages lisp)
Home page: https://github.com/lisp-maintainers/defstar
Licenses: GPL 3
Build system: asdf/source
Synopsis: Type declarations for defun et all
Description:

defstar is a collection of Common Lisp macros that can be used in place of defun, defmethod, defgeneric, defvar, defparameter, flet, labels, let* and lambda. Each macro has the same name as the form it replaces, with a star added at the end.

Total results: 580