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" "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.6.tar.gz" checksum: [ "sha256=0851e6c7fe029cd7dcfe93aa8e29c8fa61b1a2a5de54a6d25a417d3524591dee" "md5=f35effedec73ff27ca739164654a1a7e" ] }