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

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.


ecl-zsort 0.1-1.f6724a6
Dependencies: ecl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jorgetavares/zsort
Licenses: Expat
Build system: asdf/ecl
Synopsis: Collection of portable sorting algorithms in Common Lisp
Description:

zsort is a collection of portable sorting algorithms. Common Lisp provides the sort and stable-sort functions but these can have different algorithms implemented according to each implementation. Also, the standard sorting functions might not be the best for a certain situations. This library aims to provide developers with more options.

ecl-texp 0-0.3b52414
Dependencies: ecl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eugeneia/texp
Licenses: AGPL 1
Build system: asdf/ecl
Synopsis: Domain specific language for producing TeX documents with Common Lisp
Description:

Domain specific language for producing TeX documents with Common Lisp.

sbcl-cl-geometry 0.0.3-1.24edded
Dependencies: sbcl-iterate@1.5.3 sbcl-trees@0.11-1.7b06048
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/cl-geometry/
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Simple two dimensional computational geometry in Common Lisp
Description:

This is a system for two dimensional computational geometry for Common Lisp.

Note: the system assumes exact rational arithmetic, so no floating point coordinates are allowed. This is not checked when creating geometric objects.

cl-class-options 1.0.1
Propagated dependencies: cl-closer-mop@1.0.0-3.7b86f2a cl-enhanced-find-class@1.0 cl-enhanced-boolean@1.0 cl-parachute@1.5.0-3.dd925cb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/class-options/
Licenses: Unlicense
Build system: asdf/source
Synopsis: Accessing defining class and its options during modification
Description:

This package provides easy access to the defining class and its options during initialization or reinitialization of its subcomponents.

sbcl-cl-project 0.3.1-1.1511070
Dependencies: sbcl-cl-emb@0.4.3-1.fd86521 sbcl-cl-ppcre@2.1.1 sbcl-local-time@1.0.6-4.40169fe sbcl-prove@1.0.0-2.5d71f02
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/cl-project
Licenses: LLGPL
Build system: asdf/sbcl
Synopsis: Generate a skeleton for modern Common Lisp projects
Description:

This library provides a modern project skeleton generator. In contract with other generators, CL-Project generates one package per file and encourages unit testing by generating a system for unit testing, so you can begin writing unit tests as soon as the project is generated.

sbcl-fof 0.2.0-1.522879e
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-json@0.6.0 sbcl-cl-str@0.21 sbcl-hu.dwim.defclass-star@2021-2.3086878 sbcl-local-time@1.0.6-4.40169fe sbcl-magicffi@0.0.0-1.d88f2f2 sbcl-named-readtables@0.9-4.d5ff162 sbcl-osicat@0.7.0-4.9823279 sbcl-serapeum@0.0.0-12.c08442a sbcl-trivia@0.1-0.8b406c3 sbcl-trivial-package-local-nicknames@0.2 ffmpeg@8.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.com/ambrevar/fof
Licenses: GPL 3+
Build system: asdf/sbcl
Synopsis: File object finder library for Common Lisp
Description:

This library enable rapid file search, inspection and manipulation straight from the REPL. It aims at replacing Unix tools such as find or du. It also offers a replacement to the pathname Common Lisp API. Slot writers which commit changes to disk, e.g. permissions, modification time, etc.

ecl-fare-quasiquote 1.0.1-1.640d39a
Dependencies: ecl-fare-utils@1.0.0.5-1.66e9c6f ecl-named-readtables@0.9-4.d5ff162 ecl-optima@1.0-1.373b245
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/frideau/fare-quasiquote
Licenses: Expat
Build system: asdf/ecl
Synopsis: Pattern-matching friendly implementation of quasiquote
Description:

The main purpose of this n+2nd reimplementation of quasiquote is enable matching of quasiquoted patterns, using Optima or Trivia.

cl-rss 0.9.1.1-2.51d0145
Propagated dependencies: cl-aserve@1.2.50-2.cac1d69 cl-kmrcl@1.111-1.4a27407 cl-xmls@3.2.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/nsrahmad/cl-rss
Licenses: Modified BSD
Build system: asdf/source
Synopsis: Common Lisp RSS processor
Description:

This package provides a Common Lisp library for fetching and parsing RSS feeds data via HTTP. Currently, it supports RSS versions 0.90, 0.91, and 0.92 as well as RSS version 2.

ecl-ciel 0.2.1-0.0b26d64
Dependencies: ecl-access@1.6.0-1.a4f87fc ecl-alexandria@1.4-0.009b7e5 ecl-arrow-macros@0.2.7-0.16bdfd3 ecl-bordeaux-threads@0.9.3 ecl-cl-ansi-text@2.0.1-1.8b129d8 ecl-cl-cron@0.1-0.092aef5 ecl-cl-csv@1.0.6-2.68ecb5d ecl-cl-ftp@1.6.1-0.530f1ec ecl-cl-json-pointer@0.0.0-0.f6760e2 ecl-cl-ppcre@2.1.1 ecl-cl-reexport@0.1-2.03ad7a0 ecl-cl-str@0.21 ecl-clesh@0.0.0-1.44e96e0 ecl-clingon@0.5.0-1.f2a730f ecl-closer-mop@1.0.0-3.7b86f2a ecl-cmd@0.0.1-8.0164d57 ecl-dbi@0.11.1-3.be4df4f ecl-defstar@1.0.0-1.132829d ecl-dexador@0.9.15-3.d7ac217 ecl-dissect@1.0.0-2.a70cabc ecl-easy-routes@0.0.0-0.7832f8b ecl-file-finder@0.2.0-0.ec392d7 ecl-file-notify@1.0.0-0.f12dc2f ecl-for@1.2.0-1.a397829 ecl-fset@1.4.0 ecl-generic-cl@0.9 ecl-hunchentoot@1.3.0-1.7686239 ecl-local-time@1.0.6-4.40169fe ecl-log4cl@1.1.4-2.fe3da51 ecl-lparallel@2.8.4-1.80fc295 ecl-lquery@3.2.1-2.08c9cb6 ecl-metabang-bind@0.8.0-2.0819642 ecl-modf@0-0.dea93fe ecl-moira@0.0.0-1.448d8e7 ecl-named-readtables@0.9-4.d5ff162 ecl-parse-float@0.0.0-2.3074765 ecl-parse-number@1.7 ecl-printv@0.1.0-2.e717a7f ecl-progressons@0.1-0.69a8092 ecl-pythonic-string-reader@0.0.0-1.47a70ba ecl-quicksearch@0.01.04-1.fb02ecf ecl-quri@0.7.0-0.03ecaf3 ecl-repl-utilities@0.0.0-1.7e300df ecl-secret-values@0.0.0-0.72996c0 ecl-serapeum@0.0.0-12.c08442a ecl-shasht@0.1-2.27ba0a8 ecl-shlex@0.0.0-2.3dee1cb ecl-spinneret@3.0-6.d4398b5 ecl-sxql@0.1.0-4.2a9121b ecl-termp@0.1-0.29789fe ecl-trivia@0.1-0.8b406c3 ecl-trivial-arguments@1.1.0-1.ecd84ed ecl-trivial-do@0.1-1.03a1729 ecl-trivial-monitored-thread@0.3.11-0.b0bab23 ecl-trivial-package-local-nicknames@0.2 ecl-trivial-types@0.0.1 ecl-vgplot@0.0.0-0.7632992 ecl-which@0.1-1.b2333e4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://ciel-lang.org/
Licenses: Expat
Build system: asdf/ecl
Synopsis: CIEL Is an Extended Lisp
Description:

CIEL is a ready-to-use collection of libraries providing: a binary, to run CIEL scripts; a simple full-featured REPL for the terminal; a Lisp library and a core image.

ecl-cl-containers 0.12.1-4.781ebfe
Dependencies: ecl-asdf-system-connections@0.8.4-1.9f08524 ecl-metatilities-base@0.6.6-2.ef04337 ecl-moptilities@0.3.13-1.a436f16
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-containers/
Licenses: Expat
Build system: asdf/ecl
Synopsis: Container library for Common Lisp
Description:

Common Lisp ships with a set of powerful built in data structures including the venerable list, full featured arrays, and hash-tables. CL-containers enhances and builds on these structures by adding containers that are not available in native Lisp (for example: binary search trees, red-black trees, sparse arrays and so on), and by providing a standard interface so that they are simpler to use and so that changing design decisions becomes significantly easier.

cl-antik-base 0.0.0-1.e4711a6
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-cffi@0.24.1-2.32c90d4 cl-ppcre@2.1.1 cl-drakma@2.0.8 cl-fare-utils@1.0.0.5-1.66e9c6f cl-iterate@1.5.3 cl-metabang-bind@0.8.0-2.0819642 cl-named-readtables@0.9-4.d5ff162 cl-split-sequence@2.0.1 cl-static-vectors@1.8.9 cl-trivial-garbage@0.21-0.3474f64 cl-trivial-utf-8@0.0.0-2.6ca9943 cl-lisp-unit@0.0.0-1.89653a2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/antik/
Licenses: GPL 3
Build system: asdf/source
Synopsis: Scientific and engineering computation in Common Lisp
Description:

Antik provides a foundation for scientific and engineering computation in Common Lisp. It is designed not only to facilitate numerical computations, but to permit the use of numerical computation libraries and the interchange of data and procedures, whether foreign (non-Lisp) or Lisp libraries. It is named after the Antikythera mechanism, one of the oldest examples of a scientific computer known.

ecl-glop 0.1.0-1.45e722a
Dependencies: libx11@1.8.12 libxcomposite@0.4.6 libxrandr@1.5.4 mesa@25.2.3 ecl-cffi@0.24.1-2.32c90d4 ecl-split-sequence@2.0.1 ecl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/glop
Licenses: Expat
Build system: asdf/ecl
Synopsis: Direct FFI bindings for OpenGL window and context management
Description:

This package provides Common Lisp bindings to create OpenGL window and context manipulation code as well as system input handling. Direct FFI bindings to system functions are used so no third party C lib is required except system libraries.

cl-slice 0.1.0-1.c531683
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-anaphora@0.9.8 cl-let-plus@0.0.0-2.455e657 cl-clunit@0.2.3-1.6f6d728
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tpapp/cl-slice
Licenses: Expat
Build system: asdf/source
Synopsis: Array slices for Common Lisp
Description:

This package provides a DSL for array slices in Common Lisp.

sbcl-claw 1.0-0.3cd4a96
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-2.32c90d4 sbcl-cl-json@0.6.0 sbcl-cl-ppcre@2.1.1 sbcl-claw-support@1.0.0 sbcl-local-time@1.0.6-4.40169fe sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/borodust/claw
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Autowrapper for Common Lisp
Description:

This is a Common Lisp autowrapping facility for quickly creating clean and lean bindings to C libraries.

sbcl-data-lens 0.0.0-0.801bc1e
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-alexandria@1.4-0.009b7e5 sbcl-serapeum@0.0.0-12.c08442a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://fiddlerwoaroof.github.io/data-lens/
Licenses: ASL 2.0
Build system: asdf/sbcl
Synopsis: Functional utilities for Common Lisp
Description:

The cl-data-lens library provides a language for expressing data manipulations as the composition of more primitive operations.

sbcl-cl-inflector 0.2-1.f1ab169
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/AccelerationNet/cl-inflector
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Library to pluralize/singularize English and Portuguese words
Description:

This is a common lisp library to easily pluralize and singularize English and Portuguese words. This is a port of the ruby ActiveSupport Inflector module.

cl-speechless 1.0.0-1.50e9b03
Propagated dependencies: cl-markless@1.1.0-1.a0e145c cl-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://shirakumo.github.io/speechless/
Licenses: Zlib
Build system: asdf/source
Synopsis: Dialogue system language implementation
Description:

This is a system implementing an advanced dialogue system that is capable of complex dialogue flow including choice trees and conditional branching. Speechless was first developed for the "Kandria" (https://kandria.com) game, and has since been separated and made public in the hopes that it may find use elsewhere or inspire other developers to build similar systems.

Speechless is based on the "Markless" (https://shirakumo.github.io/markless) document standard for its syntax and makes use of Markless' ability to be extended to add additional constructs useful for dialogue systems.

Speechless can compile dialogue from its base textual form into an efficient instruction set, which is then executed when the game is run. Execution of the dialogue is completely engine-agnostic, and only requires some simple integration with a client protocol to run.

Thanks to Markless' extensibility, Speechless can also be further extended to include additional syntax and constructs that may be useful for your particular game.

sbcl-clx-xembed 0.1-1.a5c4b84
Dependencies: sbcl-clx@0.7.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/laynor/clx-xembed
Licenses: Expat
Build system: asdf/sbcl
Synopsis: CL(x) xembed protocol implementation
Description:

CL(x) xembed protocol implementation

sbcl-arrow-macros 0.2.7-0.16bdfd3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hipeta/arrow-macros/
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Clojure-like arrow macros in Common Lisp
Description:

Arrow-macros provides clojure-like arrow macros (ex. ->, ->>) and diamond wands in swiss-arrows.

ecl-cl-string-match 0-1.5048480
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-babel@0.5.0-3.627d6a6 ecl-iterate@1.5.3 ecl-jpl-queues@0.1 ecl-jpl-util@20151005 ecl-mgl-pax@0.3.0-1.6782eb0 ecl-parse-float@0.0.0-2.3074765 ecl-proc-parse@0.0.0-1.ac36368 ecl-cl-yacc@0.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vityok/cl-string-match
Licenses: Modified BSD
Build system: asdf/ecl
Synopsis: Set of utilities to manipulate strings in Common Lisp
Description:

cl-strings is a small, portable, dependency-free set of utilities that make it even easier to manipulate text in Common Lisp. It has 100% test coverage and works at least on sbcl, ecl, ccl, abcl and clisp.

ecl-stmx 2.0.5-3.95f7dea
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-bordeaux-threads@0.9.3 ecl-log4cl@1.1.4-2.fe3da51 ecl-closer-mop@1.0.0-3.7b86f2a ecl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://stmx.org/
Licenses: LLGPL
Build system: asdf/ecl
Synopsis: High performance Transactional Memory for Common Lisp
Description:

STMX is a high-performance implementation of composable Transactional Memory, which is a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions, which can be composed together to make larger atomic memory transactions.

A memory transaction gets committed if it returns normally, while it gets rolled back if it signals an error (and the error is propagated to the caller).

Finally, memory transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and their effects are not visible from other threads until they commit.

Memory transactions give freedom from deadlocks, are immune to thread-safety bugs and race conditions, provide automatic roll-back on failure, and aim at resolving the tension between granularity and concurrency.

ecl-ixf 0.1.0-1.ed26f87
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-babel@0.5.0-3.627d6a6 ecl-cl-ppcre@2.1.1 ecl-ieee-floats@20170924-1.566b51a ecl-local-time@1.0.6-4.40169fe ecl-md5@2.0.5 ecl-split-sequence@2.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/dimitri/cl-ixf
Licenses: Public Domain
Build system: asdf/ecl
Synopsis: Parse IBM IXF file format
Description:

This is a Common Lisp library to handle the IBM PC version of the IXF (Integration Exchange Format) file format.

cl-tga 0.0.0-0.4dc2f7b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fisxoj/cl-tga
Licenses: Expat
Build system: asdf/source
Synopsis: TGA file loader for Common Lisp
Description:

Cl-tga was written to facilitate loading .tga files into OpenGL programs. It's a very simple library, and, at the moment, only supports non-RLE encoded forms of the files.

cl-clamp 0.3-1.02b8f39
Propagated dependencies: cl-iterate@1.5.3 cl-syntax@0.0.3 cl-clunit@0.2.3-1.6f6d728 cl-check-it@0.1.0-1.b79c910
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/arclanguage/Clamp
Licenses: Artistic License 2.0
Build system: asdf/source
Synopsis: Common Lisp with Arc macros and procedures
Description:

Clamp is an attempt to bring the powerful, but verbose, language of Common Lisp up to the terseness of Arc.

There are two parts to Clamp. There is the core of Clamp, which implements the utilities of Arc that are easily converted from Arc to Common Lisp. The other part is the "experimental" part. It contains features of Arc that are not so easy to copy (ssyntax, argument destructuring, etc.).

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091