packages feed

zlib-clib-1.3.2: zlib-clib.cabal

cabal-version:   2.4
name:            zlib-clib
version:         1.3.2

copyright:       1995-2026 Jean-loup Gailly and Mark Adler
license:         Zlib
license-file:    LICENSE
maintainer:      Duncan Coutts <duncan@community.haskell.org>, Andrew Lelechenko <andrew.lelechenko@gmail.com>, Emily Pillmore <emilypi@cohomolo.gy>, Herbert Valerio Riedel <hvr@gnu.org>
bug-reports:     https://github.com/haskell/zlib/issues
category:        Codec
synopsis:        zlib C library bits
description:     This package provides the zlib C library bits that Haskell
                 bindings can use to link against.
build-type:      Simple
extra-doc-files: changelog.md
                 README.md

tested-with:     GHC == 8.0.2
               , GHC == 8.2.2
               , GHC == 8.4.4
               , GHC == 8.6.5
               , GHC == 8.8.4
               , GHC == 8.10.7
               , GHC == 9.0.2
               , GHC == 9.2.8
               , GHC == 9.4.8
               , GHC == 9.6.7
               , GHC == 9.8.4
               , GHC == 9.10.3
               , GHC == 9.12.2
               , GHC == 9.14.1

source-repository head
  type: git
  location: https://github.com/haskell/zlib.git

library
  default-language: Haskell2010

  include-dirs: cbits

  c-sources: cbits/adler32.c
             cbits/compress.c
             cbits/crc32.c
             cbits/deflate.c
             cbits/infback.c
             cbits/inffast.c
             cbits/inflate.c
             cbits/inftrees.c
             cbits/trees.c
             cbits/uncompr.c
             cbits/zutil.c

  install-includes:
     crc32.h
     inffast.h
     inflate.h
     trees.h
     deflate.h
     inffixed.h
     inftrees.h
     zutil.h
     gzguts.h
     zlib.h
     zconf.h