A Nix-friendly SQLite-enhanced fork of Flitter, a speedrunning split timer for Unix-style terminals
Revision | 666c5483bc93efa6d01e0b7a927461269f8e14de (tree) |
---|---|
Time | 2020-10-26 04:56:08 |
Author | Alex Ozer <alexozer@user...> |
Commiter | Alex Ozer |
Fix build problems
@@ -1,3 +0,0 @@ | ||
1 | -[submodule "lib/notty"] | |
2 | - path = vendor/notty | |
3 | - url = https://github.com/alexozer/notty |
@@ -31,8 +31,8 @@ Set up opam and install OCaml dependencies: | ||
31 | 31 | |
32 | 32 | ```bash |
33 | 33 | $ opam init |
34 | -$ opam switch 4.07.0 | |
35 | -$ opam install dune core lwt re color sexp_pretty | |
34 | +$ opam switch create 4.07.0 | |
35 | +$ opam install dune core lwt re color sexp_pretty uutf lwt_ppx uuseg notty | |
36 | 36 | ``` |
37 | 37 | |
38 | 38 | ### Python Dependencies |
@@ -1 +0,0 @@ | ||
1 | -Subproject commit f1c91d4a3ab80472161a5e604f1a531b598f0d12 |