_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
flex 2.6.4
Dependencies: bison@3.8.2
Propagated dependencies: m4@1.4.19
Channel: guix
Location: gnu/packages/flex.scm (gnu packages flex)
Home page: https://github.com/westes/flex
Licenses: non-copyleft
Synopsis: Fast lexical analyser generator
Description:

Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. When the executable is run, it analyzes its input for occurrences of text matching the regular expressions for each rule. Whenever it finds a match, it executes the corresponding C code.

flexbar 3.4.0
Dependencies: tbb@2020.3 zlib@1.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/seqan/flexbar
Licenses: Modified BSD
Synopsis: Barcode and adapter removal tool for sequencing platforms
Description:

Flexbar preprocesses high-throughput nucleotide sequencing data efficiently. It demultiplexes barcoded runs and removes adapter sequences. Moreover, trimming and filtering features are provided. Flexbar increases read mapping rates and improves genome and transcriptome assemblies. It supports next-generation sequencing data in fasta/q and csfasta/q format from Illumina, Roche 454, and the SOLiD platform.

r-flexmix 2.3-19
Propagated dependencies: r-lattice@0.22-6 r-modeltools@0.2-23 r-nnet@7.3-19
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://cran.r-project.org/web/packages/flexmix
Licenses: GPL 2+
Synopsis: Flexible mixture modeling
Description:

This package implements a general framework for finite mixtures of regression models using the EM algorithm. FlexMix provides the E-step and all data handling, while the M-step can be supplied by the user to easily define new models. Existing drivers implement mixtures of standard linear models, generalized linear models and model-based clustering.

r-flexsurv 2.3.2
Propagated dependencies: r-assertthat@0.2.1 r-desolve@1.40 r-dplyr@1.1.4 r-generics@0.1.3 r-ggplot2@3.5.1 r-magrittr@2.0.3 r-matrix@1.7-1 r-mstate@0.3.3 r-muhaz@1.2.6.4 r-mvtnorm@1.3-2 r-numderiv@2016.8-1.1 r-purrr@1.0.2 r-quadprog@1.5-8 r-rcpp@1.0.13-1 r-rlang@1.1.4 r-rstpm2@1.6.6 r-statmod@1.5.0 r-survival@3.7-0 r-tibble@3.2.1 r-tidyr@1.3.1 r-tidyselect@1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/chjackson/flexsurv-dev
Licenses: GPL 2+
Synopsis: Flexible parametric survival and multi-state models
Description:

This package provides flexible parametric models for time-to-event data, including the Royston-Parmar spline model, generalized gamma and generalized F distributions. Any user-defined parametric distribution can be fitted, given at least an R function defining the probability density or hazard. There are also tools for fitting and predicting from fully parametric multi-state models.

python-flex 6.14.1
Propagated dependencies: python-click@8.1.7 python-jsonpointer@1.14 python-pyyaml@6.0.1 python-requests@2.31.0 python-rfc3987@1.3.7 python-six@1.16.0 python-strict-rfc3339@0.7 python-validate-email@1.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pipermerriam/flex
Licenses: Modified BSD
Synopsis: Validates Swagger schemata
Description:

flex can be used to validate Swagger schemata.

r-flextable 0.9.7
Propagated dependencies: r-data-table@1.16.2 r-gdtools@0.4.1 r-htmltools@0.5.8.1 r-knitr@1.49 r-officer@0.6.7 r-ragg@1.3.3 r-rlang@1.1.4 r-rmarkdown@2.29 r-uuid@1.2-1 r-xml2@1.3.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://davidgohel.github.io/flextable
Licenses: GPL 3
Synopsis: Functions for tabular reporting
Description:

This package provides tools to create pretty tables for HTML documents and other formats. Functions are provided to let users create tables, modify and format their content. It extends the officer package and can be used within R markdown documents when rendering to HTML and to Word documents.

r-flexclust 1.4-2
Propagated dependencies: r-class@7.3-22 r-lattice@0.22-6 r-modeltools@0.2-23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/flexclust/
Licenses: GPL 2
Synopsis: Flexible cluster algorithms
Description:

The main function kcca implements a general framework for k-centroids cluster analysis supporting arbitrary distance measures and centroid computation. Further cluster methods include hard competitive learning, neural gas, and QT clustering. There are numerous visualization methods for cluster results (neighborhood graphs, convex cluster hulls, barcharts of centroids, ...), and bootstrap methods for the analysis of cluster stability.

rust-lz4-flex 0.11.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pseitz/lz4_flex
Licenses: Expat
Synopsis: LZ4 implementation in Rust, no unsafe by default
Description:

LZ4 implementation in Rust, no unsafe by default.

rust-lz4-flex 0.9.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pseitz/lz4_flex
Licenses: Expat
Synopsis: LZ4 implementation in Rust, no unsafe by default
Description:

LZ4 implementation in Rust, no unsafe by default.

rust-lz4-flex 0.11.1
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/pseitz/lz4_flex
Licenses: Expat
Synopsis: Fastest LZ4 implementation in Rust, no unsafe by default.
Description:

Fastest LZ4 implementation in Rust, no unsafe by default.

cl-flexichain 1.5.1-2.9af644a
Propagated dependencies: cl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/robert-strandh/Flexichain.git
Licenses: LGPL 2.1+
Synopsis: Dynamically add elements to or remove them from sequences
Description:

This package provides an implementation of the flexichain protocol, allowing client code to dynamically add elements to, and delete elements from a sequence (or chain) of such elements.

ecl-flexichain 1.5.1-2.9af644a
Dependencies: ecl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/robert-strandh/Flexichain.git
Licenses: LGPL 2.1+
Synopsis: Dynamically add elements to or remove them from sequences
Description:

This package provides an implementation of the flexichain protocol, allowing client code to dynamically add elements to, and delete elements from a sequence (or chain) of such elements.

python-flexmock 0.12.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://flexmock.readthedocs.org
Licenses: Modified BSD
Synopsis: Testing library for Python
Description:

flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes.

sbcl-flexichain 1.5.1-2.9af644a
Dependencies: sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/robert-strandh/Flexichain.git
Licenses: LGPL 2.1+
Synopsis: Dynamically add elements to or remove them from sequences
Description:

This package provides an implementation of the flexichain protocol, allowing client code to dynamically add elements to, and delete elements from a sequence (or chain) of such elements.

r-flexdashboard 0.6.2
Propagated dependencies: r-bslib@0.8.0 r-htmltools@0.5.8.1 r-htmlwidgets@1.6.4 r-jsonlite@1.8.9 r-knitr@1.49 r-rmarkdown@2.29 r-sass@0.4.9 r-scales@1.3.0 r-shiny@1.8.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rmarkdown.rstudio.com/flexdashboard
Licenses: Expat
Synopsis: R Markdown format for flexible dashboards
Description:

This package provides an R Markdown format for converting an R Markdown document to a grid-oriented dashboard. The dashboard flexibly adapts the size of its components to the containing web page.

cl-flexi-streams 1.0.19-0.74a1027
Propagated dependencies: cl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://weitz.de/flexi-streams/
Licenses: Modified BSD
Synopsis: Implementation of virtual bivalent streams for Common Lisp
Description:

Flexi-streams is an implementation of "virtual" bivalent streams that can be layered atop real binary or bivalent streams and that can be used to read and write character data in various single- or multi-octet encodings which can be changed on the fly. It also supplies in-memory binary streams which are similar to string streams.

rust-flexi-logger 0.15.12
Channel: guixrus
Location: guixrus/packages/common/rust.scm (guixrus packages common rust)
Home page: https://github.com/emabee/flexi_logger
Licenses: Expat ASL 2.0
Synopsis: Easy-to-configure and flexible logger
Description:

Easy-to-configure and flexible logger that writes logs to stderr and/or to files

texlive-flexipage 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/flexipage
Licenses: LPPL 1.3c
Synopsis: Flexible page geometry with marginalia
Description:

The package flexipage allows easy page layout if marginalia is required. Mid document changes are possible such as: new marginal width, full width text, and landscape text without marginal. It partners well with the package sidenotesplus. The package also aids the layout for book printing, allowing for binding corrections and adding page bleed, if required.

ecl-flexi-streams 1.0.19-0.74a1027
Dependencies: ecl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://weitz.de/flexi-streams/
Licenses: Modified BSD
Synopsis: Implementation of virtual bivalent streams for Common Lisp
Description:

Flexi-streams is an implementation of "virtual" bivalent streams that can be layered atop real binary or bivalent streams and that can be used to read and write character data in various single- or multi-octet encodings which can be changed on the fly. It also supplies in-memory binary streams which are similar to string streams.

sbcl-flexi-streams 1.0.19-0.74a1027
Dependencies: sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://weitz.de/flexi-streams/
Licenses: Modified BSD
Synopsis: Implementation of virtual bivalent streams for Common Lisp
Description:

Flexi-streams is an implementation of "virtual" bivalent streams that can be layered atop real binary or bivalent streams and that can be used to read and write character data in various single- or multi-octet encodings which can be changed on the fly. It also supplies in-memory binary streams which are similar to string streams.

emacs-flexoki-themes 0.20
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/crmsnbleyd/flexoki-emacs-theme
Licenses: GPL 3+
Synopsis: Inky colour scheme for prose and code
Description:

Flexoki themes is a pair of light and dark themes for GNU Emacs based on the Flexoki colour scheme by Steph Ango.

texlive-latino-sine-flexione 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/latino-sine-flexione
Licenses: Public Domain
Synopsis: LaTeX support for documents written in Peano's Interlingua
Description:

Latino sine Flexione (or Interlingua) is a language constructed by Giuseppe Peano at the beginning of the last century. This simplified Latin is designed to be an instrument for international cooperation, especially in the academic sphere. This package provides the necessary translations to use the language within a LaTeX document. It also imports fontenc in order to be able to use ligatures and quotation marks. Finally, it offers a text in Interlingua that can be used as a dummy text: Fundamento de intelligentia.

perl-datetime-format-flexible 0.32
Propagated dependencies: perl-datetime@1.54 perl-datetime-format-builder@0.82 perl-datetime-timezone@2.47 perl-list-moreutils@0.430 perl-module-pluggable@5.2
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Format-Flexible
Licenses: GPL 1+
Synopsis: Parse date and time strings
Description:

DateTime::Format::Flexible attempts to take any string you give it and parse it into a DateTime object.

Total results: 23