Files
oplevel/dune
2024-05-22 15:17:11 -05:00

41 lines
595 B
Plaintext

(env
(dev (flags (:standard -warn-error -A))))
(library (name store)
(libraries
fmt
irmin.unix
irmin-git.unix
irmin-graphql.unix
lwt
lwt.unix
)
(modules store)
)
(executables
(names oplevel)
(modules oplevel secrets perfgraph ogui glfw_types)
(libraries
lwt
store
;;memtrace
glfw-ocaml
tgls
tgls.tgles2
graphv_gles2_native
gg
irmin-git
compiler-libs.toplevel
re
lwd
)
(link_flags (-linkall))
(ocamlopt_flags (:standard -O3 -unboxed-types))
(ocamlc_flags (:standard -verbose))
(modes byte_complete)
(preprocess
(pps ppx_irmin))
)