_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ecl-tar-file 0.2.1-0.0c10bc8
Dependencies: ecl-40ants-doc@0.24.1 ecl-alexandria@1.4-0.009b7e5 ecl-babel@0.5.0-3.627d6a6 ecl-chipz@0.8-2.82a17d3 ecl-flexi-streams@1.0.20-1.4951d57 ecl-salza2@2.1 ecl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/cl-tar/cl-tar-file
Licenses: Modified BSD
Build system: asdf/ecl
Synopsis: Read and write physical entries to and from tar files
Description:

cl-tar-file is a Common Lisp library that allows reading from and writing to various tar archive formats. Currently supported are the POSIX ustar, PAX (ustar with a few new entry types), GNU, and v7 (very old) formats.

This library is rather low level and is focused exclusively on reading and writing physical tar file entries using streams. Therefore, it contains no functionality for automatically building archives from a set of files on the filesystem or writing the contents of a file to the filesystem. Additionally, there are no smarts that read multiple physical entries and combine them into a single logical entry (e.g., with PAX extended headers or GNU long link/path name support). For a higher-level library that reads and writes logical entries, and also includes filesystem integration, see cl-tar.

ghc-filepath 1.5.4.0
Dependencies: ghc-os-string@2.0.7
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/haskell/filepath/blob/master/README.md
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for manipulating FilePaths in a cross platform way.
Description:

This package provides functionality for manipulating @FilePath@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>. It provides two variants for filepaths: . 1. legacy filepaths: @type FilePath = String@ . 2. operating system abstracted filepaths (@OsPath@): internally unpinned @ShortByteString@ (platform-dependent encoding) . It is recommended to use @OsPath@ when possible, because it is more correct. . For each variant there are three main modules: . * "System.FilePath.Posix" / "System.OsPath.Posix" manipulates POSIX\/Linux style @FilePath@ values (with @\/@ as the path separator). . * "System.FilePath.Windows" / "System.OsPath.Windows" manipulates Windows style @FilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives). . * "System.FilePath" / "System.OsPath" for dealing with current platform-specific filepaths . For more powerful string manipulation of @OsPath@, you can use the <https://hackage.haskell.org/package/os-string os-string package> (@OsPath@ is a type synonym for @OsString@). . An introduction into the new API can be found in this <https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html blog post>. Code examples for the new API can be found <https://github.com/hasufell/filepath-examples here>.

ghc-easy-file 0.2.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/kazu-yamamoto/easy-file
Licenses: Modified BSD
Build system: haskell
Synopsis: File handling library for Haskell
Description:

This library provides file handling utilities for Haskell.

cl-file-types 0-0.6f5676b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eugeneia/file-types
Licenses: AGPL 1
Build system: asdf/source
Synopsis: Simple scheme to classify file types in a hierarchical fashion
Description:

Simple scheme to classify file types in a hierarchical fashion.

perl-file-map 0.71
Propagated dependencies: perl-sub-exporter-progressive@0.001013
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Map
Licenses: GPL 1+
Build system: perl
Synopsis: Method for memory mapping a file
Description:

This package provides a way to memory map a file.

ghc-filemanip 0.3.6.3
Dependencies: ghc-unix-compat@0.5.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/bos/filemanip
Licenses: Modified BSD
Build system: haskell
Synopsis: File and directory manipulation for Haskell
Description:

This package provides a Haskell library for working with files and directories. It includes code for pattern matching, finding files, modifying file contents, and more.

sbcl-tar-file 0.2.1-0.0c10bc8
Dependencies: sbcl-40ants-doc@0.24.1 sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-chipz@0.8-2.82a17d3 sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-salza2@2.1 sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/cl-tar/cl-tar-file
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Read and write physical entries to and from tar files
Description:

cl-tar-file is a Common Lisp library that allows reading from and writing to various tar archive formats. Currently supported are the POSIX ustar, PAX (ustar with a few new entry types), GNU, and v7 (very old) formats.

This library is rather low level and is focused exclusively on reading and writing physical tar file entries using streams. Therefore, it contains no functionality for automatically building archives from a set of files on the filesystem or writing the contents of a file to the filesystem. Additionally, there are no smarts that read multiple physical entries and combine them into a single logical entry (e.g., with PAX extended headers or GNU long link/path name support). For a higher-level library that reads and writes logical entries, and also includes filesystem integration, see cl-tar.

perl-cddb-file 1.05
Channel: bloup
Location: bloup/packages/perl.scm (bloup packages perl)
Home page: https://metacpan.org/release/CDDB-File
Licenses: GPL 2+
Build system: perl
Synopsis: Parse a CDDB/freedb data file
Description:
pantheon-files 7.1.0
Dependencies: gtk+@3.24.51 granite@6.2.0 libgee@0.20.6 glib@2.83.3 pango@1.54.0 libhandy@1.8.3 libportal@0.9.1 zeitgeist@1.0.4 libgit2-glib@1.2.0 libcanberra@0.30 libcloudproviders@0.3.6 dbus-glib@0.112 sqlite@3.51.0
Channel: abbe
Location: abbe/packages/files.scm (abbe packages files)
Home page: https://elementary.io
Licenses: GPL 3
Build system: meson
Synopsis: File browser designed for elementary OS
Description:

File browser

emacs-filetree 20241229.1923
Propagated dependencies: emacs-dash@20250312.1307 emacs-helm@4.0.6
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/knpatel401/filetree
Licenses:
Build system: melpa
Synopsis: File tree view/manipulatation package
Description:

Documentation at https://melpa.org/#/filetree

emacs-filetags 20190706.804
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/DerBeutlin/filetags.el
Licenses:
Build system: melpa
Synopsis: Package to manage filetags in filename
Description:

Documentation at https://melpa.org/#/filetags

emacs-filelock 20180524.2215
Propagated dependencies: emacs-f@20241003.1131
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/DarwinAwardWinner/emacs-filelock
Licenses:
Build system: melpa
Synopsis: Functions for manipulating file locks
Description:

Documentation at https://melpa.org/#/filelock

ecl-file-types 0-0.6f5676b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eugeneia/file-types
Licenses: AGPL 1
Build system: asdf/ecl
Synopsis: Simple scheme to classify file types in a hierarchical fashion
Description:

Simple scheme to classify file types in a hierarchical fashion.

perl-file-next 1.18
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/pod/File::Next
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Lightweight, taint-safe file-finding Perl module
Description:

File::Next is a Perl CPAN module for finding files.

perl-test-file 1.444
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-File
Licenses: GPL 1+
Build system: perl
Synopsis: Utilities for testing file attributes
Description:

Test::File provides a collection of test utilities for file attributes.

ruby-fileutils 1.7.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby/fileutils
Licenses: FreeBSD
Build system: ruby
Synopsis: Ruby utility library to manipulate files
Description:

The FileUtils Ruby library includes Several file utility methods for copying, moving, removing, etc.

cl-file-notify 1.0.0-0.f12dc2f
Propagated dependencies: cl-cffi@0.24.1-2.32c90d4 cl-documentation-utils@1.2.0-0.98630dd cl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shinmera/file-notify
Licenses: Zlib
Build system: asdf/source
Synopsis: Get notifications for file accesses and changes
Description:

File-Notify is a Common Lisp library for getting notifications for file accesses and changes.

perl-file-temp 0.2309
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Temp
Licenses: GPL 1+
Build system: perl
Synopsis: Return name and handle of a temporary file safely
Description:

File::Temp can be used to create and open temporary files in a safe way.

cl-file-finder 0.2.0-0.ec392d7
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-str@0.21 cl-file-attributes@1.0.0-2.bbde396 cl-local-time@1.0.6-4.40169fe cl-named-readtables@0.9-4.d5ff162 cl-serapeum@0.0.0-12.c08442a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lisp-maintainers/file-finder
Licenses: GPL 3+
Build system: asdf/source
Synopsis: Enable rapid file search, inspection and manipulation
Description:

This library provides modern file handling for Common Lisp, which avoids many of the pitfalls of pathnames.

perl-file-path 2.16
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Path
Licenses: GPL 1+
Build system: perl
Synopsis: Create or remove directory trees
Description:

This module provide a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the file system.

perl-file-list 0.3.1
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-List
Licenses: GPL 1+
Build system: perl
Synopsis: Perl extension for crawling directory trees and compiling lists of files
Description:

The File::List module crawls the directory tree starting at the provided base directory and can return files (and/or directories if desired) matching a regular expression.

ghc-file-embed 0.0.15.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snoyberg/file-embed
Licenses: Modified BSD
Build system: haskell
Synopsis: Use Template Haskell to embed file contents directly
Description:

This package allows you to use Template Haskell to read a file or all the files in a directory, and turn them into (path, bytestring) pairs embedded in your Haskell code.

lua-filesystem 1.7.0.2
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://keplerproject.github.io/luafilesystem/index.html
Licenses: X11
Build system: gnu
Synopsis: File system library for Lua
Description:

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.

perl-file-grep 0.02
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Grep
Licenses: GPL 1+
Build system: perl
Synopsis: Matches patterns in a series of files
Description:

File::Grep provides similar functionality as perl's builtin grep, map, and foreach commands, but iterating over a passed filelist instead of arrays. While trivial, this module can provide a quick dropin when such functionality is needed.

Page: 123456789
Total results: 204