_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-digest-md5-file 0.08
Propagated dependencies: perl-libwww@6.67
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Digest-MD5-File
Licenses: GPL 1+
Synopsis: MD5 sums for files and urls
Description:

Digest::MD5::File is a Perl extension for getting MD5 sums for files and urls.

chicken-compile-file 1.3
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/egg/compile-file
Licenses: Modified BSD
Synopsis: Programmatic compiler invocation
Description:

This egg provides a way to do on-the-fly compilation of source code and load it into the running process.

sbcl-file-attributes 1.0.0-2.bbde396
Dependencies: sbcl-cffi@0.24.1-2.32c90d4 sbcl-documentation-utils@1.2.0-0.98630dd sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/file-attributes/
Licenses: Zlib
Synopsis: Access to common file attributes in Common Lisp
Description:

This is a small OS portability library to retrieve and set file attributes not supported by the Common Lisp standard functions.

cl-numpy-file-format 0.0.0-2.e440c7b
Propagated dependencies: cl-ieee-floats@20170924-1.566b51a cl-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.

javascript-filesaver 2.0.2
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://github.com/eligrey/FileSaver.js
Licenses: Expat
Synopsis: HTML5 saveAs() FileSaver implementation
Description:

FileSaver.js is the solution to saving files on the client-side, and is perfect for web apps that generates files on the client.

python-requests-file 1.5.1
Propagated dependencies: python-requests@2.31.0 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dashea/requests-file
Licenses: ASL 2.0
Synopsis: File transport adapter for Requests
Description:

Requests-File is a transport adapter for use with the Requests Python library to allow local file system access via file:// URLs.

ecl-filesystem-utils 1.0.0-2.a07e8b6
Dependencies: ecl-documentation-utils@1.2.0-0.98630dd ecl-pathname-utils@1.1.0-4.3309d65 ecl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/filesystem-utils/
Licenses: Zlib
Synopsis: Collection of utilities for filesystem interaction
Description:

This is an extension library to pathname-utils, to allow dealing with common problems with filesystems, such as listing files, probing file types, determining default directories, etc.

node-get-caller-file 2.0.5
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/stefanpenner/get-caller-file#readme
Licenses: ISC
Synopsis: [![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.a
Description:

[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.a

emacs-uniquify-files 1.0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/uniquify-files.html
Licenses: GPL 3+
Synopsis: Disambiguate files with the same basename
Description:

This package helps differentiate files with the same name but in different directories when displayed in Emacs buffers or completion interfaces.

Generally, you probably want to use emacs' builtin uniquify instead--which makes unique buffer names. Only if you want to programmatically generate unique file names you need this package here.

texlive-filecontents 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/filecontents
Licenses: LPPL 1.3c+
Synopsis: Create an external file from within a LaTeX document
Description:

LaTeX2e's filecontents and filecontents* environments enable a LaTeX source file to generate external files as it runs through LaTeX. However, there are two limitations of these environments: they refuse to overwrite existing files, and they can only be used in the preamble of a document. The filecontents package removes these limitations, letting you overwrite existing files and letting you use filecontents filecontents* anywhere.

cl-trivial-file-size 0.0.0-0.1c1d672
Propagated dependencies: cl-fiveam@1.4.2
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.

chicken5-compile-file 1.3
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/compile-file
Licenses: FreeBSD
Synopsis: Programmatic compiler invocation
Description:

Programmatic compiler invocation

chicken6-compile-file 1.4
Channel: ziltis-guixchannel
Location: zilti/packages/chicken6.scm (zilti packages chicken6)
Home page: https://wiki.call-cc.org/eggref/5/compile-file
Licenses: FreeBSD
Synopsis: Programmatic compiler invocation
Description:

Programmatic compiler invocation

maven-file-management 3.0.0
Propagated dependencies: maven-plugin-api@3.0 maven-shared-io@3.0.0 maven-shared-utils@3.2.1 java-plexus-utils@3.3.0 maven-components-parent-pom@22
Channel: guix
Location: gnu/packages/maven.scm (gnu packages maven)
Home page: https://maven.apache.org/shared/maven-dependency-tree
Licenses: ASL 2.0
Synopsis: Tree-based API for resolution of Maven project dependencies
Description:

This package provides a tree-based API for resolution of Maven project dependencies.

perl-file-find-object 0.2.13
Dependencies: perl-class-xsaccessor@1.19
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Find-Object
Licenses: Artistic License 2.0
Synopsis: Object-oriented File::Find replacement in Perl
Description:

File::Find::Object is an object-oriented File::Find replacement in Perl.

ecl-numpy-file-format 0.0.0-2.e440c7b
Dependencies: ecl-ieee-floats@20170924-1.566b51a ecl-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.

android-file-transfer 4.3
Dependencies: qtbase@5.15.15 qtwayland@5.15.15 fuse@3.10.5 libxkbcommon@1.6.0
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://whoozle.github.io/android-file-transfer-linux/
Licenses: LGPL 2.1+
Synopsis: MTP client for Android devices
Description:

This package provides a Qt graphical interface for transferring files with Android devices using MTP. It also allows the Android device to be mounted via FUSE.

sbcl-filesystem-utils 1.0.0-2.a07e8b6
Dependencies: sbcl-documentation-utils@1.2.0-0.98630dd sbcl-pathname-utils@1.1.0-4.3309d65 sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/filesystem-utils/
Licenses: Zlib
Synopsis: Collection of utilities for filesystem interaction
Description:

This is an extension library to pathname-utils, to allow dealing with common problems with filesystems, such as listing files, probing file types, determining default directories, etc.

node-file-entry-cache 6.0.1
Dependencies: node-flat-cache@3.0.4
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/royriojas/file-entry-cache#readme
Licenses: Expat
Synopsis: Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
Description:

Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process

node-file-uri-to-path 2.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/TooTallNate/file-uri-to-path
Licenses: Expat
Synopsis: Convert a @code{file:} URI to a file path
Description:

This package provides a function to convert a file: URI to a file path. It accepts a file: URI and returns a file path suitable for use with the fs module functions.

texlive-tex-ini-files 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://www.ctan.org/pkg/tex-ini-files
Licenses: Public Domain
Synopsis: Files for creating TeX formats
Description:

This bundle provides a collection of model .ini files for creating TeX formats. These files are commonly used to introduced distribution-dependent variations in formats. They are also used to allow existing format source files to be used with newer engines, for example to adapt the plain e-TeX source file to work with XeTeX and LuaTeX.

ecl-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.

texlive-latex-filemod 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://www.ctan.org/pkg/filemod
Licenses: LPPL 1.3+
Synopsis: Provide file modification times, and compare them
Description:

This package provides macros to read and compare the modification dates of files. The files may be .tex files, images or other files (as long as they can be found by LaTeX). It uses the \pdffilemoddate primitive of pdfLaTeX to find the file modification date as PDF date string, parses the string and returns the value to the user. The package will also work for DVI output with recent versions of the LaTeX compiler which uses pdfLaTeX in DVI mode. The functionality is provided by purely expandable macros or by faster but non-expandable ones.

rust-atomic-write-file 0.1.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/andreacorbellini/rust-atomic-write-file
Licenses: Modified BSD
Synopsis: Write files atomically to a file system
Description:

Write files atomically to a file system.

Page: 12345678
Total results: 185