/db-reader

An adapter to read Crater DB and generate shell scripts for appropriate actions

Primary LanguageCommon LispMIT LicenseMIT

crater-db-reader

Built with Lisp License
ko-fi

An adapter to read Crater DB and generate shell scripts for appropriate actions

Commands

  1. get_sources generates a Bash script to determine the package sources (among the configured ones in the DB) available on the current system
  2. search generates a Bash script to search for the specified package across the available known sources
  3. list generates a Bash script to list the installed packages across the available known sources
  4. install generates a Bash script to install the specified packages using the most appropriate option from among the available known sources
  5. uninstall generates a Bash script to uninstall the specified packages from the system
  6. update generates a Bash script to update all (or specified) packages using the appropriate available known sources

Executing

The DB reader script can be executed using SBCL, as shown below:

sbcl --script ./main.lisp get_sources

More documentation coming soon...