gdritter repos s-cargot / 8212755
Synopsis and description in cabal file Getty Ritter 8 years ago
1 changed file(s) with 15 addition(s) and 9 deletion(s). Collapse all Expand all
11 name: s-cargot
22 version: 0.1.0.0
3 -- synopsis:
4 -- description:
3 synopsis: A flexible, extensible s-expression library.
4 description: S-Cargot is a library for working with s-expressions in
5 a modular and extensible way, opting for genericity and
6 flexibility instead of speed. Instead of understanding
7 one particular form of s-expression, the S-Cargot library
8 exposes tools for parsing or emitting different kinds of
9 s-expressions, including features not normally included
10 in an s-expression library like reader macros or tight
11 control over indentation in pretty-printing.
512 license: BSD3
613 license-file: LICENSE
714 author: Getty Ritter
8 maintainer: gdritter@galois.com
9 -- copyright:
15 maintainer: gettyritter@gmail.com
16 copyright: 2015 Getty Ritter
1017 category: Data
1118 build-type: Simple
12 -- extra-source-files:
1319 cabal-version: >=1.10
1420
1521 library
2329 Data.SCargot.Comments,
2430 Data.SCargot.Common,
2531 Data.SCargot.HaskLike
26 -- other-modules:
27 -- other-extensions:
28 build-depends: base >=4.7 && <5, parsec, text, containers
29 -- hs-source-dirs:
32 build-depends: base >=4.7 && <5,
33 parsec,
34 text,
35 containers
3036 default-language: Haskell2010