Liking cljdoc? Tell your friends :D

jepsen.os.smartos

Common tasks for SmartOS boxes.

Common tasks for SmartOS boxes.
raw docstring

installclj

(install pkgs)

Ensure the given packages are installed. Can take a flat collection of packages, passed as symbols, strings, or keywords, or, alternatively, a map of packages to version strings.

Ensure the given packages are installed. Can take a flat collection of
packages, passed as symbols, strings, or keywords, or, alternatively, a map
of packages to version strings.
raw docstring

installedclj

(installed pkgs)

Given a list of pkgin packages (strings, symbols, keywords, etc), returns the set of packages which are installed, as strings.

Given a list of pkgin packages (strings, symbols, keywords, etc), returns
the set of packages which are installed, as strings.
raw docstring

installed-versionclj

(installed-version pkg)

Given a package name, determines the installed version of that package, or nil if it is not installed.

Given a package name, determines the installed version of that package, or
nil if it is not installed.
raw docstring

installed?clj

(installed? pkg-or-pkgs)

Are the given packages, or singular package, installed on the current system?

Are the given packages, or singular package, installed on the current
system?
raw docstring

maybe-update!clj

(maybe-update!)

Pkgin update if we haven't done so recently.

Pkgin update if we haven't done so recently.
raw docstring

osclj


setup-hostfile!clj

(setup-hostfile!)

Makes sure the hostfile has a loopback entry for the local hostname

Makes sure the hostfile has a loopback entry for the local hostname
raw docstring

time-since-last-updateclj

(time-since-last-update)

When did we last run a pkgin update, in seconds ago

When did we last run a pkgin update, in seconds ago
raw docstring

uninstall!clj

(uninstall! pkg-or-pkgs)

Removes a package or packages.

Removes a package or packages.
raw docstring

update!clj

(update!)

Pkgin update.

Pkgin update.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close