• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A Nix-friendly SQLite-enhanced fork of Flitter, a speedrunning split timer for Unix-style terminals


File Info

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...

Content

(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