Persistent store with Git semantics: lazy reads, delayed writes, content-addressing
1
fork

Configure Feed

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

irmin: declare CLI dependencies

bin/dune uses auth, cmdliner, monopam-info, oauth, requests, respond,
tty, vlog. Surfaced by `dune build -p irmin`.

+16
+8
dune-project
··· 37 37 (base64 (>= 3.5)) 38 38 (alcotest :with-test) 39 39 (alcobar :with-test) 40 + auth 40 41 bigstringaf 41 42 bytesrw 43 + cmdliner 42 44 decompress 43 45 json 44 46 loc 45 47 magic-mime 48 + monopam-info 49 + oauth 50 + requests 51 + respond 46 52 toml 53 + tty 47 54 tw 55 + vlog 48 56 (mdx :with-test) 49 57 yaml))
+8
irmin.opam
··· 30 30 "base64" {>= "3.5"} 31 31 "alcotest" {with-test} 32 32 "alcobar" {with-test} 33 + "auth" 33 34 "bigstringaf" 34 35 "bytesrw" 36 + "cmdliner" 35 37 "decompress" 36 38 "json" 37 39 "loc" 38 40 "magic-mime" 41 + "monopam-info" 42 + "oauth" 43 + "requests" 44 + "respond" 39 45 "toml" 46 + "tty" 40 47 "tw" 48 + "vlog" 41 49 "mdx" {with-test} 42 50 "yaml" 43 51 "odoc" {with-doc}