about summary refs log blame commit diff stats
path: root/aoc.opam
blob: ac6f22cfff6aafb6330c599ba97a69acc60958ae (plain) (tree)






















                                                           
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
depends: [
  "dune" {>= "2.7"}
  "cohttp-lwt-unix"
  "lwt_ssl"
  "ppx_expect"
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]