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"
build: [
  ["ocaml" "setup.ml" "-configure"]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "pa_solution"]]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "camlp4"
  "pa_qualified"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/cakeplus/pa_solution"
install: ["ocaml" "setup.ml" "-install"]
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."""
flags: light-uninstall
url {
  src: "https://github.com/cakeplus/pa_solution/archive/0.5.tar.gz"
  checksum: "md5=04697a0f4251207142779dc6dc82d612"
}
