Files
oplevel/dune
2024-05-11 22:53:29 -05:00

39 lines
581 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
)
; (link_flags (-linkall))
; (ocamlopt_flags (:standard -O3 -unboxed-types))
(ocamlc_flags (:standard -verbose))
(modes byte)
(preprocess
(pps ppx_irmin))
)