/** * **jags** - Just Another Gibbs Sampler for Bayesian MCMC simulation * * @domain `mcmc-jags.sourceforge.io` * @programs `jags` * @version `4.3.2` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install mcmc-jags.sourceforge.io` * @homepage https://mcmc-jags.sourceforge.io * @dependencies `gnu.org/gcc`, `linux:netlib.org/lapack^3` (includes OS-specific dependencies with `os:package` format) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.mcmcjagssourceforgeio * console.log(pkg.name) // "jags" * console.log(pkg.description) // "Just Another Gibbs Sampler for Bayesian MCMC si..." * console.log(pkg.programs) // ["jags"] * console.log(pkg.versions[0]) // "4.3.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/mcmc-jags-sourceforge-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const mcmcjagssourceforgeioPackage: { /** * The display name of this package. */ name: 'jags'; /** * The canonical domain name for this package. */ domain: 'mcmc-jags.sourceforge.io'; /** * Brief description of what this package does. */ description: 'Just Another Gibbs Sampler for Bayesian MCMC simulation'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/mcmc-jags.sourceforge.io/package.yml'; homepageUrl: 'https://mcmc-jags.sourceforge.io'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install mcmc-jags.sourceforge.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +mcmc-jags.sourceforge.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install mcmc-jags.sourceforge.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['jags']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`). */ dependencies: readonly ['gnu.org/gcc', 'linux:netlib.org/lapack^3']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.3.2']; aliases: readonly [] }; export type McmcjagssourceforgeioPackage = typeof mcmcjagssourceforgeioPackage