opam-version: "2.0"
synopsis: "Meta-preprocessor for OCaml"
description: """
Meta-preprocessor for OCaml: extends the language with [%meta ... ]
construction where ... stands for OCaml code evaluated at
compile-time.
"""
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
license: "BSD"
homepage: "https://github.com/thierry-martinez/metapp"
doc: "https://github.com/thierry-martinez/metapp"
bug-reports: "https://github.com/thierry-martinez/metapp"
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"}
]
dev-repo: "git+https://github.com/thierry-martinez/metapp.git"
url {
  src: "https://github.com/thierry-martinez/metapp/archive/0.1.0.tar.gz"
  checksum: "sha512=9d383a8751fbe6514ba1cee4efde0172f86268eb65758936d29e6b86f96df01d9eeaca4ed44bf8d318bf56c62a98650e2e64fbbdc359d6c120d5311dda97377a"
}
