/** * **dexios** - A secure file encryption utility, written in Rust. * * @domain `brxken128.github.io/dexios` * @programs `dexios` * @version `8.8.1` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install brxken128.github.io/dexios` * @homepage https://brxken128.github.io/dexios/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.brxken128githubiodexios * console.log(pkg.name) // "dexios" * console.log(pkg.description) // "A secure file encryption utility, written in Rust." * console.log(pkg.programs) // ["dexios"] * console.log(pkg.versions[0]) // "8.8.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/brxken128-github-io/dexios.md * @see https://ts-pkgx.netlify.app/usage */ export declare const brxken128githubiodexiosPackage: { /** * The display name of this package. */ name: 'dexios'; /** * The canonical domain name for this package. */ domain: 'brxken128.github.io/dexios'; /** * Brief description of what this package does. */ description: 'A secure file encryption utility, written in Rust.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/brxken128.github.io/dexios/package.yml'; homepageUrl: 'https://brxken128.github.io/dexios/'; githubUrl: 'https://github.com/brxken128/dexios'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install brxken128.github.io/dexios'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +brxken128.github.io/dexios -- $SHELL -i'; launchpadInstallCommand: 'launchpad install brxken128.github.io/dexios'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['dexios']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['8.8.1']; aliases: readonly [] }; export type Brxken128githubiodexiosPackage = typeof brxken128githubiodexiosPackage