_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
linux-libre-arm64-mnt-reform 6.12.20
Dependencies: reform-debian-packages@2023-07-10-320-gaf0a461
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
Synopsis: 100% free redistribution of a cleaned Linux kernel for MNT/Reform systems
Description:

GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs. Configuration options and patches have been applied for use with MNT/Reform systems.

trytond-purchase-requisition 6.2.0
Propagated dependencies: trytond@6.2.10 trytond-company@6.2.0 trytond-currency@6.2.0 trytond-party@6.2.1 trytond-product@6.2.0 trytond-purchase@6.2.3 trytond-purchase-request@6.2.1
Channel: guix
Location: gnu/packages/tryton.scm (gnu packages tryton)
Home page: https://docs.tryton.org/projects/modules-purchase-requisition
Licenses: GPL 3+
Synopsis: Tryton module to enter requests for product supply (requisition)
Description:

The Purchase Requisition Tryton module allows users to create their requests for product supply (purchase requisitions). Those requisitions will be approved or rejected by the approval group, whoich typically is the purchasing department. On approval, purchase requests will be created.

rstudio-server-multi-version 2023.06.1+524
Dependencies: boost@1.83.0 zlib@1.3 linux-pam@1.5.2 yaml-cpp@0.8.0 r-minimal@4.4.2 openssl@3.0.8 util-linux@2.37.4 pandoc@2.19.2 which@2.21 mathjax@2.7.9 coreutils@9.1 zip@3.0 unzip@6.0 postgresql@14.13 sqlite@3.39.3 soci@4.0.3 file@5.45 patch@2.7.6-0.f144b35 openssh@9.9p2
Channel: guix-science
Location: guix-science/packages/rstudio.scm (guix-science packages rstudio)
Home page: https://rstudio.com/products/rstudio/#rstudio-server
Licenses: AGPL 3
Synopsis: Integrated development environment (IDE) for R
Description:

This fork of RStudio allows users to switch to different versions of R from the toolbar or project settings. R versions can be recorded in /etc/rstudio/r-versions and in the user's ~/.local/share/rstudio/r-versions.

rust-pulldown-cmark-to-cmark 10.0.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Byron/pulldown-cmark-to-cmark
Licenses: ASL 2.0
Synopsis: Convert pulldown-cmark Events back to the string they were parsed from
Description:

A utility library which translates Event back to markdown. It's the prerequisite for writing markdown filters which can work as mdbook-preprocessors.

This library takes great pride in supporting everything that pulldown-cmark supports, including tables and footnotes and codeblocks in codeblocks, while assuring quality with a powerful test suite.

rust-pulldown-cmark-to-cmark 18.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Byron/pulldown-cmark-to-cmark
Licenses: ASL 2.0
Synopsis: Convert pulldown-cmark Events back to the string they were parsed from
Description:

A utility library which translates Event back to markdown. It's the prerequisite for writing markdown filters which can work as mdbook-preprocessors.

This library takes great pride in supporting everything that pulldown-cmark supports, including tables and footnotes and codeblocks in codeblocks, while assuring quality with a powerful test suite.

magic-wormhole-transit-relay 0.2.1
Propagated dependencies: python-twisted@24.11.0
Channel: guix
Location: gnu/packages/magic-wormhole.scm (gnu packages magic-wormhole)
Home page: https://github.com/magic-wormhole/magic-wormhole-transit-relay
Licenses: Expat
Synopsis: Magic-Wormhole relay server
Description:

This package provides the Magic-Wormhole Transit Relay server, which helps clients establish bulk-data transit connections even when both are behind NAT boxes. Each side makes a TCP connection to this server and presents a handshake. Two connections with identical handshakes are glued together, allowing them to pretend they have a direct connection.

node-serialport-parser-regex 9.2.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://serialport.io
Licenses: Expat
Synopsis: Node SerialPort parser to split data on a regular expression
Description:

Node SerialPort is a modular suite of Node.js packages for accessing serial ports. The Guix package node-serialport provides the recommended high-level interface.

Parsers are used to take raw binary data and transform them into usable messages. This package provides Regex, a parser that uses a regular expression to split the incoming text.

node-serialport-parser-ready 9.2.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://serialport.io
Licenses: Expat
Synopsis: Node SerialPort parser to wait for specified byte sequence
Description:

Node SerialPort is a modular suite of Node.js packages for accessing serial ports. The Guix package node-serialport provides the recommended high-level interface.

Parsers are used to take raw binary data and transform them into usable messages. This package provides Ready, a parser that waits for a specified sequence of ``ready'' bytes before emitting a ready event and emitting data events.

r-fastlogisticregressionwrap 1.2.0
Propagated dependencies: r-rcppnumerical@0.6-0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.0.13-1 r-mass@7.3-61 r-checkmate@2.3.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/kapelner/fastLogisticRegressionWrap
Licenses: GPL 3
Synopsis: Fast Logistic Regression Wrapper
Description:

This package provides very fast logistic regression with coefficient inferences plus other useful methods such as a forward stepwise model generator (see the benchmarks by visiting the github page at the URL below). The inputs are flexible enough to accomodate GPU computations. The coefficient estimation employs the fastLR() method in the RcppNumerical package by Yixuan Qiu et al. This package allows their work to be more useful to a wider community that consumes inference.

r-fractalparameterestimation 1.1.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FractalParameterEstimation
Licenses: GPL 2+
Synopsis: Simulation and Parameter Estimation of Randomized Sierpinski Carpets using the p-p-p-q-Model
Description:

The parameters p and q are estimated with the aid of a randomized Sierpinski Carpet which is built on a [p-p-p-q]-model. Thereby, for three times a simulation with a p-value and once with a q-value is assumed. Hence, these parameters are estimated and displayed. Moreover, functions for simulating random Sierpinski-Carpets with constant and variable probabilities are included. For more details on the method please see Hermann et al. (2015) <doi:10.1002/sim.6497>.

r-singlecellalleleexperiment 1.2.0
Propagated dependencies: r-summarizedexperiment@1.36.0 r-singlecellexperiment@1.28.1 r-s4vectors@0.44.0 r-matrix@1.7-1 r-delayedarray@0.32.0 r-biocparallel@1.40.0
Channel: guix-bioc
Location: guix-bioc/packages/s.scm (guix-bioc packages s)
Home page: https://github.com/AGImkeller/SingleCellAlleleExperiment
Licenses: Expat
Synopsis: S4 Class for Single Cell Data with Allele and Functional Levels for Immune Genes
Description:

Defines a S4 class that is based on SingleCellExperiment. In addition to the usual gene layer the object can also store data for immune genes such as HLAs, Igs and KIRs at allele and functional level. The package is part of a workflow named single-cell ImmunoGenomic Diversity (scIGD), that firstly incorporates allele-aware quantification data for immune genes. This new data can then be used with the here implemented data structure and functionalities for further data handling and data analysis.

r-singlemoleculefootprinting 2.0.0
Propagated dependencies: r-viridis@0.6.5 r-tidyverse@2.0.0 r-tidyr@1.3.1 r-tibble@3.2.1 r-stringr@1.5.1 r-s4vectors@0.44.0 r-rlang@1.1.4 r-rcolorbrewer@1.1-3 r-quasr@1.46.0 r-plyranges@1.26.0 r-plyr@1.8.9 r-patchwork@1.3.0 r-matrix@1.7-1 r-iranges@2.40.0 r-ggrepel@0.9.6 r-ggpointdensity@0.1.0 r-ggplot2@3.5.1 r-genomicranges@1.58.0 r-genomeinfodb@1.42.0 r-dplyr@1.1.4 r-bsgenome@1.74.0 r-biostrings@2.74.0 r-biocgenerics@0.52.0
Channel: guix-bioc
Location: guix-bioc/packages/s.scm (guix-bioc packages s)
Home page: https://bioconductor.org/packages/SingleMoleculeFootprinting
Licenses: GPL 3
Synopsis: Analysis tools for Single Molecule Footprinting (SMF) data
Description:

SingleMoleculeFootprinting provides functions to analyze Single Molecule Footprinting (SMF) data. Following the workflow exemplified in its vignette, the user will be able to perform basic data analysis of SMF data with minimal coding effort. Starting from an aligned bam file, we show how to perform quality controls over sequencing libraries, extract methylation information at the single molecule level accounting for the two possible kind of SMF experiments (single enzyme or double enzyme), classify single molecules based on their patterns of molecular occupancy, plot SMF information at a given genomic location.

r-single-mtec-transcriptomes 1.34.0
Channel: guix-bioc
Location: guix-bioc/packages/s.scm (guix-bioc packages s)
Home page: https://bioconductor.org/packages/Single.mTEC.Transcriptomes
Licenses: LGPL 2.0+
Synopsis: Single Cell Transcriptome Data and Analysis of Mouse mTEC cells
Description:

This data package contains the code used to analyse the single-cell RNA-seq and the bulk ATAC-seq data from the manuscript titled: Single-cell transcriptome analysis reveals coordinated ectopic-gene expression patterns in medullary thymic epithelial cells. This paper was published in Nature Immunology 16,933-941(2015). The data objects provided in this package has been pre-processed: the raw data files can be downloaded from ArrayExpress under the accession identifiers E-MTAB-3346 and E-MTAB-3624. The vignette of this data package provides a documented and reproducible workflow that includes the code that was used to generate each statistic and figure from the manuscript.

r-sarp-snowprofile-alignment 2.0.2
Propagated dependencies: r-sarp-snowprofile@1.3.2 r-dtw@1.23-1 r-data-table@1.16.2 r-cluster@2.1.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://avalancheresearch.ca/
Licenses: GPL 3+
Synopsis: Snow Profile Alignment, Aggregation, and Clustering
Description:

Snow profiles describe the vertical (1D) stratigraphy of layered snow with different layer characteristics, such as grain type, hardness, deposition date, and many more. Hence, they represent a data format similar to multivariate time series containing categorical, ordinal, and numerical data types. Use this package to align snow profiles by matching their individual layers based on Dynamic Time Warping (DTW). The aligned profiles can then be assessed with an independent, global similarity measure that is geared towards avalanche hazard assessment. Finally, through exploiting data aggregation and clustering methods, the similarity measure provides the foundation for grouping and summarizing snow profiles according to similar hazard conditions. In particular, this package allows for averaging large numbers of snow profiles with DTW Barycenter Averaging and thereby facilitates the computation of individual layer distributions and summary statistics that are relevant for avalanche forecasting purposes. For more background information refer to Herla, Horton, Mair, and Haegeli (2021) <doi:10.5194/gmd-14-239-2021>, Herla, Mair, and Haegeli (2022) <doi:10.5194/tc-16-3149-2022>, and Horton, Herla, and Haegeli (2024) <doi:10.5194/egusphere-2024-1609>.

go-github-com-u-root-uio-rand 0.0.0-20230305220412-3e8cd9d6bf63
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/u-root/uio
Licenses: Modified BSD
Synopsis: uio
#<unspecified>
java-eclipse-rdf4j-rio-rdfxml 3.7.7
Dependencies: java-commons-io@2.5 java-slf4j-api@1.7.25
Propagated dependencies: java-eclipse-rdf4j-rio-api@3.7.7 java-eclipse-rdf4j-rio-datatypes@3.7.7 java-eclipse-rdf4j-rio-languages@3.7.7 java-eclipse-rdf4j-model@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: RDF XML serialization
Description:

This package provides an implementation of the RDF4J Rio API, which reads and writes XML.

rust-rustc-std-workspace-core 1.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://crates.io/crates/rustc-std-workspace-core
Licenses: ASL 2.0 Expat
Synopsis: Explicitly empty crate for rust-lang/rust integration
Description:

This crate provides an explicitly empty crate for rust-lang/rust integration.

java-eclipse-rdf4j-rio-turtle 3.7.7
Dependencies: java-commons-io@2.5 java-slf4j-api@1.7.25
Propagated dependencies: java-eclipse-rdf4j-rio-api@3.7.7 java-eclipse-rdf4j-rio-datatypes@3.7.7 java-eclipse-rdf4j-rio-languages@3.7.7 java-eclipse-rdf4j-model@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: RDF Turtle serialization
Description:

This package provides an implementation of the RDF4J Rio API, which reads and writes Turtle.

java-eclipse-rdf4j-rio-nquads 3.7.7
Dependencies: java-commons-io@2.5 java-slf4j-api@1.7.25
Propagated dependencies: java-eclipse-rdf4j-rio-api@3.7.7 java-eclipse-rdf4j-rio-datatypes@3.7.7 java-eclipse-rdf4j-rio-languages@3.7.7 java-eclipse-rdf4j-rio-ntriples@3.7.7 java-eclipse-rdf4j-model@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: RDF NQuads serialization
Description:

This package provides an implementation of the RDF4J Rio API, which reads and writes NQuads.

java-eclipse-rdf4j-rio-jsonld 3.7.7
Dependencies: java-commons-io@2.5 java-slf4j-api@1.7.25 java-fasterxml-jackson-core@2.9.4 java-fasterxml-jackson-databind@2.9.4 java-jsonld-java@0.13.4
Propagated dependencies: java-eclipse-rdf4j-rio-api@3.7.7 java-eclipse-rdf4j-rio-datatypes@3.7.7 java-eclipse-rdf4j-rio-languages@3.7.7 java-eclipse-rdf4j-model@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: RDF JSON-LD serialization
Description:

This package provides an implementation of the RDF4J Rio API, which reads and writes JSON-LD.

rust-rustls-platform-verifier 0.5.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls-platform-verifier
Licenses: Expat ASL 2.0
Synopsis: Verify TLS certificates in rustls with the operating system verifier
Description:

This package provides rustls-platform-verifier a way to support verifying TLS certificates in rustls with the operating system verifier.

rust-rustls-platform-verifier 0.4.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls-platform-verifier
Licenses: Expat ASL 2.0
Synopsis: Verify TLS certificates in rustls with the operating system verifier
Description:

This package provides rustls-platform-verifier a way to support verifying TLS certificates in rustls with the operating system verifier.

rust-rustls-platform-verifier 0.3.4
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls-platform-verifier
Licenses: Expat ASL 2.0
Synopsis: Verify TLS certificates in rustls with the operating system verifier
Description:

This package provides rustls-platform-verifier a way to support verifying TLS certificates in rustls with the operating system verifier.

rust-rusty-diceware-wordlists 1.2.1
Channel: kakafarm
Location: kakafarm/packages/rust-apps.scm (kakafarm packages rust-apps)
Home page: https://gitlab.com/yuvallangerontheroad/rusty-diceware
Licenses: ASL 2.0 Expat
Synopsis: Wordlists for the command line tool Rusty Diceware
Description:

Wordlists for the command line tool Rusty Diceware.

Featuring the Reinhold and Beale Diceware wordlists, the EFF wordlists, and MiniLock wordlist.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
Total results: 36249