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

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.


js-lunr-he 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Hebrewstemmers and stopwords
Description:

This package provides Hebrew stemmers and stopwords for the Lunr Javascript library.

js-json2 2016-10-28.1-031b1d9
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/douglascrockford/JSON-js
Licenses: Public Domain
Build system: minify
Synopsis: JSON encoders and decoders
Description:

The files in this collection implement JSON encoders/decoders in JavaScript.

json2.js: This file creates a JSON property in the global object, if there isn't already one, setting its value to an object containing a stringify method and a parse method. The parse method uses the eval method to do the parsing, guarding it with several regular expressions to defend against accidental code execution hazards. On current browsers, this file does nothing, preferring the built-in JSON object.

json_parse.js: This file contains an alternative JSON parse function that uses recursive descent instead of eval.

json_parse_state.js: This files contains an alternative JSON parse function that uses a state machine instead of eval.

cycle.js: This file contains two functions, JSON.decycle and JSON.retrocycle, which make it possible to encode cyclical structures and DAGs in JSON, and to then recover them. This is a capability that is not provided by ES5. JSONPath is used to represent the links.

cjson 1.7.18
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/DaveGamble/cJSON
Licenses: Expat
Build system: cmake
Synopsis: JSON parser written in ANSI C
Description:

This library provides a portable embeddable JSON parser.

js-mathjax 2.7.2
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://www.mathjax.org/
Licenses: ASL 2.0
Build system: trivial
Synopsis: JavaScript display engine for LaTeX, MathML, and AsciiMath
Description:

MathJax is a JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers. It requires no plugins or software to be installed on the browser. So the page author can write web documents that include mathematics and be confident that readers will be able to view it naturally and easily.

mujs 1.3.9
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://mujs.com/
Licenses: ISC
Build system: gnu
Synopsis: JavaScript interpreter written in C
Description:

MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities. MuJS was designed with a focus on small size, correctness, and simplicity. It is written in portable C and implements ECMAScript as specified by ECMA-262. The interface for binding with native code is designed to be as simple as possible to use, and is very similar to Lua. There is no need to interact with byzantine C++ template mechanisms, or worry about marking and unmarking garbage collection roots, or wrestle with obscure build systems.

js-lunr-ja 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Japanesestemmers and stopwords
Description:

This package provides Japanese stemmers and stopwords for the Lunr Javascript library.

quickjs-ng 0.14.0
Dependencies: mimalloc@3.3.2
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://quickjs-ng.github.io/quickjs/
Licenses: Expat Modified BSD
Build system: cmake
Synopsis: Small embeddable Javascript engine
Description:

quickjs-ng supports the ES2023 specification including modules, asynchronous generators, proxies, BigInt, BigDecimal, BigFloat and operator overloading. It can compile Javascript sources to executables with no external dependency. It includes a command line interpreter with contextual colorization implemented in Javascript and a small built-in standard library with C library wrappers.

js-lunr-no 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Norwegianstemmers and stopwords
Description:

This package provides Norwegian stemmers and stopwords for the Lunr Javascript library.

js-requirejs 2.3.6
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/requirejs/requirejs/
Licenses: Expat
Build system: minify
Synopsis: File and module loader for JavaScript
Description:

RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments.

js-lunr-multi 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Multilanguagesstemmers and stopwords
Description:

This package provides Multilanguages stemmers and stopwords for the Lunr Javascript library.

js-lunr-vi 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Vietnamesestemmers and stopwords
Description:

This package provides Vietnamese stemmers and stopwords for the Lunr Javascript library.

js-lunr-ru 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Russianstemmers and stopwords
Description:

This package provides Russian stemmers and stopwords for the Lunr Javascript library.

js-selectize 0.12.6
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://selectize.github.io/selectize.js/
Licenses: ASL 2.0
Build system: minify
Synopsis: Hybrid widget between a textbox and <select> box
Description:

Selectize is the hybrid of a textbox and <select> box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; it is useful for tagging, contact lists, etc.

js-lunr-el 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Greekstemmers and stopwords
Description:

This package provides Greek stemmers and stopwords for the Lunr Javascript library.

js-lunr-es 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Spanishstemmers and stopwords
Description:

This package provides Spanish stemmers and stopwords for the Lunr Javascript library.

js-lunr-sa 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Sanskritstemmers and stopwords
Description:

This package provides Sanskrit stemmers and stopwords for the Lunr Javascript library.

js-lunr-hy 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Armenianstemmers and stopwords
Description:

This package provides Armenian stemmers and stopwords for the Lunr Javascript library.

js-lunr-nl 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Dutchstemmers and stopwords
Description:

This package provides Dutch stemmers and stopwords for the Lunr Javascript library.

js-lunr-te 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Telugustemmers and stopwords
Description:

This package provides Telugu stemmers and stopwords for the Lunr Javascript library.

js-html5shiv 3.7.3
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/aFarkas/html5shiv
Licenses: Expat GPL 2
Build system: minify
Synopsis: Enable HTML5 sectioning elements in legacy browsers
Description:

The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.

js-lunr-zh 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Chinesestemmers and stopwords
Description:

This package provides Chinese stemmers and stopwords for the Lunr Javascript library.

js-mathjax 4.0.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://www.mathjax.org/
Licenses: ASL 2.0
Build system: gnu
Synopsis: JavaScript display engine for LaTeX, MathML, and AsciiMath
Description:

MathJax is a JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers. It requires no plugins or software to be installed on the browser. So the page author can write web documents that include mathematics and be confident that readers will be able to view it naturally and easily.

js-lunr-fi 1.13.0
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://github.com/MihaiValentin/lunr-languages
Licenses: Expat
Build system: minify
Synopsis: Finnishstemmers and stopwords
Description:

This package provides Finnish stemmers and stopwords for the Lunr Javascript library.

jemalloc 5.3.0
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/jemalloc.scm (gnu packages jemalloc)
Home page: https://jemalloc.net/
Licenses: FreeBSD
Build system: gnu
Synopsis: General-purpose scalable concurrent malloc implementation
Description:

This library providing a malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.

Total packages: 72465