opam-version: "2.0"
authors: "Jun Furuse"
maintainer: "jun.furuse@gmail.com"
homepage: "https://bitbucket.org/camlspotter/planck/"
bug-reports: "https://bitbucket.org/camlspotter/planck/issues?status=new&status=open"
dev-repo: "hg+https://bitbucket.org/camlspotter/planck"
build: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-build" ]
]
install: [
  [ "ocaml" "setup.ml" "-install" ]
]
remove: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-uninstall" ]
]
depends: [
  "ocaml" {>= "4.00.1" & < "4.03.0"}
  "ocamlfind" {build}
  "type_conv"
  "sexplib" {>= "108.07.00" & < "113.01.00"}
  "spotlib" {>= "2.1.2" & < "2.2.0"}
  "omake" {build}
  "pa_monad_custom"
]
synopsis: "A small monadic parser combinator library"
description: """
Parser LANguage Combinator Kit A LL(n) parser monadic combinator
library in OCaml. It includes a big example of lexer+parser for OCaml
syntax."""
url {
  src: "https://bitbucket.org/camlspotter/planck/get/2.1.0.tar.gz"
  checksum: "md5=38cf144fc2c150ff621be397ce65550b"
}
