···4455; Keep opam metadata generated from the same dependency source that Dune pkg
66; consumes, so Nix, opam, and plain Dune builds all describe the same project.
77+78(generate_opam_files true)
89910(source
···19202021; The repo vendors patched forks of these libraries. Pin them so Dune package
2122; management resolves the same sources the build already uses locally.
2323+2224(pin
2325 (url "./forks/notty")
2426 (package
···5153(package
5254 (name jj_tui)
5355 (synopsis "Terminal UI for the Jujutsu version control system")
5454- (description "A terminal UI for Jujutsu built in OCaml with Notty and Nottui.")
5656+ (description
5757+ "A terminal UI for Jujutsu built in OCaml with Notty and Nottui.")
5558 (depends
5656- (ocaml (>= "5.1"))
5959+ (dune (>="3.20"))
6060+ (ocaml
6161+ (>= "5.1"))
5762 angstrom
5863 base
5964 bigstringaf
···7782 uutf
7883 yaml
7984 yojson
8080- (picos_std (= "0.6.0"))
8181- (picos_io (= "0.6.0"))
8282- (picos_mux (= "0.6.0")))
8585+ (picos_std
8686+ (= "0.6.0"))
8787+ (picos_io
8888+ (= "0.6.0"))
8989+ (picos_mux
9090+ (= "0.6.0")))
8391 (tags
8492 (topics "terminal" "tui" "jujutsu" "jj" "vcs")))