-
Notifications
You must be signed in to change notification settings - Fork 16
/
CoreErlang.cabal
35 lines (32 loc) · 997 Bytes
/
CoreErlang.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
25
26
27
28
29
30
31
32
33
34
35
name: CoreErlang
version: 0.0.4
copyright: 2008, David Castro Pérez, Henrique Ferreiro García
license: BSD3
license-file: LICENSE
author: David Castro Pérez <[email protected]>
Henrique Ferreiro García <[email protected]>
maintainer:
Alex Kropivny <[email protected]>
homepage: http://github.com/amtal/CoreErlang
category: Language
synopsis: Manipulating Core Erlang source code
description:
Facilities for manipulating Core Erlang source code:
an abstract syntax, parser and pretty-printer.
build-type: Simple
cabal-version: >= 1.6
extra-source-files:
AUTHORS LICENSE
library
exposed-modules:
Language.CoreErlang.Parser,
Language.CoreErlang.Pretty,
Language.CoreErlang.Syntax
build-depends:
base >=4.8 && <=4.11,
pretty >=1.1 && <1.2,
parsec >=3.1 && <3.2
other-extensions: DeriveDataTypeable
source-repository head
type: git
location: https://github.com/amtal/CoreErlang.git