Liking cljdoc? Tell your friends :D

re-conf.resources.pkg

Package resources, blocking channels are used to block multiple operations per package provide type

Package resources, blocking channels are used to block multiple operations per package provide type
raw docstring

add-repocljs

(add-repo repo url id)

Add repo, gpg key and fingerprint in one go:

(let [repo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" key "https://dl-ssl.google.com/linux/linux_signing_key.pub"] (add-repo repo key "7FAC5991"))

Add repo, gpg key and fingerprint in one go:

(let [repo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
      key "https://dl-ssl.google.com/linux/linux_signing_key.pub"]
   (add-repo repo key "7FAC5991"))
sourceraw docstring

aptcljs

(apt)
source

Aptcljs

source

apt-bincljs

source

debcljs

(deb)
source

Debcljs

source

dpkg-bincljs

source

Gemcljs

source

gemcljs

(gem)
source

gem-bincljs

source

gem-pipecljs

source

initializecljs

(initialize)

Setup package resource serializing consumer

Setup package resource serializing consumer
sourceraw docstring

installed?cljs

(installed? pkg)
source

key-filecljs

(key-file file)
(key-file c file)

Import a gpg apt key from a file resource:

(key-file "key.gpg")

Import a gpg apt key from a file resource:

(key-file "key.gpg")
sourceraw docstring

key-servercljs

(key-server server id)
(key-server c server id)

Import a gpg apt key from a gpg server resource: (key-server "keyserver.ubuntu.com" "42ED3C30B8C9F76BC85AC1EC8B095396E29035F0")

Import a gpg apt key from a gpg server resource:
(key-server "keyserver.ubuntu.com" "42ED3C30B8C9F76BC85AC1EC8B095396E29035F0")
sourceraw docstring

key-server-importcljs

(key-server-import server id)
source

Managecljsprotocol

update-cljs

(update- this)

upgrade-cljs

(upgrade- this)
source

os-pipecljs

source

packagecljs

(package & args)

Package resource with optional provider and state parameters: (package "ghc") ; state is present by default (package "ghc" "gnome-terminal") ; multiple packages (package "ghc" :present) ; explicit state (package "/tmp/foo.deb" deb :present) ; using deb provider (package "ghc" :absent) ; remove package

Package resource with optional provider and state parameters:
(package "ghc") ; state is present by default
(package "ghc" "gnome-terminal") ; multiple packages
(package "ghc" :present) ; explicit state
(package "/tmp/foo.deb" deb :present) ; using deb provider
(package "ghc" :absent) ; remove package
sourceraw docstring

Packagecljsprotocol

install-cljs

(install- this pkg)

uninstallcljs

(uninstall this pkg)
source

package-installcljs

(package-install provider pkg)
source

package-uninstallcljs

(package-uninstall provider pkg)
source

Pkgcljs

source

pkgcljs

(pkg)
source

ppacljs

(ppa repo)
(ppa repo state)
(ppa c repo state)

Add a PPA repository (ppa "ppa:neovim-ppa/stable" :present) (ppa "ppa:neovim-ppa/stable" :absent)

Add a PPA repository
(ppa "ppa:neovim-ppa/stable" :present)
(ppa "ppa:neovim-ppa/stable" :absent)
sourceraw docstring

PPAcljsprotocol

add-ppacljs

(add-ppa this repo)

rm-ppacljs

(rm-ppa this repo)
source

Repocljsprotocol

key-file-cljs

(key-file- this file)

key-server-cljs

(key-server- this server id)

rm-repocljs

(rm-repo this repo)

add-repo-cljs

(add-repo- this repo)
source

repositorycljs

(repository repo)
(repository repo state)
(repository c repo state)

Package repository resource: (repository "deb https://raw.githubusercontent.com/narkisr/fpm-barbecue/repo/packages/ubuntu/ xenial main" :present) (repository "deb https://raw.githubusercontent.com/narkisr/fpm-barbecue/repo/packages/ubuntu/ xenial main" :absent)

Package repository resource:
(repository "deb https://raw.githubusercontent.com/narkisr/fpm-barbecue/repo/packages/ubuntu/ xenial main" :present)
(repository "deb https://raw.githubusercontent.com/narkisr/fpm-barbecue/repo/packages/ubuntu/ xenial main" :absent)
sourceraw docstring

updatecljs

(update)
(update c)
(update c provider)

Update package repository index resource: (update)

Update package repository index resource:
(update)
sourceraw docstring

update-repocljs

(update-repo provider)
source

upgradecljs

(upgrade)
(upgrade provider)
(upgrade c provider)

Upgrade installed packages: (upgrade)

Upgrade installed packages:
(upgrade)
sourceraw docstring

upgrade-repocljs

(upgrade-repo provider)
source

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

× close