# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "PPX extension for overriding modules" description: """ PPX extensions [%%override], [%%import], [%%include] and [%%rewrite] to import and change module interfaces. """ maintainer: ["Thierry Martinez "] authors: ["Thierry Martinez "] license: "BSD-2-Clause" homepage: "https://github.com/thierry-martinez/override" doc: "https://github.com/thierry-martinez/override" bug-reports: "https://github.com/thierry-martinez/override" depends: [ "ocaml" {>= "4.03.0" & < "4.12.0"} "dune" {>= "1.11.0"} "stdcompat" {>= "9"} "metapp" {>= "0.2.0" & < "0.3.0"} "metaquot" {>= "0.2.0" & < "0.3.0"} "refl" {>= "0.2.0" & < "0.3.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/thierry-martinez/override" url { src: "https://github.com/thierry-martinez/override/archive/v0.3.0.tar.gz" checksum: "sha512=ab70f9d58edb5cd3ba78ff25b37a8426d8cfa170a14220be9c0c2c8df071d7b9804e8e40acbc01ead66b5e094020b8adf0b9aeb99830bd285c5c8ddf3aa846b5" }