# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "ATD Code generator for Scala" description: "ATD Code generator for Scala" maintainer: ["Rudi Grinberg "] authors: [ "Martin Jambon " "David Sheets " "Rudi Grinberg " "Ivan Jager " "Jeff Meister " "Carmelo Piccione " "Raman Varabets " "Mathieu Baudet " "Rauan Mayemir " "Louis Roché " "Brendan Long " "Christophe Troestler " "Vincent Bernardoff " "haoyang " ] license: "MIT" homepage: "https://github.com/ahrefs/atd" bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "ocaml" {>= "4.02"} "dune" {>= "2.0"} "atd" {>= "2.0.0"} "re" ] dev-repo: "git+https://github.com/ahrefs/atd.git" build: [ ["dune" "subst"] {pinned} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ]