-
Notifications
You must be signed in to change notification settings - Fork 5
/
gobview.opam
58 lines (58 loc) · 1.2 KB
/
gobview.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Web frontend for Goblint"
maintainer: [
"Kerem Cakirer <[email protected]>" "Michael Schwarz <[email protected]>"
]
authors: [
"Kerem Cakirer <[email protected]>"
"Alex Micheli <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/goblint/gobview"
bug-reports: "https://github.com/goblint/gobview/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.14.0"}
"reason"
"batteries"
"cohttp-lwt"
"cohttp-lwt-unix"
"cohttp-server-lwt-unix"
"fileutils"
"jsonrpc"
"lwt"
"lwt_ppx"
"yojson"
"ppx_yojson_conv"
"conduit-lwt-unix"
"jsoo-react"
"js_of_ocaml" {< "5.1.0"}
"js_of_ocaml-lwt"
"js_of_ocaml-ppx"
"goblint-cil" {>= "2.0.0"}
"ctypes_stubs_js"
"integers_stubs_js"
"zarith_stubs_js"
"ocamlformat" {dev}
"odoc" {with-doc}
]
conflicts: ["mtime"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/goblint/gobview.git"
pin-depends: [
[ "zarith.1.12-gob0" "git+https://github.com/goblint/Zarith.git#goblint-release-1.12" ]
]