(lang dune 3.24) (name ogit) (generate_opam_files true) (authors "Marius Peter") (maintainers "Marius Peter") (license LICENSE) (documentation https://url/to/documentation) (package (name ogit) (synopsis "Mobile-friendly replacement for cgit") (description "A longer description") (depends (ocaml (= 5.5.0)) (dream (>= 1.0.0~alpha8)) (dream-html (>= 3.11.2)) (git-unix (>= 3.18.0)) (crunch (>= 4.0.0)) (ocamlformat (and :with-dev-setup (= 0.29.0))) (alcotest (and :with-test (>= 1.9.1))) (toml (>= 7.1.0)) (hilite (>= 0.5.0)) (textmate-language (>= 0.6.0)) (yojson (>= 2.2.2))) (tags (git "web interface")))