# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "High Intensity Trainer Online" description: "A longer description" maintainer: ["Marius Peter "] authors: ["Marius Peter "] license: "GPL-3.0-or-later" tags: ["add topics" "to describe" "your" "project"] homepage: "https://github.com/username/reponame" doc: "https://url/to/documentation" bug-reports: "https://github.com/username/reponame/issues" depends: [ "dune" {>= "3.20"} "ocaml" {>= "5.1"} "alcotest" {= "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" {= "4.1.0" & build} "js_of_ocaml" {= "6.4.1"} "js_of_ocaml-lwt" {= "6.4.1"} "ocamlformat" {= "0.29.0" & with-dev-setup} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/username/reponame.git" x-maintenance-intent: ["(latest)"]