# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1" synopsis: "A barebone Coq prelude" authors: ["Peio Borthelle "] license: "MIT" homepage: "https://github.com/lapin0t/coq-barebone" bug-reports: "https://github.com/lapin0t/coq-barebone/issues" depends: [ "dune" {>= "3.11"} "coq" {>= "8.18"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/lapin0t/coq-barebone.git"