-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgtirb_semantics.opam
More file actions
36 lines (36 loc) · 859 Bytes
/
gtirb_semantics.opam
File metadata and controls
36 lines (36 loc) · 859 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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Add semantic information to the IR of a disassembled ARM64 binary"
maintainer: ["UQ-PAC"]
authors: ["Chris Binggeli/GNUNotUsername"]
license: "Apache-2.0"
tags: ["decompilers" "instruction-lifters" "static-analysis"]
homepage: "https://github.com/UQ-PAC/gtirb-semantics"
bug-reports: "https://github.com/UQ-PAC/gtirb-semantics/issues"
depends: [
"ocaml"
"dune" {>= "3.6"}
"yojson"
"asli" {>= "0.3.0"}
"ocaml-protoc-plugin" {>= "6.1.0"}
"base64"
"aslp_client_server_ocaml" {>= "0.1.2"}
"lwt"
"mtime"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/UQ-PAC/gtirb-semantics.git"