functional text display

This commit is contained in:
cqc
2024-04-14 22:47:47 -05:00
parent 68828973cb
commit eb0da91aa2
10 changed files with 1279 additions and 186 deletions

13
dune
View File

@ -15,17 +15,22 @@
(executables
(names oplevel)
(modules oplevel secrets)
(modules oplevel secrets perfgraph ogui)
(libraries
lwt
store
lablgtk3
lablgtk3-sourceview3
lwt_glib
memtrace
tgls
tgls.tgles2
graphv_gles2_native
stb_image
glfw-ocaml
gg
irmin-git
compiler-libs.toplevel
)
(link_flags (-linkall))
(ocamlopt_flags (:standard -O3 -unboxed-types))
(modes byte)
(preprocess
(pps ppx_irmin))