Skip to content

Commit

Permalink
Merge branch 'master' into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jun 16, 2024
2 parents 443e22e + 6534f16 commit 3798a82
Show file tree
Hide file tree
Showing 63 changed files with 31,247 additions and 8,537 deletions.
18 changes: 18 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
task:
name: FreeBSD
freebsd_instance:
matrix:
# image: freebsd-11-4-release-amd64
# image: freebsd-12-2-release-amd64
image: freebsd-13-2-release-amd64
# image: freebsd-14-0-release-amd64
install_script:
- pkg info
- pkg install -y gcc perl5
- perl -V
- pkg install -y p5-App-cpanminus
- cpanm --installdeps .
build_script:
- perl Makefile.PL
test_script:
- make test
35 changes: 35 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[![Linux](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux.yml)
[![MacOS](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos.yml)
[![Windows](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/windows.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/windows.yml)
[![Alpine 32-bit](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/alpine-32bit.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/alpine-32bit.yml)
[![Linux 32-bit](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-32bit.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-32bit.yml)
[![FreeBSD](https://api.cirrus-ci.com/github/pmqs/Compress-Raw-Zlib.svg?task=FreeBSD)](https://cirrus-ci.com/github/pmqs/Compress-Raw-Zlib?task=FreeBSD)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/pmqs/Compress-Raw-Zlib?svg=true)](https://ci.appveyor.com/project/pmqs/Compress-Raw-Zlib)

**Upstream Testing**

[![Linux + upstream zlib](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-upstream-zlib.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-upstream-zlib.yml)
[![Linux + upstream zlib-ng](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-upstream-zlib-ng.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-upstream-zlib-ng.yml)
[![MacOS + upstream zlib](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos-upstream-zlib.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos-upstream-zlib.yml)
[![MacOS + upstream zlib-ng](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos-upstream-zlib-ng.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos-upstream-zlib-ng.yml)

# Compress::Raw::Zlib - Perl Interface to the Zlib library

This module provides a low-level Perl interface to the [zlib](http://www.zlib.net/) and [zlib-ng](https://github.com/zlib-ng/zlib-ng) compression libraries.

For details of building and installing this module see the file [README](../README)

API Documentation is in [Zlib.pod](Zlib.pod).

This module is also available on [metacpan](https://metacpan.org/) at [Compress::Raw::Zlib](https://metacpan.org/pod/Compress::Raw::Zlib)

General feedback/questions/bug reports should be reported in the [issues](https://github.com/pmqs/Compress-Raw-Zlib/issues) page.


Copyright (c) 2009-2024 Paul Marquess. All rights reserved.

This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.


Paul Marquess <[email protected]>
Loading

0 comments on commit 3798a82

Please sign in to comment.