# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "ReScript Analysis" maintainer: ["Hongbo Zhang " "Cristiano Calcagno"] authors: ["Hongbo Zhang "] license: "LGPL-3.0-or-later" homepage: "https://github.com/rescript-lang/rescript-compiler" bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues" depends: [ "ocaml" {>= "5.0.0"} "cppo" {= "1.8.0"} "dune" {>= "3.17"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ]