Liking cljdoc? Tell your friends :D
ClojureScript only.

re-conf.resources.archive

Archive extraction and manipulation resources

Archive extraction and manipulation resources
raw docstring

bzip2cljs

(bzip2 c target)

bzip2 extraction resource:

(bzip2 "foo.bz2")

bzip2 extraction resource:

(bzip2 "foo.bz2")
sourceraw docstring

fscljs

source

untarcljs

(untar c src dest)

Untar resource:

(untar "foo.tar" "/tmp/foo")

Untar resource:

(untar "foo.tar" "/tmp/foo")
sourceraw docstring

unzipcljs

(unzip c src dest)

Unzip resource:

(unzip "foo.zip" "/tmp/foo")

Unzip resource:

(unzip "foo.zip" "/tmp/foo")
sourceraw docstring

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

× close