Skip to content

Add Brotli 0.6.0 #464

Merged
merged 2 commits into from
Aug 22, 2017
Merged

Add Brotli 0.6.0 #464

merged 2 commits into from
Aug 22, 2017

Commits on Aug 19, 2017

  1. brotli: Add version 0.6.0

    [Description][1]:
    
    > Brotli is a generic-purpose lossless compression algorithm that
    > compresses data using a combination of a modern variant of the LZ77
    > algorithm, Huffman coding and 2nd order context modeling, with a
    > compression ratio comparable to the best currently available
    > general-purpose compression methods. It is similar in speed with
    > deflate but offers more dense compression.
    
    ```
    $ # https://github.com/google/brotli/archive/v0.6.0.tar.gz is correct
    $ bee init https://github.com/google/brotli/releases/download/v0.6.0/Brotli-0.6.0.tar.gz
    creating Brotli-0.6.0-0.bee from template '/etc/default/bee/templates/fallback'
    $ mv Brotli-0.6.0-0.bee brotli.be0
    $ git add $_
    $ vim brotli.be0
    ```
    
    Note, that as described in [issue #539][2] the source code archive is
    needed. Brotli-0.6.0.tar.gz is for the Python bindings.
    
    [1]: https://github.com/google/brotli
    [2]: https://github.com/google/brotli/issues/539
    pmenzel committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    0c8a133 View commit details
    Browse the repository at this point in the history
  2. brotli: Run test suite

    pmenzel committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    638510e View commit details
    Browse the repository at this point in the history