opam-version: "2.0"
author: "Leonardo Laguna Ruiz <modlfo@gmail.com>"
maintainer: "Leonardo Laguna Ruiz <modlfo@gmail.com>"
homepage: "https://modlfo.github.io/pla/"
license: "MIT"
dev-repo: "git+https://github.com/modlfo/pla.git"
bug-reports: "https://github.com/modlfo/pla/issues"

build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
  "ocaml" {>= "4.02.3"}
  "dune"
  "ocaml-migrate-parsetree" {< "2.0.0"}
]
synopsis: "Ppx templating library using verbatim strings."
description:
  "Pla is a simple library and ppx syntax extension to create composable templates based on verbatim strings"
url {
  src: "https://github.com/modlfo/pla/archive/v1.3.tar.gz"
  checksum: "md5=8441f0367a9566904bde0f0cac430ca8"
}
