opam-version: "2.0" maintainer: "Max Mouratov " homepage: "https://github.com/cakeplus/pa_solution" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/cakeplus/pa_solution" bug-reports: "https://github.com/cakeplus/pa_solution/issues" depends: [ "ocaml" {>= "4.01"} "ocamlfind" {build} "ocamlbuild" {build} "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 " flags: light-uninstall url { src: "https://github.com/ocaml/opam-source-archives/raw/main/pa_solution-0.7.tar.gz" checksum: [ "sha256=7ab9bf53bb878753aaaba7fa96ba08402c7439953ba64b015c2c73b9d1c5aa98" "md5=1d66097a92231e6023ca60c478e54bd3" ] }