-
Notifications
You must be signed in to change notification settings - Fork 1
/
wasp.opam
39 lines (39 loc) · 851 Bytes
/
wasp.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
31
32
33
34
35
36
37
38
39
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "WebAssembly Symbolic Processor (WASP)"
description:
"WASP is a symbolic execution engine for testing and validating Wasm modules."
maintainer: ["WASP Platform"]
authors: ["WASP Platform"]
license: "LICENSE"
homepage: "https://github.com/wasp-platform/wasp"
bug-reports: "https://github.com/wasp-platform/wasp/issues"
depends: [
"batteries"
"bos"
"cmdliner"
"dune" {>= "3.0"}
"ocaml"
"ocamlformat" {with-dev-setup}
"ocaml-lsp-server" {with-dev-setup}
"pyml"
"re2"
"smtml" {>= "0.2.4"}
"z3"
"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/wasp-platform/wasp.git"