|
Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Directories | |
| directory | parse |
| directory | pkgdb |
| directory | resolver |
| directory | search |
Files | |
| file | command.cc |
| Executable command helpers, argument parsers, etc. | |
| file | flake-package.cc |
Provides a flox::Package implementation which are pulled from evaluation of a nix flake. | |
| file | flox-flake.cc |
Defines a convenience wrapper that provides various operations on a flake. | |
| file | logger.cc |
Custom nix::Logger implementation used to filter some messages. | |
| file | main.cc |
| Executable exposing CRUD operations for package metadata. | |
| file | package.cc |
| Abstract representation of a package. | |
| file | raw-package.cc |
| The simplest ‘Package’ implementation comprised of raw values. | |
| file | registry.cc |
| A set of user inputs and preferences used for resolution and search. | |
| file | repl.cc |
| Executable command helpers, argument parsers, etc. | |
| file | tomlToJSON.cc |
| Convert a TOML string to a JSON object. | |
| file | versions.cc |
| Interfaces used to perform version number analysis, especially Semantic Version processing. | |
| file | yamlToJSON.cc |
| Convert a YAML string to a JSON object. | |