forked from goblint/gobview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gobview.opam
55 lines (55 loc) · 1.23 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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Web frontend for Goblint"
maintainer: [
"Kerem Cakirer <kerem.cakirer@tum.de>" "Michael Schwarz <m.schwarz@tum.de>"
]
authors: [
"Kerem Cakirer <kerem.cakirer@tum.de>"
"Alex Micheli <c1707-fisch@yahoo.de>"
]
license: "MIT"
homepage: "https://github.com/goblint/gobview"
bug-reports: "https://github.com/goblint/gobview/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.10.0"}
"batteries"
"cohttp-lwt"
"cohttp-lwt-unix"
"cohttp-server-lwt-unix"
"fileutils"
"jsonrpc"
"lwt"
"lwt_ppx"
"yojson"
"ppx_yojson_conv"
"conduit-lwt-unix"
"jsoo-react"
"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: [
[ "jsoo-react.dev" "git+https://github.com/sim642/jsoo-react.git#57c4bde195ea572070c3c38ee7f44aa01767b936" ]
[ "zarith.1.12-gob0" "git+https://github.com/goblint/Zarith.git#goblint-release-1.12" ]
]