A Nix-friendly SQLite-enhanced fork of Flitter, a speedrunning split timer for Unix-style terminals
Révision | 8aa997f0c15b38ce52569a1387afea104f4bcdb5 |
---|---|
Taille | 253 octets |
l'heure | 2023-07-07 12:19:42 |
Auteur | Corbin |
Message de Log | Make Gold.to_image foldable.
Okay! This was the missing piece. Now to restore the big patch...
|
(library
(name flitter)
(wrapped false)
(libraries core core_kernel core_unix sexplib sqlite3 lwt.unix notty notty.unix re color sexp_pretty)
(preprocess (pps lwt_ppx ppx_sexp_conv))
(modules_without_implementation route)
)
; vim:ft=scheme