-
Notifications
You must be signed in to change notification settings - Fork 2
/
hs-java.cabal
52 lines (47 loc) · 1.76 KB
/
hs-java.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
Name: hs-java
Version: 0.3.3
Cabal-Version: >= 1.6
License: BSD3
License-File: LICENSE
Author: Ilya V. Portnov
Maintainer: [email protected]
Synopsis: Java .class files assembler/disassembler
Category: Jvm
Build-Type: Simple
Description: This package declares data types for Java .class files format and functions
to assemble/disassemble Java bytecode. See dump-class.hs, rebuild-class.hs,
TestGen.hs for examples of usage.
Bug-reports: http://redmine.iportnov.ru/projects/hs-java/
Extra-source-files: dump-class.hs
rebuild-class.hs
TestGen.hs
library
Exposed-Modules: JVM.Common
JVM.ClassFile
JVM.Assembler
JVM.Converter
JVM.Builder
JVM.Builder.Monad
JVM.Builder.Instructions
JVM.Dump
JVM.Exceptions
Java.Lang
Java.IO
Java.ClassPath
Java.ClassPath.Types
Java.ClassPath.Common
Java.JAR
Java.JAR.Archive
Java.META
Java.META.Types
Java.META.Spec
Java.META.Parser
Build-Depends: base >= 3 && <= 5, containers, binary,
mtl, directory, filepath, utf8-string, array,
bytestring, data-binary-ieee754, binary-state,
control-monad-exception, data-default >= 0.5.0,
MissingH, LibZip, Glob, parsec >= 3 && <4
ghc-options: -fwarn-unused-imports
Source-repository head
type: git
location: [email protected]:hs-java/hs-java.git