opam-version: "2.0"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
bug-reports: "https://gitlab.inria.fr/tmartine/override"
homepage: "https://gitlab.inria.fr/tmartine/override"
doc: "https://gitlab.inria.fr/tmartine/override"
license: "BSD-3-Clause"
dev-repo: "git+https://gitlab.inria.fr/tmartine/override"
synopsis: "PPX extension for overriding modules"
description: """
PPX extensions [%%override], [%%import], [%%include] and [%%rewrite] to import
and change module interfaces.
"""
depends: [
  "dune" {>= "1.10.0"}
  "ppxlib" {>= "0.6.0" & < "0.9.0"}
  "stdcompat" {>= "9"}
  "ppx_show" {>= "0.1.0"}
  "ppx_compare" {>= "v0.12.0" & < "v0.15"}
  "cppo" {>= "1.6.4"}
  "ocaml" {< "4.09.0"}
]
url {
  src: "https://gitlab.inria.fr/tmartine/override/-/archive/0.2.0/override-0.2.0.tar.gz"
  checksum: "sha512=cb76a85b5c144e9afd0187e7a1ed0afbe12c5365a1b72ef1476cc007129f19851b2a9d6e07185a798d99a1c9cd12aa7ec3d279f664cf9cebec5641e7986070dc"
}
