-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhaspin.cabal
25 lines (22 loc) · 893 Bytes
/
haspin.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Haspin
version: 0.0
homepage: http://github.com/Phlogistique/Haspin
synopsis: Haskell Pen Spinning Toolkit
description:
Haspin aims to provide a set of tools to parse and manipulate
descriptions of pen spinning tricks and combos ("breakdowns")
Some of the goals are:
* Writing formal definitions for several languages used for breakdowns
* Providing translators, transformers, pretty printers and generators
for pen spinning combos.
category: Language
license: WTFPL
license-file: COPYING
author: Noé Rubinsein
maintainer: [email protected]
build-type: Simple
library
exposed-modules: Haspin.Standard.Data
Haspin.Standard.Logic
Haspin.Standard.StrictParser
build-depends: base, parsec