_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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.1
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-20
Propagated dependencies: r-lattice@0.22-7 r-modeltools@0.2-24 r-nnet@7.3-20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
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.4 r-ggplot2@3.5.2 r-magrittr@2.0.3 r-matrix@1.7-3 r-mstate@0.3.3 r-muhaz@1.2.6.4 r-mvtnorm@1.3-3 r-numderiv@2016.8-1.1 r-purrr@1.0.4 r-quadprog@1.5-8 r-rcpp@1.0.14 r-rlang@1.1.6 r-rstpm2@1.6.7 r-statmod@1.5.0 r-survival@3.8-3 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.8 python-jsonpointer@3.0.0 python-pyyaml@6.0.2 python-requests@2.32.5 python-rfc3987@1.3.8 python-six@1.17.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.8
Propagated dependencies: r-data-table@1.17.4 r-gdtools@0.4.2 r-htmltools@0.5.8.1 r-knitr@1.50 r-officer@0.6.10 r-ragg@1.4.0 r-rlang@1.1.6 r-rmarkdown@2.29 r-uuid@1.2-1 r-xml2@1.4.0
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.5.0
Propagated dependencies: r-class@7.3-23 r-lattice@0.22-7 r-modeltools@0.2-24
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.

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/python-check.scm (gnu packages python-check)
Home page: https://flexmock.readthedocs.io/
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.9.0 r-htmltools@0.5.8.1 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-knitr@1.50 r-rmarkdown@2.29 r-sass@0.4.10 r-scales@1.4.0 r-shiny@1.10.0
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.

r-flexparamcurve 1.5-6
Propagated dependencies: r-nlme@3.1-168
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://pennstate.academia.edu:443/SteveOswald
Licenses: GPL 2
Synopsis: Tools to fit flexible parametric curves
Description:

This package provides model selection tools and selfStart functions to fit parametric curves in the nls, nlsList and nlme frameworks.

python-flexcache 0.3
Propagated dependencies: python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/hgrecco/flexcache
Licenses: Modified BSD
Synopsis: Caching transformed versions of a source object
Description:

This package implements a functionality to cache on disk the result of expensive calculations. It was started as part of Pint, the Python units package.

cl-flexi-streams 1.0.20-1.4951d57
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.

python-flexparser 0.4
Propagated dependencies: python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/hgrecco/flexparser
Licenses: Modified BSD
Synopsis: Parsing made fun ... using typing
Description:

This project provides a typed parser. It was started as part of Pint, the Python units package.

texlive-flexipage 2025.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.20-1.4951d57
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.

emacs-flex-isearch 20170308.2010
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://bitbucket.org/jpkotta/flex-isearch
Licenses:
Synopsis: Flex matching (like ido) in isearch
Description:

Documentation at https://melpa.org/#/flex-isearch

emacs-flex-compile 20251123.2259
Propagated dependencies: emacs-dash@20250312.1307 emacs-buffer-manage@20241019.1748
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/plandes/flex-compile
Licenses:
Synopsis: Run, evaluate and compile across many languages
Description:

Documentation at https://melpa.org/#/flex-compile

sbcl-flexi-streams 1.0.20-1.4951d57
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-flex-autopair 20120809.1218
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/uk-ar/flex-autopair.el
Licenses:
Synopsis: Automatically insert pair braces and quotes, insertion conditions & actions are highly customizable
Description:

Documentation at https://melpa.org/#/flex-autopair

clasp-flexi-streams 1.0.20-1.4951d57
Dependencies: clasp-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 20250228.1934
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/crmsnbleyd/flexoki-emacs-theme
Licenses:
Synopsis: An inky color scheme for prose and code
Description:

Documentation at https://melpa.org/#/flexoki-themes

Page: 12
Total results: 28