packages feed

JuicyPixels-stbir-0.1.0.0: JuicyPixels-stbir.cabal

name:                 JuicyPixels-stbir
version:              0.1.0.0
homepage:             https://github.com/mtolly/JuicyPixels-stbir
license:              BSD3
license-file:         LICENSE
author:               Jorge L Rodriguez, Michael Tolly
maintainer:           miketolly@gmail.com
copyright:            Jorge L Rodriguez, Michael Tolly
category:             Graphics, Image
build-type:           Simple
extra-source-files:
  README.md
  cbits/stb_image_resize.h
cabal-version:        >= 1.10
synopsis:             Scale JuicyPixels images with stb_image_resize
description:
  Use the <https://github.com/nothings/stb stb> image resize C library
  to scale JuicyPixels images at high quality with a variety of options.

library
  hs-source-dirs:       src
  exposed-modules:      Codec.Picture.STBIR
  build-depends:        base >= 4.7 && < 5, JuicyPixels, vector, data-default-class
  build-tools:          c2hs
  default-language:     Haskell2010
  ghc-options:          -Wall
  c-sources:
    cbits/stb_image_resize.c
  include-dirs:
    cbits/

source-repository head
  type:     git
  location: https://github.com/mtolly/JuicyPixels-stbir