packages feed

woffex-0.1: woffex.cabal

Name:                woffex
Version:             0.1
Author:              Andrew Drake
Maintainer:          adrake@adrake.org
Stability:           experimental

Synopsis:            Web Open Font Format (WOFF) unpacker.
License:             BSD3
License-file:        LICENSE
Copyright:           (c) 2011 Andrew Drake
Category:            Data
Build-type:          Simple
Description:
  This is a small program to repackage fonts in the Web Open Font Format (WOFF)
  to the Sfnt file format. The code contains a general WOFF parser and Sfnt
  file generator which could be split out and extended to be useful for other
  applications.
  .
  [@WOFF Spec@] <http://www.w3.org/TR/WOFF/>
  .
  [@Sfnt Spec@] <http://developer.apple.com/fonts/TTRefMan/RM06/Chap6.html>

Cabal-version:       >= 1.6

Source-Repository head
  Type:     git
  Location: http://git.hax.so/pub/scm/woffex.git

Executable woffex
  Main-is: Main.hs
  Build-depends:
    base >= 4 && < 5,
    binary >= 0.5.0.2 && < 0.6,
    bytestring >= 0.9.1.10 && < 0.10,
    filepath >= 1.2.0.0 && < 1.3,
    zlib >= 0.5.3.1 && < 0.6