# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A short synopsis" description: "A longer description" maintainer: ["Akshay Oppiliappan "] authors: ["Akshay Oppiliappan "] license: "LICENSE" tags: ["add topics" "to describe" "your" "project"] doc: "https://url/to/documentation" depends: [ "dune" {>= "3.20"} "ocaml" "base" "core" "core_unix" "fpath" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] x-maintenance-intent: ["(latest)"]