_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-remeh-sizedwaitgroup 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/remeh/sizedwaitgroup
Licenses: Expat
Synopsis: Goroutines limit amount implementation of standard @code{sync.WaitGroup}
Description:

This package implements a feature of limiting the maximum number of concurrently started routines which has the same role and API as sync.WaitGroup. It could for example be used to start multiples routines querying a database but without sending too much queries in order to not overload the given database.

r-snplocs-hsapiens-dbsnp144-grch37 0.99.20
Propagated dependencies: r-biocgenerics@0.54.0 r-bsgenome@1.76.0 r-genomeinfodb@1.44.0 r-genomicranges@1.60.0 r-iranges@2.42.0 r-s4vectors@0.46.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/SNPlocs.Hsapiens.dbSNP144.GRCh37/
Licenses: Artistic License 2.0
Synopsis: SNP locations for Homo sapiens (dbSNP Build 144)
Description:

This package provides SNP locations and alleles for Homo sapiens extracted from NCBI dbSNP Build 144. The source data files used for this package were created by NCBI on May 29-30, 2015, and contain SNPs mapped to reference genome GRCh37.p13. Note that the GRCh37.p13 genome is a patched version of GRCh37. However the patch doesn't alter chromosomes 1-22, X, Y, MT. GRCh37 itself is the same as the hg19 genome from UCSC *except* for the mitochondrion chromosome. Therefore, the SNPs in this package can be injected in BSgenome.Hsapiens.UCSC.hg19 and they will land at the correct position but this injection will exclude chrM (i.e. nothing will be injected in that sequence).

go-github-com-rogpeppe-go-internal 1.14.1
Propagated dependencies: go-golang-org-x-mod@0.21.0 go-golang-org-x-sys@0.28.0 go-golang-org-x-tools@0.25.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rogpeppe/go-internal/
Licenses: Modified BSD
Synopsis: Internal packages from the Go standard library
Description:

This package provides factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.

Included are the following:

  • dirhash: calculate hashes over directory trees the same way that the Go tool does.

  • goproxytest: a GOPROXY implementation designed for test use.

  • gotooltest: Use the Go tool inside test scripts (see testscript below)

  • imports: list of known architectures and OSs, and support for reading import import statements.

  • modfile: read and write go.mod files while preserving formatting and comments.

  • module: module paths and versions.

  • par: do work in parallel.

  • semver: semantic version parsing.

  • testenv: information on the current testing environment.

  • testscript: script-based testing based on txtar files

  • txtar: simple text-based file archives for testing.

go-github-com-rogpeppe-go-internal 1.12.0
Propagated dependencies: go-golang-org-x-mod@0.21.0 go-golang-org-x-sys@0.28.0 go-golang-org-x-tools@0.25.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rogpeppe/go-internal/
Licenses: Modified BSD
Synopsis: Internal packages from the Go standard library
Description:

This package provides factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.

Included are the following:

  • dirhash: calculate hashes over directory trees the same way that the Go tool does.

  • goproxytest: a GOPROXY implementation designed for test use.

  • gotooltest: Use the Go tool inside test scripts (see testscript below)

  • imports: list of known architectures and OSs, and support for reading import import statements.

  • modfile: read and write go.mod files while preserving formatting and comments.

  • module: module paths and versions.

  • par: do work in parallel.

  • semver: semantic version parsing.

  • testenv: information on the current testing environment.

  • testscript: script-based testing based on txtar files

  • txtar: simple text-based file archives for testing.

go-github-com-dgryski-go-rendezvous 0.0.0-20200823014737-9f7001d12a5f
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/dgryski/go-rendezvous
Licenses: Expat
Synopsis: Hashing functions for Golang
Description:

This package provides a hashing function.

ruby-googleapis-common-protos-types 1.13.0
Propagated dependencies: ruby-google-protobuf@3.25.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/googleapis/common-protos-ruby
Licenses: ASL 2.0
Synopsis: Common protocol buffer types used by Google APIs
Description:

Common protocol buffer types used by Google APIs

rust-objc2-uniform-type-identifiers 0.2.2
Channel: guix
Location: gnu/packages/crates-apple.scm (gnu packages crates-apple)
Home page: https://github.com/madsmtm/objc2
Licenses: Expat
Synopsis: Bindings to the UniformTypeIdentifiers framework
Description:

This package provides bindings to the UniformTypeIdentifiers framework.

java-eclipse-rdf4j-model-vocabulary 3.7.7
Propagated dependencies: java-eclipse-rdf4j-model-api@3.7.7
Channel: guix
Location: gnu/packages/java-rdf.scm (gnu packages java-rdf)
Home page: https://rdf4j.org/
Licenses: EPL 1.0
Synopsis: Well known RDF vocabularies
Description:

This package provides Java classes for well known RDF vocabularies.

go-github-com-roaringbitmap-roaring 0.9.4
Propagated dependencies: go-github-com-mschoch-smat@0.2.0 go-github-com-bits-and-blooms-bitset@1.20.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/RoaringBitmap/roaring
Licenses: ASL 2.0
Synopsis: roaring
Description:

Package roaring is an implementation of Roaring Bitmaps in Go. They provide fast compressed bitmap data structures (also called bitset). They are ideally suited to represent sets of integers over relatively small ranges. See http://roaringbitmap.org for details.

go-github-com-zyedidia-go-runewidth 0.0.12
Propagated dependencies: go-github-com-rivo-uniseg@0.4.7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/zyedidia/go-runewidth
Licenses: Expat
Synopsis: Rune width implementation for Go
Description:

It's an alternative fork of https://github.com/mattn/go-runewidth.

go-github-com-remyoudompheng-bigfft 0.0.0-20230129092748-24d4a6f8daec
Channel: guix
Location: gnu/packages/golang-maths.scm (gnu packages golang-maths)
Home page: https://github.com/remyoudompheng/bigfft
Licenses: Modified BSD
Synopsis: Big integer multiplication library for using Fast Fourier transform
Description:

Package bigfft implements multiplication of big.Int using FFT (Schonhage-Strassen method for multiplying integers).

emacs-dashboard-with-agenda-reverse 1.8.0
Propagated dependencies: emacs-page-break-lines@0.15
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/rakanalh/emacs-dashboard
Licenses: GPL 3+
Synopsis: Startup screen extracted from Spacemacs
Description:

This package provides an extensible Emacs dashboard, with sections for bookmarks, Projectile projects, Org Agenda and more.

go-github-com-bwesterb-go-ristretto 1.2.3
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/bwesterb/go-ristretto
Licenses: Expat
Synopsis: Operations on the Ristretto prime-order group
Description:

This is a pure Go implementation of the group operations on the Ristretto prime-order group built from Edwards25519.

go-github-com-carlmjohnson-requests 0.24.2
Propagated dependencies: go-golang-org-x-net@0.33.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/carlmjohnson/requests
Licenses: Expat
Synopsis: Requests
Description:

Package requests is a convenience wrapper around net/http to make it faster and easier to build requests and custom transports.

go-github-com-outcaste-io-ristretto 0.2.3
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-dgryski-go-farm@0.0.0-20200201041132-a6ae2369ad13 go-github-com-dustin-go-humanize@1.0.1 go-github-com-pkg-errors@0.9.1 go-go-uber-org-atomic@1.11.0 go-golang-org-x-sys@0.28.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/outcaste-io/ristretto
Licenses: ASL 2.0
Synopsis: Memory-bound Go cache
Description:

Ristretto is a fast, fixed size, in-memory cache with a dual focus on throughput and hit ratio performance. It's a fork of dgraph-io/ristretto project.

r-txdb-mmusculus-ucsc-mm9-knowngene 3.2.2
Propagated dependencies: r-annotationdbi@1.70.0 r-genomicfeatures@1.60.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm9.knownGene/
Licenses: Artistic License 2.0
Synopsis: Annotation package for mouse genome in TxDb format
Description:

This package provides an annotation database of Mouse genome data. It is derived from the UCSC mm9 genome and based on the "knownGene" track. The database is exposed as a TxDb object.

r-txdb-hsapiens-ucsc-hg19-knowngene 3.2.2
Propagated dependencies: r-annotationdbi@1.70.0 r-genomicfeatures@1.60.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg19.knownGene/
Licenses: Artistic License 2.0
Synopsis: Annotation package for human genome in TxDb format
Description:

This package provides an annotation database of Homo sapiens genome data. It is derived from the UCSC hg19 genome and based on the "knownGene" track. The database is exposed as a TxDb object.

r-txdb-hsapiens-ucsc-hg38-knowngene 3.21.0
Propagated dependencies: r-annotationdbi@1.70.0 r-genomicfeatures@1.60.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg38.knownGene/
Licenses: Artistic License 2.0
Synopsis: Annotation package for human genome in TxDb format
Description:

This package provides an annotation database of Homo sapiens genome data. It is derived from the UCSC hg38 genome and based on the "knownGene" track. The database is exposed as a TxDb object.

go-github-com-mitchellh-reflectwalk 1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mitchellh/reflectwalk/
Licenses: Expat
Synopsis: Walk a value in Go using reflection
Description:

reflectwalk is a Go library for "walking" a value in Go using reflection, in the same way a directory tree can be "walked" on the file system. Walking a complex structure can allow you to do manipulations on unknown structures such as those decoded from JSON.

go-github-com-klauspost-reedsolomon 1.12.4
Propagated dependencies: go-github-com-klauspost-cpuid-v2@2.2.8
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/klauspost/reedsolomon
Licenses: Expat
Synopsis: Reed-Solomon algorithm implementation in Golang
Description:

Package reedsolomon enables Erasure Coding. It's a Go port of the JavaReedSolomon.

For encoding high shard counts (>256) a Leopard implementation is used. For most platforms this performs close to the original Leopard implementation in terms of speed.

python-robotframework-pythonlibcore 3.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/robotframework/PythonLibCore
Licenses: ASL 2.0
Synopsis: Robot Framework Python library tools
Description:

PythonLibCore provides tools for creating larger test libraries for Robot Framework using Python. The Robot Framework hybrid and dynamic library APIs give more flexibility for library than the static library API, but they also set requirements for libraries which need to be implemented in the library side. PythonLibCore eases the problem by providing a simpler interface and by handling all the requirements towards the Robot Framework library APIs.

java-eclipse-rdf4j-repository-sparql 3.7.7
Dependencies: java-httpcomponents-httpclient@4.5.12 java-slf4j-api@1.7.25
Propagated dependencies: java-eclipse-rdf4j-http-client@3.7.7 java-eclipse-rdf4j-queryparser-sparql@3.7.7 java-eclipse-rdf4j-repository-api@3.7.7
Channel: guix
Location: gnu/packages/java-rdf.scm (gnu packages java-rdf)
Home page: https://rdf4j.org/
Licenses: EPL 1.0
Synopsis: Repository based on SPARQL
Description:

This package provides a repository implementation that SPARQL.

emacs-region-occurrences-highlighter 20241219.1705
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/alvarogonzalezsotillo/region-occurrences-highlighter
Licenses:
Synopsis: Mark occurrences of current region (selection)
Description:

Documentation at https://melpa.org/#/region-occurrences-highlighter

emacs-snapshot-timemachine-rsnapshot 20170324.1213
Propagated dependencies: emacs-snapshot-timemachine@20250612.1320
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: rsnapshot backend for snapshot-timemachine
Description:

Documentation at https://melpa.org/#/snapshot-timemachine-rsnapshot

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412
Total results: 33881