this repo has no description
1opam-version: "2.0"
2maintainer: "Max Mouratov <mmouratov@gmail.com>"
3homepage: "https://github.com/cakeplus/pa_solution"
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5dev-repo: "git+https://github.com/cakeplus/pa_solution"
6bug-reports: "https://github.com/cakeplus/pa_solution/issues"
7depends: [
8 "ocaml" {>= "4.01"}
9 "ocamlfind" {build}
10 "ocamlbuild" {build}
11 "camlp4"
12 "pa_qualified"
13]
14build: [
15 ["ocaml" "setup.ml" "-configure"]
16 ["ocaml" "setup.ml" "-build"]
17]
18install: [
19 ["ocaml" "setup.ml" "-install"]
20]
21remove: [
22 ["ocamlfind" "remove" "pa_solution"]
23]
24synopsis: "A DSL for solving programming contest problems"
25description: """
26Pa_solution is a compiled DSL for generating the IO boilerplate code
27that is necessary for solving problems in programming contests such as
28Google Code Jam and Facebook Hacker Cup."""
29authors: "Max Mouratov <mmouratov@gmail.com>"
30flags: light-uninstall
31url {
32 src:
33 "https://github.com/ocaml/opam-source-archives/raw/main/pa_solution-0.7.tar.gz"
34 checksum: [
35 "sha256=7ab9bf53bb878753aaaba7fa96ba08402c7439953ba64b015c2c73b9d1c5aa98"
36 "md5=1d66097a92231e6023ca60c478e54bd3"
37 ]
38}