opam-version: "2.0"
synopsis: "OCaml syntax extension for quoting code"
description: """
metaquot allows to quote OCaml code.
"""
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
license: "BSD-2-Clause"
homepage: "https://github.com/thierry-martinez/metaquot"
doc: "https://github.com/thierry-martinez/metaquot"
bug-reports: "https://github.com/thierry-martinez/metaquot"
depends: [
  "ocaml" {>= "4.03.0" & < "4.12.0"}
  "stdcompat" {>= "12"}
  "ocaml-migrate-parsetree" {>= "1.7.3" & < "2.0.0"}
  "ocamlfind" {>= "1.8.1"}
  "dune" {>= "1.11.0"}
  "metapp" {>= "0.2.0" & < "0.3.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/thierry-martinez/metaquot.git"
url {
  src: "https://github.com/thierry-martinez/metaquot/archive/v0.2.0.tar.gz"
  checksum: "sha512=3a2d17268f6acae8178d8c2675aed63cb52d640b50c3167a5c430fb62958312afdb85ca03fe6b57f5448dd18005325842b959ecbc93cb12f669da8de56e7324d"
}
