packages feed

plotserver-api-0.21: plotserver-api.cabal

Name:              plotserver-api
Version:           0.21
Synopsis:          Plotserver API
Description:       A lightweight API for Prezi's opensourced Plotserver (https:\/\/github.com\/prezi\/plotserver)
License:           MIT
License-file:      LICENSE
Author:            Daniel Torok
Maintainer:        daniel.torok@prezi.com
Category:          API
Build-Type:        Simple
Cabal-Version:     >= 1.6

Source-repository head
  Type:            git
  Location:        https://github.com/dtorok/plotserver-hsapi

Library
  Build-Depends:   base >= 3 && < 5,
                   curl,
                   split
  Exposed-modules: Plotserver.Api, Plotserver.Types
  extensions:      OverloadedStrings
  ghc-options:     -Wall