opam-version: "2.0"
maintainer: "Max Mouratov <mmouratov@gmail.com>"
homepage: "https://github.com/cakeplus/pa_solution"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git://github.com/cakeplus/pa_solution"
bug-reports: "https://github.com/cakeplus/pa_solution/issues"
depends: [
  "ocaml" {>= "4.01"}
  "ocamlfind"
  "camlp4"
  "pa_qualified"
]
build: [
  ["ocaml" "setup.ml" "-configure"]
  ["ocaml" "setup.ml" "-build"]
]
install: [
  ["ocaml" "setup.ml" "-install"]
]
remove: [
  ["ocamlfind" "remove" "pa_solution"]
]
synopsis: "A DSL for solving programming contest problems"
description: """
Pa_solution is a compiled DSL for generating the IO boilerplate code
that is necessary for solving problems in programming contests such as
Google Code Jam and Facebook Hacker Cup."""
authors: "Max Mouratov <mmouratov@gmail.com>"
flags: light-uninstall
url {
  src: "https://github.com/cakeplus/pa_solution/archive/0.6.tar.gz"
  checksum: "md5=f35effedec73ff27ca739164654a1a7e"
}
