Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
A set of user inputs used to set input preferences and query parameters during search. More...
#include "flox/search/params.hh"
Namespaces | |
namespace | flox |
Interfaces for use by flox . | |
namespace | flox::search |
Interfaces used to search for packages in flakes. | |
Functions | |
void | flox::search::from_json (const nlohmann::json &jfrom, SearchQuery &qry) |
void | flox::search::to_json (nlohmann::json &jto, const SearchQuery &qry) |
Convert a JSON object to a flox::search::SearchQuery. | |
void | flox::search::from_json (const nlohmann::json &jfrom, SearchParams ¶ms) |
Convert a JSON object to a flox::search::SearchParams. | |
void | flox::search::to_json (nlohmann::json &jto, const SearchParams ¶ms) |
Convert a flox::search::SearchParams to a JSON object. | |
A set of user inputs used to set input preferences and query parameters during search.