This repository has been archived by the owner on Sep 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzepto.cabal
99 lines (94 loc) · 3.37 KB
/
zepto.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Name: zepto
Version: 0.9.6
Synopsis: R5RS and beyond Interpreter and REPL.
Description:
zepto is a relaxed implementation of the R<sup>5</sup>RS standard.
Implemented features include but are not limited to
macros, continuations and the datatypes and libraries
described in the standard.
.
For detailed information on each release and a quick
howto, see <https://github.com/zepto-lang/zepto/README.md>.
.
For a more in-depth overview I suggest you take at
the wiki, which can be found at
<https://github.com/zepto-lang/zepto/wiki>.
License: GPL
License-file: LICENSE
Author: Veit Heller <veitheller.de>
Maintainer: Veit Heller <github.com/hellerve>
Bug-Reports: http://github.com/zepto-lang/zepto/issues
Build-Type: Simple
Category: Compilers/Interpreters, Language
Tested-with: GHC == 8.0.1,
GHC == 7.10.1,
GHC == 7.8.4,
GHC == 7.6.3,
GHC == 7.4.2
Extra-Source-Files: README.md
LICENSE
Data-Files: zepto-stdlib/*.zp
zepto-stdlib/srfi/*.zp
zepto-stdlib/argparse/*.zp
zepto-stdlib/data/*.zp
zepto-stdlib/data/*.impl.zp
zepto-stdlib/datetime/*.zp
zepto-stdlib/bench/*.zp
zepto-stdlib/json/*.zp
zepto-stdlib/minitest/*.zp
zepto-stdlib/module/*.zp
zepto-stdlib/monads/*.zp
zepto-stdlib/querystring/*.zp
zepto-stdlib/parsecomb/*.zp
zepto-stdlib/rsa/*.zp
zepto-stdlib/slugify/*.zp
zepto-stdlib/statistics/*.zp
zepto/*.zp
zepto/compiler/*.zp
zepto/erl/*.zp
assets/*.as
Cabal-Version: >= 1.2
Source-Repository head
Type: git
Location: git://github.com/zepto-lang/zepto.git
Library
Build-Depends: array,
bytestring,
parsec
Extensions: ExistentialQuantification
Hs-Source-Dirs: src
Exposed-Modules: Zepto.Types
Zepto.Types.Export
Executable zepto
Build-Depends: array,
base >= 4.7.0.0,
binary,
bytestring >= 0.10.2.0,
clock,
containers,
cryptonite,
directory,
filepath,
ghc,
ghc-prim,
ghc-paths,
MissingH,
mtl >= 2.2.1,
network,
parsec,
pcre-heavy,
pcre-light,
process,
transformers >= 0.4.2,
strict,
utf8-string
Extensions: ExistentialQuantification
CPP
ghc-options: -Wall
-O2
---threaded
---fprof-auto
---prof
--"-with-rtsopts=-N -p -s -h -i0.1"
Main-is: Main.hs
Hs-Source-Dirs: src/