_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
file 5.45
Channel: guix
Location: gnu/packages/file.scm (gnu packages file)
Home page: https://www.darwinsys.com/file/
Licenses: FreeBSD
Synopsis: File type guesser
Description:

The file command is a file type guesser, a command-line tool that tells you in words what kind of data a file contains. It does not rely on filename extensions to tell you the type of a file, but looks at the actual contents of the file. This package provides the libmagic library.

elm-file 1.0.5
Propagated dependencies: elm-time@1.0.0 elm-json@1.1.3 elm-core@1.0.5 elm-bytes@1.0.8
Channel: guix
Location: gnu/packages/elm.scm (gnu packages elm)
Home page: https://package.elm-lang.org/packages/elm/file/1.0.5
Licenses: Modified BSD
Synopsis: Work with files in Elm
Description:

This package enables Elm programs to select files, download files, and work with file content.

filelight 24.05.2
Dependencies: kirigami@6.5.0 kirigami-addons@1.3.0 kquickcharts@6.5.0 kxmlgui@6.5.0 kio@6.5.0 ki18n@6.5.0 kdeclarative@6.5.0 qqc2-desktop-style@6.5.0 qtsvg@6.7.2
Channel: guix
Location: gnu/packages/kde-utils.scm (gnu packages kde-utils)
Home page: https://apps.kde.org/filelight/
Licenses: LGPL 2.1+
Synopsis: Visualize the disk usage
Description:

Filelight is an application to visualize the disk usage on your computer.

filezilla 3.62.2
Dependencies: dbus@1.15.8 gnutls@3.8.3 gtk+@3.24.41 libfilezilla@0.39.2 libidn@1.41 nettle@3.9.1 pugixml@1.12.1 sqlite@3.39.3 wxwidgets@3.0.5.1
Channel: guix
Location: gnu/packages/ftp.scm (gnu packages ftp)
Home page: https://filezilla-project.org
Licenses: GPL 2+
Synopsis: Full-featured graphical FTP/FTPS/SFTP client
Description:

Filezilla client supports FTP, FTP over SSL/TLS (FTPS), SSH File Transfer Protocol (SFTP), HTTP/1.1, SOCKS5, FTP-Proxy, IPv6 and others features such as bookmarks, drag and drop, filename filters, directory comparison and more.

filevercmp 0-1.1a9b779
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/ekg/filevercmp
Licenses: GPL 3+
Synopsis: This program compares version strings
Description:

This program compares version strings. It intends to be a replacement for strverscmp.

r-filelock 1.0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/filelock
Licenses: Expat
Synopsis: Portable file locking
Description:

This library lets you place an exclusive or shared lock on a file using the appropriate system call provided by the underlying operating system.

r-filehash 2.4-6
Propagated dependencies: r-digest@0.6.37
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://github.com/rdpeng/filehash
Licenses: GPL 2+
Synopsis: Simple key-value database
Description:

This package implements a simple key-value style database where character string keys are associated with data values that are stored on the disk. A simple interface is provided for inserting, retrieving, and deleting data from the database. Utilities are provided that allow filehash databases to be treated much like environments and lists are already used in R. These utilities are provided to encourage interactive and exploratory analysis on large datasets.

file-roller 3.42.0
Dependencies: gtk+@3.24.41 json-glib@1.6.6 libarchive@3.6.1 libhandy@1.8.3 libnotify@0.8.3 nettle@3.9.1 libxml2@2.9.14
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://fileroller.sourceforge.net
Licenses: GPL 2+
Synopsis: Graphical archive manager for GNOME
Description:

File Roller is an archive manager for the GNOME desktop environment that allows users to view, unpack, and create compressed archives such as gzip tarballs.

python-file 5.45
Dependencies: file@5.45
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.darwinsys.com/file/
Licenses: FreeBSD
Synopsis: Python bindings to the libmagic file type guesser
Description:

This package provides Python bindings to the libmagic file type guesser.

Note that this module and the python-magic module both provide a magic.py file; these two modules, which are different and were developed separately, both serve the same purpose: provide Python bindings for libmagic.

cl-tar-file 0.2.1-0.0c10bc8
Propagated dependencies: cl-40ants-doc@0.1.0-0.7725ff6 cl-alexandria@1.4-0.009b7e5 cl-babel@0.5.0-3.627d6a6 cl-chipz@0.8-2.82a17d3 cl-flexi-streams@1.0.19-0.74a1027 cl-salza2@2.1 cl-trivial-gray-streams@2.0-1.2b3823e cl-parachute@1.5.0-1.bd072b0
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
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-filelock 0.1.1.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-pkg-janitors/filelock
Licenses: Public Domain
Synopsis: Portable interface to file locking
Description:

This package provides an interface to file locking functionalities.

rust-file-id 0.2.1
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/notify-rs/notify
Licenses: Expat ASL 2.0
Synopsis: Utility for reading inode numbers (Linux, MacOS) and file IDs (Windows)
Description:

Utility for reading inode numbers (Linux, MacOS) and file IDs (Windows)

perl-db-file 1.858
Dependencies: bdb@6.2.32
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/DB_File
Licenses: GPL 1+
Synopsis: Perl5 access to Berkeley DB version 1.x
Description:

The DB::File module provides Perl bindings to the Berkeley DB version 1.x.

rust-file-id 0.2.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/notify-rs/notify
Licenses: Expat ASL 2.0
Synopsis: Utility for reading inode numbers (Linux, MacOS) and file IDs (Windows)
Description:

This package provides a utility for reading inode numbers (Linux, MacOS) and file IDs (Windows).

julia-fileio 1.9.1
Propagated dependencies: julia-requires@1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaIO/FileIO.jl
Licenses: Expat
Synopsis: Main Package for IO, loading all different kind of files
Description:

FileIO aims to provide a common framework for detecting file formats and dispatching to appropriate readers/writers. The two core functions in this package are called load and save, and offer high-level support for formatted files (in contrast with Julia's low-level read and write).

js-filesaver 1.3.2
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Licenses: Expat
Synopsis: HTML5 saveAs() FileSaver implementation
Description:

FileSaver.js implements the saveAs() FileSaver interface in browsers that do not natively support it.

FileSaver.js is the solution to saving files on the client-side, and is perfect for webapps that need to generate files, or for saving sensitive information that shouldn't be sent to an external server.

js-filesaver 1.3.8
Channel: guix
Location: gnu/packages/javascript.scm (gnu packages javascript)
Home page: https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Licenses: Expat
Synopsis: HTML5 saveAs() FileSaver implementation
Description:

FileSaver.js implements the saveAs() FileSaver interface in browsers that do not natively support it.

FileSaver.js is the solution to saving files on the client-side, and is perfect for webapps that need to generate files, or for saving sensitive information that shouldn't be sent to an external server.

r-filematrix 1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/andreyshabalin/filematrix
Licenses: LGPL 3
Synopsis: File-backed matrix class with convenient read and write access
Description:

This package provides an interface for working with large matrices stored in files, not in computer memory. It supports multiple non-character data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4 byte real values). Access to parts of the matrix is done by indexing, exactly as with usual R matrices. It supports very large matrices; the package has been tested on multi-terabyte matrices. It allows for more than 2^32 rows or columns, ad allows for quick addition of extra columns to a filematrix.

r-r-filesets 2.15.1
Propagated dependencies: r-digest@0.6.37 r-r-cache@0.16.0 r-r-methodss3@1.8.2 r-r-oo@1.27.0 r-r-utils@2.12.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/R.filesets
Licenses: LGPL 2.1+
Synopsis: Easy handling of and access to files
Description:

This package provides classes and methods to locate, setup, subset, navigate and iterate file sets, i.e. sets of files located in one or more directories on the file system. The API is designed such that these classes can be extended via inheritance to provide a richer API for special file formats. Moreover, a specific name format is defined such that filenames and directories can be considered to have full names which consists of a name followed by comma-separated tags. This adds additional flexibility to identify file sets and individual files.

ecl-tar-file 0.2.1-0.0c10bc8
Dependencies: ecl-40ants-doc@0.1.0-0.7725ff6 ecl-alexandria@1.4-0.009b7e5 ecl-babel@0.5.0-3.627d6a6 ecl-chipz@0.8-2.82a17d3 ecl-flexi-streams@1.0.19-0.74a1027 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
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.

rust-filetime 0.2.22
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/alexcrichton/filetime
Licenses: Expat ASL 2.0
Synopsis: Platform-agnostic accessors of timestamps in File metadata
Description:

Platform-agnostic accessors of timestamps in File metadata

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
Synopsis: File handling library for Haskell
Description:

This library provides file handling utilities for Haskell.

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+
Synopsis: Method for memory mapping a file
Description:

This package provides a way to memory map a file.

rust-filename 0.1.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/flier/rust-filename
Licenses: Expat
Synopsis: Get filename from a raw file descriptor
Description:

This package provides a way to get the filename from a raw file descriptor.

Page: 1234567
Total results: 166