opam-version: "2.0" maintainer: "Max Mouratov " 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+https://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/ocaml/opam-source-archives/raw/main/pa_solution-0.5.tar.gz" checksum: [ "sha256=dd680ccb830a2eb5827f80fc5e2f406bf282a2606ea949d2d54f5dc06475baaf" "md5=04697a0f4251207142779dc6dc82d612" ] }