(lang dune 3.20) (name hito) (generate_opam_files true) (source (github username/reponame)) (authors "Marius Peter ") (maintainers "Marius Peter ") (license GPL-3.0-or-later) (documentation https://url/to/documentation) (package (name hito) (synopsis "High Intensity Trainer Online") (description "A longer description") (depends (ocaml (>= 5.1)) (alcotest (and (= 1.9.1) :with-test)) (dream (= 1.0.0~alpha8)) (dream-html (= 3.11.2)) (lwt (= 5.10.1)) (caqti (= 2.3.2)) (caqti-lwt (= 2.3.2)) (caqti-driver-sqlite3 (= 2.3.0)) (safepass (= 3.1)) (uri (= 4.4.0)) (crunch (and (= 4.1.0) :build)) (js_of_ocaml (= 6.4.1)) (js_of_ocaml-lwt (= 6.4.1)) (ocamlformat (and (= 0.29.0) :with-dev-setup))) (tags ("add topics" "to describe" your project))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html