opam-version: "2.0"
version: "dev"
synopsis: "The Robur website"
maintainer: "team@robur.coop"
authors: [ "The Robur team <team@robur.coop>" ]

build: [
  [ "dune" "subst" ]
  [ "dune" "build" "-p" name "-j" jobs ]
  [ "dune" "runtest" "-p" name ] {with-test}
  [ "dune" "build" "@doc" "-p" name ] {with-doc}
]

license: "GPL-3.0-or-later"
homepage: "https://git.robur.io/robur/robur.coop"
dev-repo: "git://git.robur.io/robur/robur.coop.git"
bug-reports: "https://git.robur.io/robur/robur.coop/issues"

depends: [
  "ocaml" { >= "4.11.1" }
  "dune" { >= "2.8" }
  "preface" { >= "0.1.0" }
  "logs" {>= "0.7.0" }
  "cmdliner" { >= "1.0.0"}
  "http-lwt-client"
  "yocaml"
  "yocaml_unix"
  "yocaml_yaml"
  "yocaml_markdown"
  "yocaml_git"
  "yocaml_jingoo"
]

pin-depends: [
  ["yocaml.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
  ["yocaml_unix.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
  ["yocaml_yaml.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
  ["yocaml_markdown.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
  ["yocaml_jingoo.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
  ["yocaml_git.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
]