_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-sanitize-filename 0.5.0
Channel: yewscion
Location: cdr255/programming.scm (cdr255 programming)
Home page: https://github.com/kardeiz/sanitize-filename
Licenses: Expat
Synopsis: A simple filename sanitizer, based on Node's sanitize-filename
Description:

This package provides a simple filename sanitizer, based on Node's sanitize-filename

ocaml-opam-file-format 2.1.4
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://opam.ocaml.org
Licenses: LGPL 2.1+
Synopsis: Parser and printer for the opam file syntax
Description:

This package contains a parser and a pretty-printer for the opam file format.

perl-file-changenotify 0.24
Propagated dependencies: perl-class-load@0.25 perl-list-moreutils@0.430 perl-module-pluggable@5.2 perl-moose@2.2015 perl-moosex-params-validate@0.21 perl-moosex-semiaffordanceaccessor@0.10 perl-namespace-autoclean@0.29
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ChangeNotify
Licenses: Artistic License 2.0
Synopsis: Watch for changes to files
Description:

This module provides a class to monitor a directory for changes made to any file.

rust-filetime-creation 0.1.7
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/czy-29/filetime_creation
Licenses: Expat ASL 2.0
Synopsis: Enhanced version of filetime
Description:

This package provides an enhanced version of filetime, which can set file creation time on Windows before Rust 1.75.

sbcl-numpy-file-format 0.0.0-2.e440c7b
Dependencies: sbcl-ieee-floats@20170924-1.566b51a sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/marcoheisig/numpy-file-format
Licenses: Expat
Synopsis: Read and write NumPy .npy and .npz files
Description:

The NUMPY-FILE-FORMAT library is a Common Lisp library for reading and writing NumPy .npy and .npz files.

perl-file-desktopentry 0.22
Propagated dependencies: perl-file-basedir@0.09 perl-uri@5.05
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://metacpan.org/release/File-DesktopEntry
Licenses: GPL 1+
Synopsis: Handle @file{.desktop} files
Description:

File::DesktopEntry parses .desktop files defined by the Freedesktop.org Desktop Entry specification. It can also run the applications define in those files.

sbcl-trivial-file-size 0.0.0-0.1c1d672
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/trivial-file-size
Licenses: Expat
Synopsis: Size of a file in bytes in Common Lisp
Description:

The canonical way to determine the size of a file in bytes, using Common Lisp, is to open the file with an element type of (unsigned-byte 8) and then calculate the length of the stream. This is less than ideal. In most cases it is better to get the size of the file from its metadata, using a system call.

This library exports a single function, file-size-in-octets. It returns the size of a file in bytes, using system calls when possible.

go-modernc-org-fileutil 1.3.0
Propagated dependencies: go-modernc-org-mathutil@1.6.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gitlab.com/cznic/fileutil
Licenses: Modified BSD
Synopsis: File utility functions
Description:

Package fileutil collects some file utility functions.

perl-test-file-contents 0.23
Propagated dependencies: perl-test-pod@1.52 perl-test-pod-coverage@1.10 perl-text-diff@1.45
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-File-Contents
Licenses: GPL 1+
Synopsis: Test routines for examining the contents of files
Description:

{Test::File::Contents

perl-file-sharedir-dist 0.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ShareDir-Dist
Licenses: GPL 1+
Synopsis: Locate per-dist shared files
Description:

File::ShareDir::Dist finds share directories for distributions. It is a companion module to File::ShareDir.

ghc-filepath-bytestring 1.4.2.1.12
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/filepath-bytestring
Licenses: Modified BSD
Synopsis: Library for manipulating RawFilePaths in a cross-platform way
Description:

This package provides a drop-in replacement for the standard filepath library, operating on RawFilePath values rather than FilePath values to get the speed benefits of using ByteStrings.

perl-test-file-sharedir 1.001002
Propagated dependencies: perl-class-tiny@1.008 perl-file-copy-recursive@0.38 perl-file-sharedir@1.116 perl-path-tiny@0.118 perl-scope-guard@0.21
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-File-ShareDir
Licenses: GPL 1+
Synopsis: Create a Fake ShareDir for your modules for testing.
Description:

Test::File::ShareDir is some low level plumbing to enable a distribution to perform tests while consuming its own share directories in a manner similar to how they will be once installed.

perl-file-readbackwards 1.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ReadBackwards
Licenses: GPL 1+
Synopsis: Read a file backwards by lines
Description:

This module reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface.

It is intended for processing log and other similar text files which typically have their newest entries appended to them. By default files are assumed to be plain text and have a line ending appropriate to the OS. But you can set the input record separator string on a per file basis.

texlive-filecontentsdef 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/filecontentsdef
Licenses: LPPL 1.3+
Synopsis: @code{filecontents}, @code{macro}, and @code{verbatim}
Description:

The package provides two environments called filecontentsdef and filecontentshere. They are derived from the LaTeX filecontents environment. In addition to the file creation they either store the (verbatim) contents in a macro (filecontentsdef) or typeset them (verbatim) on the spot (filecontentshere). The author developed the package to display TeX code verbatim in documentation and the same time produce the corresponding files during the LaTeX run in order to embed them in the PDF as file attachment annotations (by using Scott Pakin's package attachfile).

genenetwork2-files-small 1.0
Channel: gn-bioinformatics
Location: gn/packages/genenetwork.scm (gn packages genenetwork)
Home page: http://genenetwork.org/
Licenses: AGPL 3+
Synopsis: Small file archive to run on genenetwork
Description:

Genenetwork genotype and mapping files.

perl-file-copy-recursive 0.38
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Copy-Recursive
Licenses: GPL 1+
Synopsis: Recursively copy files and directories
Description:

This module has 3 functions: one to copy files only, one to copy directories only, and one to do either depending on the argument's type.

perl-file-find-rule-perl 1.15
Propagated dependencies: perl-file-find-rule@0.34 perl-params-util@1.102 perl-parse-cpan-meta@2.150010
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Find-Rule-Perl
Licenses: GPL 1+
Synopsis: Common rules for searching for Perl things
Description:

File::Find::Rule::Perl provides methods for finding various types Perl-related files, or replicating search queries run on a distribution in various parts of the CPAN ecosystem.

perl-moox-file-configdir 0.008
Propagated dependencies: perl-file-configdir@0.021 perl-moo@1.007000 perl-namespace-clean@0.27
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooX-File-ConfigDir
Licenses: GPL 1+
Synopsis: Moo eXtension for @code{File::ConfigDir}
Description:

This module is a helper for easily finding configuration file locations. This information can be used to find a suitable place for installing configuration files or for finding any piece of settings.

perl-bareword-filehandles 0.007
Propagated dependencies: perl-b-hooks-op-check@0.22 perl-lexical-sealrequirehints@0.011
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/bareword-filehandles
Licenses: GPL 1+
Synopsis: Disables bareword filehandles
Description:

This module disables bareword filehandles.

python-pytest-param-files 0.3.4
Propagated dependencies: python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/chrisjsewell/pytest-param-files
Licenses: Expat
Synopsis: Pytest plugin to parameterize tests from external files
Description:

This Pytest plugin enables creating Pytest parametrize decorators from external files.

perl-file-find-object-rule 0.0311
Dependencies: perl-class-xsaccessor@1.19 perl-file-find-object@0.2.13 perl-number-compare@0.03 perl-text-glob@0.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Find-Object-Rule
Licenses: GPL 1+
Synopsis: Alternative interface to File::Find::Object
Description:

File::Find::Object::Rule is an alternative Perl interface to File::Find::Object.

r-genomictools-filehandler 0.1.5.9
Propagated dependencies: r-snpstats@1.56.0 r-data-table@1.16.2
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GenomicTools.fileHandler
Licenses: GPL 2+
Synopsis: File Handlers for Genomic Data Analysis
Description:

This package provides a collection of I/O tools for handling the most commonly used genomic datafiles, like fasta/-q, bed, gff, gtf, ped/map and vcf.

perl-file-sharedir-install 0.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ShareDir-Install
Licenses: GPL 1+
Synopsis: Install shared files
Description:

File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation.

emacs-find-file-in-project 6.2.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/technomancy/find-file-in-project
Licenses: GPL 3+
Synopsis: File/directory finder for Emacs
Description:

find-file-in-project finds files or directories quickly in the current project. The project root is detected automatically when Git, Subversion or Mercurial are used. It also provides functions to assist in reviewing changes on files.

Page: 12345678
Total results: 185