-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
47 lines (43 loc) · 796 Bytes
/
package.yaml
File metadata and controls
47 lines (43 loc) · 796 Bytes
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
name: javaq
description: |
A tool for quering Java bytecode files.
version: 0.0.1
author: Christian Gram Kalhauge
maintainer: Christian Gram Kalhauge <kalhauge@cs.ucla.edu>
synopsis: A library for reading Java class-files
license: BSD3
license-file: LICENSE
category: Language, Java, JVM
github: ucla-pls/jvmhs
dependencies:
- base >= 4.10 && < 4.18
- lens
- lens-action
- aeson
- containers
- jvmhs
- filepath
- bytestring
- text
- unordered-containers
- cryptohash-sha256
- base16-bytestring
- deepseq
- optparse-applicative
- ansi-wl-pprint
- mtl
- vector
- cassava
- fgl
- binary
library:
source-dirs: src
executables:
javaq:
source-dirs: .
dependencies:
- javaq
main: Main.hs
ghc-options:
- -O2
- -threaded