forked from acieroid/wassail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wassail.opam
30 lines (30 loc) · 906 Bytes
/
wassail.opam
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
opam-version: "2.0"
name: "wassail"
version: "~dev"
synopsis:
"Wassail (WebAssembly static analyzer and inspection library) is a toolkit to perform both lightweight and heavyweight static analysis of WebAssembly modules"
maintainer: "Quentin Stiévenart <quentin.stievenart@gmail.com>"
authors: "Quentin Stiévenart <quentin.stievenart@gmail.com>"
license: "GPL-3.0-or-later"
homepage: "https://github.com/acieroid/wassail"
bug-reports: "https://github.com/acieroid/wassail"
depends: [
"apron" # LGPL
"core" # MIT
"core_kernel" # MIT
"dune" {>= "2.7.0"} # MIT
"ppx_compare" # MIT
"ppx_inline_test" # MIT
"ppx_jane" # MIT
"sexplib" # MIT
"wasm" # Apache 2.0
"bisect_ppx" {dev & >= "2.5.0"} # MIT
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/acieroid/wassail"
url {
src: "git+https://github.com/acieroid/wassail"
}