# This file is generated by dune, edit dune-project instead
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"
homepage: "https://github.com/thierry-martinez/metaquot"
doc: "https://github.com/thierry-martinez/metaquot"
bug-reports: "https://github.com/thierry-martinez/metaquot"
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
depends: [
  "ocaml" {>= "4.03.0" & < "4.11.0"}
  "stdcompat" {>= "12"}
  "ocaml-migrate-parsetree" {>= "1.5.0" & < "2.0.0"}
  "ocamlfind" {>= "1.8.1"}
  "dune" {>= "1.11.0"}
  "metapp" {>= "0.1.0" & < "0.2.0"}
]
dev-repo: "git+https://github.com/thierry-martinez/metaquot.git"
url {
  src: "https://github.com/thierry-martinez/metaquot/archive/v0.1.0.tar.gz"
  checksum: "sha512=2d923233faa36cb38f26a421ee85d58dfc748003ce03dec3621f9ed9d9df828069da40437033269fd52f2ab9e044770290e904fddbc0d21df7e845222a8364a0"
}
