-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdune-project
More file actions
45 lines (37 loc) · 788 Bytes
/
dune-project
File metadata and controls
45 lines (37 loc) · 788 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
37
38
39
40
41
42
43
44
45
(lang dune 2.7)
(name gobview)
(license MIT)
(maintainers
"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>")
(source
(github goblint/gobview))
(generate_opam_files true)
(implicit_transitive_deps false)
(package
(name gobview)
(synopsis "Web frontend for Goblint")
(depends
dune
(ocaml (>= 4.10.0))
(js_of_ocaml (>= 4.1.0))
batteries
cohttp-lwt
cohttp-lwt-unix
cohttp-server-lwt-unix
fileutils
jsonrpc
lwt
lwt_ppx
yojson
ppx_yojson_conv ; TODO: switch to ppx_deriving_yojson like Goblint itself
conduit-lwt-unix
jsoo-react
(goblint-cil (>= 2.0.0))
ctypes_stubs_js
integers_stubs_js
zarith_stubs_js
(ocamlformat :dev)))