Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robrwo/perl-alien-brotli
Install brotli
https://github.com/robrwo/perl-alien-brotli
Last synced: 11 days ago
JSON representation
Install brotli
- Host: GitHub
- URL: https://github.com/robrwo/perl-alien-brotli
- Owner: robrwo
- Created: 2022-06-15T13:47:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T08:38:51.000Z (about 2 years ago)
- Last Synced: 2024-10-11T21:56:26.882Z (about 1 month ago)
- Language: Perl
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
Alien::Brotli - Download and install Brotli compressor
# VERSION
version v0.2.2
# DESCRIPTION
This distribution installs `brotli`, so that it can be used by other
distributions.It does this by first trying to detect an existing installation. If
found, it will use that. Otherwise, the source will be downloaded
from the official git repository, and it will be installed in a
private share location for the use of other modules.# METHODS
## exe
This returns the path to the `brotli` executable, as a [Path::Tiny](https://metacpan.org/pod/Path%3A%3ATiny)
object.# SEE ALSO
[https://github.com/google/brotli](https://github.com/google/brotli)
# SOURCE
The development version is on github at [https://github.com/robrwo/perl-Alien-Brotli](https://github.com/robrwo/perl-Alien-Brotli)
and may be cloned from [git://github.com/robrwo/perl-Alien-Brotli.git](git://github.com/robrwo/perl-Alien-Brotli.git)# BUGS
Please report any bugs or feature requests on the bugtracker website
[https://github.com/robrwo/perl-Alien-Brotli/issues](https://github.com/robrwo/perl-Alien-Brotli/issues)When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.# AUTHOR
Robert Rothenberg
# CONTRIBUTOR
Michal Josef Špaček
# COPYRIGHT AND LICENSE
This software is Copyright (c) 2022 by Robert Rothenberg.
This is free software, licensed under:
```
The MIT (X11) License
```