My own OCaml monorepo using monopam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge 'oi/' from /Users/avsm/src/verse/src/oi

+5 -5
+1 -1
dune-project
··· 25 25 (depends (ocaml (>= 5.2.0)) dune-build-info (eio_main (>= 1.0)) (d10 (= :version)) 26 26 (osrel (= :version)) (opam-format (>= 2.2.0)) (opam-state (>= 2.2.0)) 27 27 (opam-client (>= 2.2.0)) (opam-repository (>= 2.2.0)) 28 - (opam-0install (>= 0.4)) nox-tty nox-tty-eio nox-xdge 28 + (opam-0install (>= 0.4)) nox-tty nox-tty-eio nox-xdg 29 29 cmdliner fmt logs jsont bytesrw sqlite3 parsexp sexplib0 30 30 (dockerfile (>= 8.3.0)) (dockerfile-opam (>= 8.3.0))))
+1 -1
lib/cmd/dune
··· 14 14 eio 15 15 eio_posix 16 16 eio.unix 17 - nox-xdge 17 + nox-xdg 18 18 nox-tty 19 19 nox-tty-eio 20 20 dockerfile-opam
+1 -1
lib/cmd/terms.ml
··· 35 35 | _ -> default_path)) 36 36 $ arg) 37 37 38 - let cache_dir = Xdge.Cmd.cache_term Workspace.app_name 38 + let cache_dir = Xdg_eio.Cmd.cache_term Workspace.app_name 39 39 40 40 let refresh = 41 41 Arg.(
+1 -1
lib/oi/dune
··· 12 12 opam-0install 13 13 nox-tty 14 14 nox-tty-eio 15 - nox-xdge 15 + nox-xdg 16 16 fmt 17 17 logs 18 18 jsont
+1 -1
oi.opam
··· 20 20 "opam-0install" {>= "0.4"} 21 21 "nox-tty" 22 22 "nox-tty-eio" 23 - "nox-xdge" 23 + "nox-xdg" 24 24 "cmdliner" 25 25 "fmt" 26 26 "logs"