shake-bindist: Rules for binary distributions

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

Pack files into a binary distribution


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

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

Downloads

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-sig (>=0.2.0.0), base (>=4.3 && <5), brotli, bytestring, bz2 (>=0.1.1.0), lzlib (>=0.3.2.0), lzma, shake, zlib, zstd [details]
License BSD-3-Clause
Copyright Copyright: (c) 2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Shake, Compression, Archive
Source repo head: darcs get https://hub.darcs.net/vmchale/shake-bindist
Uploaded by vmchale at 2020-04-12T15:24:58Z
Distributions
Downloads 871 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for shake-bindist-1.0.2.0

[back to package description]

shake-bindist

Like shake-pack.

Use

This package requires a package implementing archive-sig such as archive-tar or archive-libarchive.

As an example, you could add

build-depends: archive-sig
             , archive-libarchive

mixins: archive-libarchive (Archive.FFI as Archive)

or

build-depends: archive-sig
             , archive-tar

mixins: archive-tar (Archive.Tar as Archive)

in your .cabal file in the appropriate stanza, depending on whether you want the tar or libarchive backend.