shake-bindist: Rules for binary distributions

[ archive, bsd3, compression, library, shake ] [ Propose Tags ]

Pack files into a binary distribution


[Skip to Readme]

Modules

[Last Documentation]

  • Development
    • Shake
      • Development.Shake.BinDist

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled
Automatic Flags
NameDescriptionDefault
pure

Use tar library

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 1.0.0.0, 1.0.1.0, 1.0.2.0, 1.1.0.0 (info)
Change log CHANGELOG.md
Dependencies archive-libarchive (>=0.2.0.0), archive-sig (>=0.2.0.0), archive-tar (>=0.2.0.0), base (<0), bytestring, bz2 (>=0.1.1.0), lzlib (>=0.3.2.0), shake, zlib, zstd [details]
License BSD-3-Clause
Copyright Copyright: (c) 2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 2 made by vmchale at 2020-03-11T02:16:26Z
Category Shake, Compression, Archive
Source repo head: darcs get https://hub.darcs.net/vmchale/shake-bindist
Uploaded by vmchale at 2020-03-10T15:29:39Z
Distributions
Downloads 872 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-03-10 [all 3 reports]

Readme for shake-bindist-0.1.0.0

[back to package description]

shake-bindist

Like shake-pack.

Use

This package has two backends; by default it uses tar but if the pure flag is disabled it will be built with the libarchive backend.